summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
* QNetworkInformation: Adjustments to captive portal APIMårten Nordheim2021-06-081-12/+12
* QNetworkInformation: Behind captive portalMårten Nordheim2021-05-311-1/+36
* Add function to QAuthenticatorPrivate to check method supportMårten Nordheim2021-05-201-0/+18
* QNetworkInformation: delete the instance as a post-routineMårten Nordheim2021-04-143-0/+74
* QHostAddress: prepare moving NetworkLayerProtocol from QAbstractSocketThiago Macieira2021-03-181-11/+11
* Fix some warnings about virtual/overrideAndreas Buhr2021-02-231-2/+2
* QDnsLookup - port to the new property systemTimur Pocheptsov2021-01-271-0/+49
* Long live QNetworkInformationMårten Nordheim2021-01-203-0/+163
* Remove the qmake project filesJoerg Bornemann2021-01-0711-88/+0
* Replace QtTest headers with QTestDavid Skoland2020-12-229-11/+16
* Revert "Fix network tests on qemu/arm"Samuli Piippo2020-12-183-8/+0
* Tests: Fix building with qmake on WindowsFriedemann Kleint2020-12-172-2/+2
* CMake: Regenerate projects using pro2cmake one last timeAlexandru Croitor2020-12-102-9/+11
* QNetworkDatagram: Test copy ctor and clear()Mårten Nordheim2020-12-011-0/+11
* Android: blacklist a list of failing tests for androidAssam Boudjelthia2020-11-041-0/+3
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-2310-12/+12
* QAuthenticator: condition using GSSAPI on credentials availabilityMårten Nordheim2020-09-111-3/+3
* Remove most compiler warnings about missing overridesLars Knoll2020-09-111-1/+1
* QHostAddress: resolve API issues marked with ##Qt6Timur Pocheptsov2020-07-281-16/+0
* CMake: Regenerate tests with new qt_ prefixed APIsAlexandru Croitor2020-07-0910-12/+12
* Add ; to Q_UNUSEDLars Schmertmann2020-07-071-5/+5
* Remove QByteArray's methods taking QString and their usesSona Kurazyan2020-06-251-1/+1
* Use QList instead of QVector in network testsJarek Kobus2020-06-251-1/+1
* Long live std::pair!Giuseppe D'Angelo2020-06-101-3/+3
* Remove winrtOliver Wolff2020-06-065-20/+0
* QtNetwork: Delete bearer managementMårten Nordheim2020-04-052-55/+0
* cmake: Remove APPLE prefix from platform namesTor Arne Vestbø2020-03-161-1/+1
* cmake: Fix naming when referring to Apple macOSTor Arne Vestbø2020-03-161-1/+1
* Regenerate projects one last time before mergewip/cmakeAlexandru Croitor2020-02-124-12/+4
* Merge remote-tracking branch 'origin/dev' into merge-devLeander Beernaert2020-01-242-21/+31
|\
| * tst_QNetworkInterface: don't force an IPv4 link-local addressThiago Macieira2019-12-072-21/+31
* | Regenerate tests/auto/network/kernelAlexandru Croitor2019-11-1310-35/+10
* | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-10-111-11/+1
|\|
| * Update for failures only on dev branch. Use general platform namesDaniel Smith2019-08-191-11/+1
* | Merge branch 'wip/qt6' into wip/cmakeAlexandru Croitor2019-08-153-2/+30
|\|
| * Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-07-301-1/+16
| |\
| | * Merge "Merge remote-tracking branch 'origin/5.12' into 5.13"Qt Forward Merge Bot2019-07-291-0/+13
| | |\
| | | * QHostInfo: Always post results through the event loop to the receiverVolker Hilsheimer2019-07-261-0/+13
| | * | Add IPv6 data to the reverseLookup testVolker Hilsheimer2019-07-291-1/+3
| | |/
| * | Make network tests build and pass with disabled deprecated APIsSona Kurazyan2019-07-231-0/+3
| * | unblacklist passing testsDaniel Smith2019-07-081-1/+11
* | | cmake: Enable network testLiang Qi2019-07-2911-0/+211
|/ /
* | Migrate Windows system libs to external dependenciesJoerg Bornemann2019-05-082-2/+2
* | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-04-102-4/+66
|\|
| * Populate test data for reverse lookups using system toolsVolker Hilsheimer2019-04-052-4/+66
* | Replace qMove with std::moveAllan Sandfeld Jensen2019-04-061-1/+1