summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
* QNetworkInformation: Deprecate vague load functionsMårten Nordheim2022-03-312-6/+6
* tst_QNetworkInterface: Update network test server handlingPasi Petäjäjärvi2022-03-302-3/+10
* Android: skip tst_QNetworkProxyFactory::genericSystemProxyIvan Solovev2022-03-302-4/+1
* Tests: Do not depend on transitive includesFabian Kosmale2022-03-171-0/+1
* Fix check for IPV6 support without certain featuresPasi Petäjäjärvi2022-02-281-3/+8
* QAuthenticator: Use views for arguments in private functionsMårten Nordheim2022-01-171-4/+4
* QAuthenticator: Filter out algorithms we don't supportMårten Nordheim2021-11-251-0/+31
* QtBase: replace windows.h with qt_windows.hYuhang Zhao2021-11-231-1/+1
* QNI: Add API to check if connection is meteredMårten Nordheim2021-11-041-4/+32
* QNI: Add supportedFeatures getterMårten Nordheim2021-10-221-2/+20
* QNetworkInfo: Add transport medium detection APIMårten Nordheim2021-10-071-0/+42
* QNetworkInformation: Actually compare names case insensitivelyMårten Nordheim2021-09-201-0/+1
* Compile autotests for IntegrityTatiana Borisova2021-09-201-4/+5
* tests: Remove unused SRCDIR definesIevgenii Meshcheriakov2021-08-171-2/+0
* tests: fix deprecated implicit capture of this via [=]Marc Mutz2021-06-301-1/+1