summaryrefslogtreecommitdiffstats
path: root/examples/network/dnslookup/dnslookup.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix deprecation warnings agains u"..."_qs in dnslookup.cppEdward Welbourne2023-06-071-5/+5
* DNS Lookup: Use ideomatic cstdio includeMårten Nordheim2023-03-021-19/+21
* DNS Lookup: Change local function to return struct instead of enumMårten Nordheim2023-03-021-36/+38
* DNS Lookup: Use standard functions to print version/helpMårten Nordheim2023-03-021-4/+3
* DNS Lookup: reflow some code to avoid exceeding column limitMårten Nordheim2023-03-021-15/+31
* DNS Lookup: Use std::optional instead of casting enum to intMårten Nordheim2023-03-021-5/+5
* DNS Lookup: Avoid unneeded allocations in parsing functionMårten Nordheim2023-03-021-11/+11
* examples: port network examples to new connection styleSamuel Gaist2022-12-211-1/+1
* Use SPDX license identifiersLucie Gérard2022-05-161-49/+2
* Cleanup network examplesChristian Ehrlicher2019-11-061-2/+2
* Network examples: cleanup foreach usageChristian Ehrlicher2019-01-061-8/+16
* Unify license header usage.Jani Heikkinen2016-03-291-3/+13
* Updated BSD licensed file headersJani Heikkinen2015-02-151-3/+3
* Update copyright headersJani Heikkinen2015-02-111-4/+4
* Use QCommandLineParser in example dnslookup.Friedemann Kleint2014-03-151-51/+120
* Examples: Add support for custom nameserver to dnslookupMandeep Sandhu2013-11-071-1/+12
* Use QStringList::join(QChar) overload where applicable [examples]Marc Mutz2012-09-231-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-5/+5
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtNetwork]Thiago Macieira2012-05-041-1/+1
* Add support for DNS lookups using native APIsJeremy Lainé2012-01-301-0/+155