summaryrefslogtreecommitdiffstats
path: root/src/network/kernel/qdnslookup_unix.cpp
Commit message (Expand)AuthorAgeFilesLines
* QDnsLookup/Unix: handle more error conditions from res_nsend()Thiago Macieira8 days1-8/+16
* Network: cleanlinessMårten Nordheim2024-04-051-1/+1
* QDnsLookup/Unix: cache previously decoded domain namesThiago Macieira2023-06-031-3/+29
* QDnsLookup: merge some of the domain label expansion codeThiago Macieira2023-06-031-30/+30
* CMake: remove "res_ninit" feature and collapse to just "libresolv"Thiago Macieira2023-05-271-1/+1
* QDnsLookup: add TimeoutError for timeoutsThiago Macieira2023-05-261-1/+4
* QDnsLookup/Unix large replies: manually handle VC [3/3]Thiago Macieira2023-05-261-4/+18
* QDnsLookup/Unix large replies: use EDNS0 [2/3]Thiago Macieira2023-05-261-4/+31
* QDnsLookup/Unix large replies: use res_nmkquery & res_nsend [1/3]Thiago Macieira2023-05-261-14/+47
* QDnsLookup: centralize printing of warningsThiago Macieira2023-05-231-3/+1
* QDnsLookup: add support for setting the port number of the serverThiago Macieira2023-05-231-1/+1
* QDnsLookup: add a number of functions to simply setting error conditionsThiago Macieira2023-05-231-106/+46
* QDnsLookup: make the query() function non-staticThiago Macieira2023-05-161-1/+1
* QDnsLookup/Unix: rework the buffer-size check codeThiago Macieira2023-05-161-34/+31
* QDnsLookup/Unix: modernize with qFromBigEndianThiago Macieira2023-05-151-10/+10
* QDnsLookup/Unix: do skip DNS records that aren't of class INThiago Macieira2023-05-151-0/+3
* QDnsLookup/Unix: add support for res_setservers()Thiago Macieira2023-05-141-0/+14
* QDnsLookup/Unix: modernize the setting of IPv6 server addressesThiago Macieira2023-05-141-38/+68
* QDnsLookup/Unix: make sure we don't overflow the bufferThiago Macieira2023-05-141-6/+25
* QDnsLookup: treat NOTIMP replies as server failuresThiago Macieira2023-05-111-0/+1
* Network: link directly to libresolv instead of dlopen()ing itAmir Masoud Abdol2023-05-111-126/+18
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* QtNetwork: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-04-211-1/+3
* Add ; to Q_UNUSEDLars Schmertmann2020-07-071-3/+3
* Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-4/+4
* QDnsLookup: fix "Resolver functions not found" error on FreeBSDDavide Beatrici2019-04-061-13/+28
* Fix out of bounds reads in qdnslookup_unixTimur Pocheptsov2017-12-011-5/+22
* Use QT_CONFIG(library) instead of QT_NO_LIBRARYUlf Hermann2017-03-061-2/+4
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-061-1/+6
|\
| * Compile fix: OpenBSD does not have <arpa/nameser_compat.h>Ralf Nolden2016-06-011-1/+6
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-061-11/+6
|\|
| * Remove the use of QMutexPool in QHostInfo and QDnsLookupThiago Macieira2016-04-301-11/+6
* | Updated license headersJani Heikkinen2016-01-151-13/+19
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-181-2/+2
|\|
| * QtNetwork: Standardize error message about IPv6 addresses for nameservers.v5.6.0-beta1Friedemann Kleint2015-12-141-2/+2
* | Properly set (sa|sin|sin6)_len on Unix systems that need itThiago Macieira2015-12-051-0/+2
|/
* QtBase: remove explicit function info from qWarning() etcMarc Mutz2015-11-281-1/+1
* Update copyright headersJani Heikkinen2015-02-111-6/+6
* Update license headers and add new license filesMatti Paaso2014-09-241-18/+10
* QDnsLookup: Fix build with uClibcFatih Aşıcı2014-06-201-0/+2
* Fix QT_NO_LIBRARY compile in Unix DNS lookup implementation.Steffen Imhof2014-06-101-2/+2
* QDnsLookup: Add support for custom DNS serverMandeep Sandhu2014-02-161-1/+38
* Don't include <gnu/lib-names.h> when compiling with uClibcJorgen Lind2014-01-231-1/+1
* Fix loading of libresolv when the .so file (not .so.2) isn't installedThiago Macieira2013-10-161-2/+13
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-23/+23
* QDnsLookupRunnable: replace a volatile bool with an atomic intMarc Mutz2012-08-291-4/+4
* Make QtNetwork compile with qconfig smallJeremy Katz2012-07-011-0/+15
* Fix QDnslookup build on FreeBSDJeremy Lainé2012-02-011-3/+1
* Add support for DNS lookups using native APIsJeremy Lainé2012-01-301-0/+324