summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/socket/qudpsocket/tst_qudpsocket.cpp
Commit message (Expand)AuthorAgeFilesLines
* UDP: don't disable read notification unless we have a datagramMårten Nordheim2024-03-021-0/+76
* Change license for tests filesLucie Gérard2024-02-041-1/+1
* tst_QUdpSocket: move up the search for IPv6-capable interfacesThiago Macieira2023-08-291-20/+9
* QtNetwork auto tests: compile with QT_NO_FOREACHAhmad Samir2023-08-221-2/+0
* QtNetwork auto tests: port Q_FOREACH to ranged-for [4]Ahmad Samir2023-08-221-14/+19
* QtNetwork auto tests: port Q_FOREACH to ranged-for [2]Ahmad Samir2023-08-221-9/+7
* QtNetwork auto tests: port Q_FOREACH to ranged-for [1]Ahmad Samir2023-08-221-8/+14
* Mark all of Qt as free of Q_FOREACH, except where it isn'tMarc Mutz2023-08-191-0/+1
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-14/+14
* QHostAddress: Fix incorrect comparison against 'Any'Mårten Nordheim2022-11-021-1/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-111-6/+6
* Port from container.count()/length() to size()Marc Mutz2022-10-041-47/+47
* Use SPDX license identifiersLucie Gérard2022-05-161-28/+3
* Tests: Do not depend on transitive includesFabian Kosmale2022-03-171-0/+1
* Compile autotests for IntegrityTatiana Borisova2021-09-201-0/+2
* tests: fix deprecated implicit capture of this via [=]Marc Mutz2021-06-301-1/+1
* Fix QFAIL() to interract correctly with QEXPECT_FAIL()Edward Welbourne2021-06-151-2/+1
* Move QEMU emulation detector to QTestSamuli Piippo2021-02-131-2/+2
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+6
* Use QList instead of QVector in network testsJarek Kobus2020-06-251-1/+1
* Remove winrtOliver Wolff2020-06-061-18/+0
* Remove deprecated QProcess methodsVolker Hilsheimer2020-05-271-4/+4
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-03-181-28/+54
|\
| * Fix 'out of process' autotestsTimur Pocheptsov2020-03-111-28/+54
* | QAbstractSocket: deprecate 'error' signal, use 'errorOccurred' insteadAlexander Akulich2020-02-271-2/+2
* | Revert "QAbstractSocket: deprecate 'error' member-function"Alexander Akulich2020-02-261-7/+7
* | QAbstractSocket: deprecate 'error' member-functionTimur Pocheptsov2020-01-101-7/+7
|/
* Convert uses of QTime as a timer to QElapsedTimerEdward Welbourne2019-06-141-1/+2
* Convert tst_qudpsocket to use dockerMårten Nordheim2019-03-061-6/+13
* Make tst_QUdpSocket::lincLocalIPv6 less sadisticTimur Pocheptsov2019-02-211-5/+4
* tst_QUdpSocket: Fix Clang warning about unused expressionFriedemann Kleint2018-05-021-2/+4
* Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-071-0/+19
|\
| * tst_QUdpSocket - unblacklist tests on Ubuntu 16.04Timur Pocheptsov2018-01-051-1/+19
* | Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-12-301-3/+17
|\|
| * tst_QUdpSocket: fix linkLocalIPv4 testThiago Macieira2017-12-051-3/+2
| * tst_QUdpSocket: Don't test for .bytesAvailable on untrusted platformsThiago Macieira2017-12-051-0/+15
* | tst_QUdpSocket: add some tests for link-local IPv6 multicastingThiago Macieira2017-12-291-1/+28
* | tst_QUdpSocket: always use an interface when binding to IPv6Thiago Macieira2017-12-291-4/+35
* | tst_QUdpSocket: Don't use interface-local IPv6 multicastThiago Macieira2017-12-241-6/+22
* | tst_QUdpSocket: stop trying to bind to multicast addressesThiago Macieira2017-12-241-2/+0
* | tst_QUdpSocket: remove Bearer portions of the testThiago Macieira2017-12-051-122/+0
|/
* QNativeSocketEngine/Win: fix getting the datagram destinationThiago Macieira2017-11-041-46/+125
* Convert features.socks5 to QT_[REQUIRE_]CONFIGStephan Binner2017-09-061-3/+3
* Use QSharedPointer::create() moreMarc Mutz2017-07-191-1/+1
* Continue to blacklist the utun interfaces on macOSThiago Macieira2017-06-061-0/+7
* tst_qudpsocket: Blacklist "utun" interfaces on DarwinThiago Macieira2017-05-291-0/+8
* Fix tst_QUdpSocket for QEMUSami Nurmenniemi2017-03-291-0/+84
* Properly use the "process" featureUlf Hermann2017-02-271-2/+2
* Long live QNetworkDatagram!Thiago Macieira2016-06-201-33/+73
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-121-18/+18
|\