index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.5
5.12.7
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
6.5.2
6.5.3
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
dev
old/5.0
old/5.1
old/5.2
wip/cmake
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/remac
wip/tizen
wip/webassembly
Qt Base (Core, Gui, Widgets, Network, ...)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
network
/
kernel
/
qdnslookup_unix.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
QDnsLookup/Unix: fix buffer size on sending DNS queries
Thiago Macieira
2024-07-18
1
-2
/
+3
*
QDnsLookup/Unix: fix off-by-one error in parsing the reply
Thiago Macieira
2024-05-10
1
-1
/
+1
*
QDnsLookup/Unix: check size in parsing of SRV records
Thiago Macieira
2024-05-08
1
-0
/
+2
*
QDnsLookup: add support for TLSA records
Thiago Macieira
2024-05-08
1
-0
/
+17
*
QDnsLookup: add the ability to tell if the reply was authenticated
Thiago Macieira
2024-05-08
1
-13
/
+28
*
QDnsLookup: implement DNS-over-TLS
Thiago Macieira
2024-05-09
1
-39
/
+57
*
QDnsLookup: add initial support for DNS-over-TLS (DoT)
Thiago Macieira
2024-05-08
1
-0
/
+4
*
QDnsLookup/Unix: handle more error conditions from res_nsend()
Thiago Macieira
2024-04-22
1
-8
/
+16
*
Network: cleanliness
Mårten Nordheim
2024-04-05
1
-1
/
+1
*
QDnsLookup/Unix: cache previously decoded domain names
Thiago Macieira
2023-06-03
1
-3
/
+29
*
QDnsLookup: merge some of the domain label expansion code
Thiago Macieira
2023-06-03
1
-30
/
+30
*
CMake: remove "res_ninit" feature and collapse to just "libresolv"
Thiago Macieira
2023-05-27
1
-1
/
+1
*
QDnsLookup: add TimeoutError for timeouts
Thiago Macieira
2023-05-26
1
-1
/
+4
*
QDnsLookup/Unix large replies: manually handle VC [3/3]
Thiago Macieira
2023-05-26
1
-4
/
+18
*
QDnsLookup/Unix large replies: use EDNS0 [2/3]
Thiago Macieira
2023-05-26
1
-4
/
+31
*
QDnsLookup/Unix large replies: use res_nmkquery & res_nsend [1/3]
Thiago Macieira
2023-05-26
1
-14
/
+47
*
QDnsLookup: centralize printing of warnings
Thiago Macieira
2023-05-23
1
-3
/
+1
*
QDnsLookup: add support for setting the port number of the server
Thiago Macieira
2023-05-23
1
-1
/
+1
*
QDnsLookup: add a number of functions to simply setting error conditions
Thiago Macieira
2023-05-23
1
-106
/
+46
*
QDnsLookup: make the query() function non-static
Thiago Macieira
2023-05-16
1
-1
/
+1
*
QDnsLookup/Unix: rework the buffer-size check code
Thiago Macieira
2023-05-16
1
-34
/
+31
*
QDnsLookup/Unix: modernize with qFromBigEndian
Thiago Macieira
2023-05-15
1
-10
/
+10
*
QDnsLookup/Unix: do skip DNS records that aren't of class IN
Thiago Macieira
2023-05-15
1
-0
/
+3
*
QDnsLookup/Unix: add support for res_setservers()
Thiago Macieira
2023-05-14
1
-0
/
+14
*
QDnsLookup/Unix: modernize the setting of IPv6 server addresses
Thiago Macieira
2023-05-14
1
-38
/
+68
*
QDnsLookup/Unix: make sure we don't overflow the buffer
Thiago Macieira
2023-05-14
1
-6
/
+25
*
QDnsLookup: treat NOTIMP replies as server failures
Thiago Macieira
2023-05-11
1
-0
/
+1
*
Network: link directly to libresolv instead of dlopen()ing it
Amir Masoud Abdol
2023-05-11
1
-126
/
+18
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-38
/
+2
*
QtNetwork: use _L1 for for creating Latin-1 string literals
Sona Kurazyan
2022-04-21
1
-1
/
+3
*
Add ; to Q_UNUSED
Lars Schmertmann
2020-07-07
1
-3
/
+3
*
Tidy nullptr usage
Allan Sandfeld Jensen
2019-12-06
1
-4
/
+4
*
QDnsLookup: fix "Resolver functions not found" error on FreeBSD
Davide Beatrici
2019-04-06
1
-13
/
+28
*
Fix out of bounds reads in qdnslookup_unix
Timur Pocheptsov
2017-12-01
1
-5
/
+22
*
Use QT_CONFIG(library) instead of QT_NO_LIBRARY
Ulf Hermann
2017-03-06
1
-2
/
+4
*
Merge remote-tracking branch 'origin/5.6' into 5.7
Liang Qi
2016-06-06
1
-1
/
+6
|
\
|
*
Compile fix: OpenBSD does not have <arpa/nameser_compat.h>
Ralf Nolden
2016-06-01
1
-1
/
+6
*
|
Merge remote-tracking branch 'origin/5.6' into 5.7
Liang Qi
2016-05-06
1
-11
/
+6
|
\
|
|
*
Remove the use of QMutexPool in QHostInfo and QDnsLookup
Thiago Macieira
2016-04-30
1
-11
/
+6
*
|
Updated license headers
Jani Heikkinen
2016-01-15
1
-13
/
+19
*
|
Merge remote-tracking branch 'origin/5.6' into dev
Liang Qi
2015-12-18
1
-2
/
+2
|
\
|
|
*
QtNetwork: Standardize error message about IPv6 addresses for nameservers.
v5.6.0-beta1
Friedemann Kleint
2015-12-14
1
-2
/
+2
*
|
Properly set (sa|sin|sin6)_len on Unix systems that need it
Thiago Macieira
2015-12-05
1
-0
/
+2
|
/
*
QtBase: remove explicit function info from qWarning() etc
Marc Mutz
2015-11-28
1
-1
/
+1
*
Update copyright headers
Jani Heikkinen
2015-02-11
1
-6
/
+6
*
Update license headers and add new license files
Matti Paaso
2014-09-24
1
-18
/
+10
*
QDnsLookup: Fix build with uClibc
Fatih Aşıcı
2014-06-20
1
-0
/
+2
*
Fix QT_NO_LIBRARY compile in Unix DNS lookup implementation.
Steffen Imhof
2014-06-10
1
-2
/
+2
*
QDnsLookup: Add support for custom DNS server
Mandeep Sandhu
2014-02-16
1
-1
/
+38
*
Don't include <gnu/lib-names.h> when compiling with uClibc
Jorgen Lind
2014-01-23
1
-1
/
+1
[next]