summaryrefslogtreecommitdiffstats
path: root/src/network/kernel/qdnslookup_p.h
Commit message (Expand)AuthorAgeFilesLines
* QDnsLookup: merge some of the domain label expansion codeThiago Macieira2023-06-031-1/+13
* QDnsLookup: add TimeoutError for timeoutsThiago Macieira2023-05-261-0/+6
* QDnsLookup: centralize printing of warningsThiago Macieira2023-05-231-0/+2
* QDnsLookup: replace Q_GLOBAL_STATIC with Q_APPLICATION_STATICThiago Macieira2023-05-231-16/+0
* QDnsLookup: simplify the processing of the runnable and replyThiago Macieira2023-05-231-2/+0
* QDnsLookup: add support for setting the port number of the serverThiago Macieira2023-05-231-10/+18
* QDnsLookup: add a number of functions to simply setting error conditionsThiago Macieira2023-05-231-7/+66
* QDnsLookup: reject looking up domain names that are too longThiago Macieira2023-05-161-0/+1
* QDnsLookup: make the query() function non-staticThiago Macieira2023-05-161-7/+3
* QDnsLookup/Unix: modernize the setting of IPv6 server addressesThiago Macieira2023-05-141-0/+2
* QDnsLookup: remove the #if QT_CONFIG(thread) checkThiago Macieira2023-05-141-2/+0
* Network: Remove Q_DECL_METATYPE_EXTERN for single-.cpp metatypesThiago Macieira2023-05-131-2/+0
* Remove redundant qsharedpointer.h #includesAhmad Samir2023-01-311-1/+0
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* QtNetwork: sweep Q_DECLARE_METATYPE → QT_DECL_METATYPE_EXTERN [2/2]: privat...Marc Mutz2022-04-061-1/+1
* QDnsLookup - port to the new property systemTimur Pocheptsov2021-01-271-3/+23
* More nullptr usage in headersKevin Funk2019-03-141-1/+1
* wasm: enable Network for nothreadLorn Potter2018-09-281-0/+4
* Add a feature for DNS lookup supportUlf Hermann2017-11-081-0/+2
* Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-1/+1
* Add qtnetworkglobal.h and qtnetworkglobal_p.hLars Knoll2016-07-031-0/+1
* Updated license headersJani Heikkinen2016-01-151-13/+19
* QtNetwork: Standardize error message about IPv6 addresses for nameservers.v5.6.0-beta1Friedemann Kleint2015-12-141-0/+2
* Update copyright headersJani Heikkinen2015-02-111-6/+6
* Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-031-1/+1
* Update license headers and add new license filesMatti Paaso2014-09-241-18/+10
* QDnsLookup: Add support for custom DNS serverMandeep Sandhu2014-02-161-2/+4
* QDnsLookup: Support for custom DNS serverMandeep Sandhu2013-10-211-0/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-23/+23
* Add support for DNS lookups using native APIsJeremy Lainé2012-01-301-0/+213