summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/kernel
Commit message (Expand)AuthorAgeFilesLines
* tst_QDnsLookup: add testing of PTR records on global namesThiago Macieira3 days1-0/+10
* tst_QDnsLookup: also use the nameservers behind systemd-resolvedThiago Macieira3 days1-13/+17
* tst_QDnsLookup refactor: use the new helpers in other test functionsThiago Macieira3 days1-23/+17
* tst_QDnsLookup refactor: rewrite lookup() functionThiago Macieira3 days1-182/+135
* tst_QDnsLookup refactor: split the NXDOMAIN tests from lookup()Thiago Macieira3 days1-8/+64
* tst_QDnsLookup: use the 4-argument writeDatagram() overloadThiago Macieira3 days1-1/+2
* tst_QDnsLookup: fix MSVC 'truncation of constant value' warningThiago Macieira3 days1-1/+1
* tst_QHostInfo: increase the timeout to 15sThiago Macieira2024-03-131-1/+1
* tst_QHostInfo: don't use the test class to store resultsThiago Macieira2024-03-141-123/+94
* Change license for tests filesLucie Gérard2024-02-0412-12/+12
* tst_QHostInfo: enable the IPv6 reverse lookups in more systemsThiago Macieira2024-01-301-6/+4
* tst_QHostInfo: remove QProcess dependencyThiago Macieira2024-01-301-53/+27
* tst_QHostInfo: reorganize the #includesThiago Macieira2024-01-301-16/+12
* Add required network libs for VxWorksTomasz Kozłowski2024-01-261-1/+1
* Network: Use QHttpHeaders in QHttpHeaderParserLena Biliaieva2024-01-251-8/+9
* tst_QHostInfo::reverseLookup(): code cleanupAxel Spoerl2024-01-111-3/+2
* tst_QDnsLookup: fix typo in CMakeListst.txtAhmad Samir2023-09-041-1/+1
* tst_QDnsLookup: skip a unittest on WindowsAhmad Samir2023-09-041-0/+4
* tst_QDnsLookup: extend test coverage for property bindingsIvan Solovev2023-09-032-0/+35
* tst_QNetworkInterface: enable IPv6 detection for WindowsThiago Macieira2023-08-292-9/+10
* tst_qdnslookup: fix the location of the opcode in the headerThiago Macieira2023-08-281-1/+1
* QtNetwork auto tests: compile with QT_NO_FOREACHAhmad Samir2023-08-223-6/+0
* QtNetwork auto tests: port Q_FOREACH to ranged-for [4]Ahmad Samir2023-08-221-3/+2
* QtNetwork auto tests: port Q_FOREACH to ranged-for [1]Ahmad Samir2023-08-223-13/+22
* Mark all of Qt as free of Q_FOREACH, except where it isn'tMarc Mutz2023-08-193-0/+3
* tests: port assorted trivial uses of Q_FOREACH to ranged for loopsMarc Mutz2023-08-142-4/+4
* tst_QHostInfo: fix mem-leaks in threadSafetyAsynchronousAPI()Marc Mutz2023-07-191-13/+10
* CMake: Make network tests standalone projectsAlexandru Croitor2023-07-0512-0/+72
* Remove the manual undef of the min/max macros, or def NOMINMAXAmir Masoud Abdol2023-06-081-3/+0
* QDnsLookup: allow looking up the root domainThiago Macieira2023-06-031-8/+31
* 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/+2
* tst_QDnsLookup: add a test for setNameserverThiago Macieira2023-05-232-0/+156
* QDnsLookup: add support for setting the port number of the serverThiago Macieira2023-05-231-0/+70
* tst_QDnsLookup: don't fail if the server refused to answerThiago Macieira2023-05-111-34/+34
* tst_QDnsLookup: create a dedicated test for IDNThiago Macieira2023-05-111-9/+18
* Network: link directly to libresolv instead of dlopen()ing itAmir Masoud Abdol2023-05-113-16/+2
* Unblacklist tst_QDnsQuery::lookupMårten Nordheim2023-05-101-2/+0
* Add test function for private networkYAMAMOTO Atsushi2023-03-111-0/+2
* tests: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-1711-27/+0
* tst_QHostInfo: use python3Thiago Macieira2023-01-171-1/+1
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-032-6/+6
* QHostAddress: Fix incorrect comparison against 'Any'Mårten Nordheim2022-11-021-0/+6
* Port from container.count()/length() to size()Marc Mutz2022-10-042-9/+9
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-2313-13/+13
* Add license headers to cmake filesLucie Gérard2022-08-0313-0/+39
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-2812-14/+14
* Use SPDX license identifiersLucie Gérard2022-05-1612-328/+28
* Exclude network tests based on featureDavid Skoland2022-05-112-3/+5
* tst_QNetworkProxyFactory cleanup genericSystemProxy skippingMårten Nordheim2022-04-211-10/+5