summaryrefslogtreecommitdiffstats
path: root/examples/network/dnslookup
Commit message (Expand)AuthorAgeFilesLines
* CMake: Add deployment API to our examplesAlexandru Croitor2024-03-221-9/+10
* Correct license for examples filesLucie Gérard2024-03-071-1/+1
* Exclude some examples from Android buildElias Hautala2023-08-281-0/+4
* 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
* Examples: Use PRIVATE CMake linkageKai Köhne2022-11-301-1/+1
* Examples: Use qt_standard_project_setup()Kai Köhne2022-11-171-2/+2
* Examples: Use Qt6:: to qualify Qt CMake packagesKai Köhne2022-11-171-2/+2
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231-1/+1
* Add license headers to cmake filesLucie Gérard2022-08-031-0/+3
* Use SPDX license identifiersLucie Gérard2022-05-162-98/+4
* Examples: Remove unneeded CMake optionsKai Köhne2022-01-241-4/+0
* Examples: Clean up WIN32_EXECUTABLE, MACOSX_BUNDLE propertiesKai Köhne2021-12-171-5/+0
* Examples: Fix whitespace issues in CMakeLists.txtKai Köhne2021-12-131-1/+3
* Examples: Remove remaining conversion markers in CMakeLists.txtKai Köhne2021-12-131-2/+0
* Examples: Use find_package(Qt6 REQUIRED COMPONENTS ...) idiomKai Köhne2021-12-101-2/+1
* Raise cmake_minimum_required to VERSION 3.16 in examplesJoerg Bornemann2021-08-171-1/+1
* CMake: Regenerate examples to set the WIN32_EXECUTABLE propertyAlexandru Croitor2020-10-271-0/+4
* CMake: Regenerate examples to use qt_add_executableAlexandru Croitor2020-10-191-1/+1
* CMake: Regenerate examplesAlexandru Croitor2020-07-091-1/+5
* Regenerate examplesAlexandru Croitor2020-02-041-1/+1
* Merge remote-tracking branch 'origin/dev' into merge-devLeander Beernaert2020-01-241-2/+2
|\
| * Cleanup network examplesChristian Ehrlicher2019-11-061-2/+2
* | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-06-141-2/+2
|\|
* | Fix compiling of examples on AndroidSimon Hausmann2019-06-121-0/+1
* | Allow to build examples as standalone projectKevin Funk2019-06-051-20/+21
* | Merge commit 'dev' into 'wip/cmake-merge'Tobias Hunger2019-04-162-10/+17
|\|
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-191-2/+1
| |\
| | * Add cmdline feature to qmakeJoerg Bornemann2019-02-181-2/+1
| * | Network examples: cleanup foreach usageChristian Ehrlicher2019-01-061-8/+16
| |/
* / CMake: Add more examplesTobias Hunger2019-03-261-0/+27
|/
* Unify license header usage.Jani Heikkinen2016-03-292-6/+26
* Updated BSD licensed file headersJani Heikkinen2015-02-152-6/+6
* Update copyright headersJani Heikkinen2015-02-112-8/+8
* Use QCommandLineParser in example dnslookup.Friedemann Kleint2014-03-152-55/+136
* Examples: Add support for custom nameserver to dnslookupMandeep Sandhu2013-11-071-1/+12
* centralize and fixup example sources install targetsOswald Buddenhagen2012-11-291-3/+1
* Examples: Install to $$[QT_INSTALL_EXAMPLES]/$submodule/$examplehjk2012-11-261-2/+2
* Use QStringList::join(QChar) overload where applicable [examples]Marc Mutz2012-09-231-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-222-10/+10
* 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-303-0/+228