summaryrefslogtreecommitdiffstats
path: root/src/network/kernel/qdnslookup.cpp
Commit message (Expand)AuthorAgeFilesLines
* QDnsLookup: add support for TLSA recordsThiago Macieira5 days1-0/+234
* QDnsLookup: add the ability to tell if the reply was authenticatedThiago Macieira5 days1-2/+53
* QDnsLookup: implement DNS-over-TLSThiago Macieira5 days1-2/+92
* QDnsLookup: add initial support for DNS-over-TLS (DoT)Thiago Macieira5 days1-7/+172
* QDnsLookup: allow looking up the root domainThiago Macieira2023-06-031-0/+8
* QDnsLookup: merge some of the domain label expansion codeThiago Macieira2023-06-031-1/+11
* QDnsLookup: add TimeoutError for timeoutsThiago Macieira2023-05-261-0/+4
* QDnsLookup: centralize printing of warningsThiago Macieira2023-05-231-10/+41
* QDnsLookup: replace Q_GLOBAL_STATIC with Q_APPLICATION_STATICThiago Macieira2023-05-231-37/+18
* QDnsLookup: simplify the processing of the runnable and replyThiago Macieira2023-05-231-16/+15
* QDnsLookup: add support for setting the port number of the serverThiago Macieira2023-05-231-3/+67
* QDnsLookup: add a number of functions to simply setting error conditionsThiago Macieira2023-05-231-4/+1
* QDnsLookup: reject looking up domain names that are too longThiago Macieira2023-05-161-1/+3
* QDnsLookup: make the query() function non-staticThiago Macieira2023-05-161-2/+9
* QDnsLookup: remove the #if QT_CONFIG(thread) checkThiago Macieira2023-05-141-7/+2
* QDnsLookup: remove the explicit metatype registration for the Reply typeThiago Macieira2023-05-131-5/+3
* Network: Remove Q_DECL_METATYPE_EXTERN for single-.cpp metatypesThiago Macieira2023-05-131-2/+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-0/+2
* QtNetwork: Include moc filesMårten Nordheim2022-01-151-0/+1
* Remove unnecessary int() casting in QRandomGenerator::boundedThiago Macieira2021-03-171-1/+1
* QDnsLookup - port to the new property systemTimur Pocheptsov2021-01-271-12/+21
* Use qsizetype in QListLars Knoll2020-07-061-1/+1
* Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-2/+2
* wasm: enable Network for nothreadLorn Potter2018-09-281-1/+6
* Change almost all other uses of qrand() to QRandomGeneratorThiago Macieira2017-11-081-8/+3
* doc: removed illegal qdoc commentsMartin Smith2017-01-041-2/+2
* QtNetwork: use const (and const APIs) moreAnton Kudryavtsev2016-04-271-11/+11
* 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/+3
* Update copyright headersJani Heikkinen2015-02-111-6/+6
* Update license headers and add new license filesMatti Paaso2014-09-241-18/+10
* Add missing QDnsLookup constructor implementationAndy Shaw2014-06-201-1/+13
* Mark the missing QDnsLookup constructor as \internalAndy Shaw2014-05-211-0/+5
* QDnsLookup: Add support for custom DNS serverMandeep Sandhu2014-02-161-2/+2
* QDnsLookup: Support for custom DNS serverMandeep Sandhu2013-10-211-0/+19
* Add QDns* classes to the list of the implicitly shared onesGiuseppe D'Angelo2012-11-301-0/+5
* Remove qSort usages from QDnsLookupGiuseppe D'Angelo2012-11-081-2/+4
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-23/+23
* QtNetwork: add member-swap to shared classesMarc Mutz2012-07-061-0/+30
* Doc: Modularize QtNetwork documentation.Casper van Donderen2012-05-091-2/+2
* Various minor fixes for qdoc warnings.Richard Moore2012-05-061-2/+1
* Document new APIs in 5.0Shane Kearns2012-05-031-0/+1
* Add support for DNS lookups using native APIsJeremy Lainé2012-01-301-0/+988