summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/socket/qtcpsocket/tst_qtcpsocket.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove extra semi-colonsTasuku Suzuki2024-02-061-1/+1
* Change license for tests filesLucie Gérard2024-02-041-1/+1
* 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-5/+7
* QtNetwork auto tests: port Q_FOREACH to ranged-for [1]Ahmad Samir2023-08-221-1/+2
* Mark all of Qt as free of Q_FOREACH, except where it isn'tMarc Mutz2023-08-191-0/+2
* tests: port assorted trivial uses of Q_FOREACH to ranged for loopsMarc Mutz2023-08-141-2/+2
* tst_QTcpSocket: fix mem-leakMarc Mutz2023-07-151-1/+1
* Remove the manual undef of the min/max macros, or def NOMINMAXAmir Masoud Abdol2023-06-081-2/+0
* Network tests: drop testing ftp proxy serverMårten Nordheim2023-04-201-1/+6
* Revert "Skip socket and server tests on Ubuntu 22.04 and QEMU"Mårten Nordheim2023-03-201-7/+0
* Skip socket and server tests on Ubuntu 22.04 and QEMUVille Voutilainen2023-02-051-0/+7
* Fix two variables' "may be used uninitialized" compiler warningsAhmad Samir2023-01-221-1/+1
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-13/+13
* Port from container.count()/length() to size()Marc Mutz2022-10-041-3/+3
* Use SPDX license identifiersLucie Gérard2022-05-161-28/+3
* tst_QTcpSocket: remove redundant includeTimur Pocheptsov2022-04-071-4/+0
* pthread_yield() has been removed in newer linux distrosVille Voutilainen2022-03-141-1/+1
* Replace QtTest headers with QTestDavid Skoland2020-12-221-2/+2
* tst_QTcpSocket: stabilize connectToHostErrorMårten Nordheim2020-12-041-2/+2
* tst_QTcpSocket::connectToHostError - handle possible timeoutsTimur Pocheptsov2020-11-201-8/+31
* tst_QTcpSocket::connectToHostError - increase the timeoutTimur Pocheptsov2020-10-081-4/+5
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-071-2/+2
* Remove most compiler warnings about missing overridesLars Knoll2020-09-111-4/+4
* Remove winrtOliver Wolff2020-06-061-4/+0
* QtNetwork: Delete bearer managementMårten Nordheim2020-04-051-0/+1
* QAbstractSocket: deprecate 'error' signal, use 'errorOccurred' insteadAlexander Akulich2020-02-271-10/+10
* Revert "QAbstractSocket: deprecate 'error' member-function"Alexander Akulich2020-02-261-22/+22
* Merge remote-tracking branch 'origin/5.14' into 5.15Friedemann Kleint2020-02-241-3/+24
|\
| * tst_qtcpsocket::bind - amend the recent fixTimur Pocheptsov2020-02-221-3/+24
* | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-02-181-9/+9
|\|
| * Autotest: adapt to certain OSes always allowing binding to low portsThiago Macieira2020-02-131-8/+8
| * QTcpSocket::bind: fix issue found by BLACKLISTThiago Macieira2020-02-131-1/+1
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-151-1/+2
|\|
| * Skip instead of fail tests when test server is not availableTor Arne Vestbø2020-01-141-1/+2
* | QAbstractSocket: deprecate 'error' member-functionTimur Pocheptsov2020-01-101-22/+22
|/
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-171-10/+29
|\
| * Windows: handle errors correctly when connecting to unreachable hostVolker Hilsheimer2019-07-111-10/+29
* | Merge "Merge remote-tracking branch 'origin/5.13' into dev"Liang Qi2019-07-051-4/+4
|\ \
| * | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-07-051-4/+4
| |\|
| | * QSocks5SocketEngine: account for in-transit signal when waiting for readMårten Nordheim2019-07-021-4/+4
* | | tst_QTcpSocket::hostNotFound Only expect failure for the http proxyMårten Nordheim2019-07-051-1/+2
|/ /
* | Convert uses of QTime as a timer to QElapsedTimerEdward Welbourne2019-06-141-6/+5
* | Port tst_qtcpsocket to the docker serverMårten Nordheim2019-02-281-73/+101
|/
* Make developer build tests pass for boot2qtSami Nurmenniemi2018-11-261-1/+11
* tests/auto/network: Avoid unconditional qWait()sKari Oikarinen2018-05-081-5/+1
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-301-1/+8
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-281-1/+8
| |\
| | * tst_QTcpSocket: fix disconnectWhileLookingUpMårten Nordheim2017-11-241-1/+8
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-231-5/+3
|\| |