summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/kernel/qnetworkinterface
Commit message (Expand)AuthorAgeFilesLines
* Change license for tests filesLucie Gérard2024-02-041-1/+1
* tst_QNetworkInterface: enable IPv6 detection for WindowsThiago Macieira2023-08-292-9/+10
* QtNetwork auto tests: compile with QT_NO_FOREACHAhmad Samir2023-08-221-2/+0
* QtNetwork auto tests: port Q_FOREACH to ranged-for [1]Ahmad Samir2023-08-221-6/+8
* Mark all of Qt as free of Q_FOREACH, except where it isn'tMarc Mutz2023-08-191-0/+1
* tests: port assorted trivial uses of Q_FOREACH to ranged for loopsMarc Mutz2023-08-141-2/+2
* CMake: Make network tests standalone projectsAlexandru Croitor2023-07-051-0/+6
* tests: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-171-2/+0
* Port from container.count()/length() to size()Marc Mutz2022-10-041-1/+1
* 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
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-281-1/+1
* Use SPDX license identifiersLucie Gérard2022-05-161-28/+3
* tst_QNetworkInterface: Update network test server handlingPasi Petäjäjärvi2022-03-302-3/+10
* 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
* Remove the qmake project filesJoerg Bornemann2021-01-071-5/+0
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+2
* Revert "Fix network tests on qemu/arm"Samuli Piippo2020-12-183-8/+0
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-231-1/+1
* CMake: Regenerate tests with new qt_ prefixed APIsAlexandru Croitor2020-07-091-1/+1
* Use QList instead of QVector in network testsJarek Kobus2020-06-251-1/+1
* QtNetwork: Delete bearer managementMårten Nordheim2020-04-051-33/+0
* 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-131-4/+0
* | cmake: Enable network testLiang Qi2019-07-291-0/+19
|/
* tst_qnetworkinterface: Fix for case of zero interfaceTuomas Heimonen2018-07-061-0/+2
* Fix 5.11 API review findings in QtNetworkFriedemann Kleint2018-03-101-3/+3
* Blacklist tst_QNetworkInterface::localAddress(linklocal-ipv4) in ciLiang Qi2018-01-101-0/+4
* QAbstractSocket: Add socketOption for the Path MTUThiago Macieira2017-11-142-6/+58
* QNetworkInterface/Win: fix MTU of Windows loopback interfacesThiago Macieira2017-11-141-0/+2
* QNetworkInterface: add MTUThiago Macieira2017-11-071-0/+1
* QNetworkInterface: Add the DNS eligibilityThiago Macieira2017-11-071-0/+4
* QNetworkInterface: add support for extracting address lifetimeThiago Macieira2017-11-071-0/+16
* QNetworkInterface: Add type()Thiago Macieira2017-11-071-0/+1
* A minor cleanup - fix a commentTimur Pocheptsov2017-10-111-1/+1
* Autotest: centralize the detection of IPv6 supportThiago Macieira2017-09-251-12/+12
* Autotest: use QUdpSocket instead of QTcpSocket in tst_QNetworkInterfaceThiago Macieira2017-09-141-7/+2
* Fix network tests on qemu/armSami Nurmenniemi2017-04-062-0/+5
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-261-7/+0
|\
| * Autotest: remove the check that broadcast = ip | ~netmaskThiago Macieira2016-01-211-7/+0
* | Add Intel copyright to files that Intel has had non-trivial contributionThiago Macieira2016-01-211-0/+1
* | Updated license headersJani Heikkinen2016-01-211-17/+12
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-181-0/+19
|\|
| * QNetworkInterface: fix support for address labels on Linux interfacesThiago Macieira2015-12-081-0/+19
* | Add QNetworkInterface::interface{IndexFromName,NameFromIndex}Thiago Macieira2015-10-151-0/+5
* | Tests: Fix single-character string literals.Friedemann Kleint2015-10-131-1/+1
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-09-251-20/+28
|\|
| * Autotest: Make tst_QNetworkInterface::interfaceFromXXX data-drivenThiago Macieira2015-09-131-20/+28