summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/socket/qtcpsocket
Commit message (Expand)AuthorAgeFilesLines
* Remove extra semi-colonsTasuku Suzuki2024-02-061-1/+1
* Change license for tests filesLucie Gérard2024-02-044-4/+4
* 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
* CMake: Make network tests standalone projectsAlexandru Croitor2023-07-051-0/+6
* 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-202-8/+0
* tests: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-173-24/+2
* Skip socket and server tests on Ubuntu 22.04 and QEMUVille Voutilainen2023-02-052-0/+8
* 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
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-233-3/+3
* Add license headers to cmake filesLucie Gérard2022-08-033-0/+9
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-282-3/+3
* Blacklist qtcpsocket bind on arm macOSToni Saario2022-06-241-0/+2
* unblacklist passing tests 2022Anna Wojciechowska2022-06-231-2/+0
* Use SPDX license identifiersLucie Gérard2022-05-164-109/+9
* tst_QTcpSocket: remove redundant includeTimur Pocheptsov2022-04-071-4/+0
* CI: Blacklist failing networks tests for QNX qemuPasi Petäjäjärvi2022-04-071-0/+24
* Support global data tags in blacklisting identification of test-casesEdward Welbourne2022-03-141-2/+0
* pthread_yield() has been removed in newer linux distrosVille Voutilainen2022-03-141-1/+1
* Blacklist problematic network auto-tests on macOS ARMTor Arne Vestbø2021-05-261-0/+2
* Remove .prev_CMakeLists.txt filesJoerg Bornemann2021-01-121-33/+0
* Remove the qmake project filesJoerg Bornemann2021-01-073-39/+0
* Replace QtTest headers with QTestDavid Skoland2020-12-221-2/+2
* Tests: Fix building with qmake on WindowsFriedemann Kleint2020-12-171-1/+1
* tst_QTcpSocket: stabilize connectToHostErrorMårten Nordheim2020-12-041-2/+2
* tst_QTcpSocket::connectToHostError - handle possible timeoutsTimur Pocheptsov2020-11-202-9/+31
* tests: blacklist tst_QTcpSocket::connectToHostError()Liang Qi2020-10-301-1/+2
* tst_QTcpSocket::connectToHostError - increase the timeoutTimur Pocheptsov2020-10-081-4/+5
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-072-3/+3
* Further blacklist network tests on Windows MinGWTony Sarajärvi2020-09-291-0/+48
* Blacklist QTcpSocket::connectToHostErrors in Windows 10 buildsTony Sarajärvi2020-09-291-1/+2
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-233-5/+5
* CMake Build: Add qtnetwork docker testserver supportCristian Adam2020-09-171-0/+1
* Remove most compiler warnings about missing overridesLars Knoll2020-09-112-5/+5
* CMake: Properly handle CONFIG += thread aka Threads::ThreadsAlexandru Croitor2020-08-061-6/+0
* CMake: Regenerate tests with new qt_ prefixed APIsAlexandru Croitor2020-07-093-5/+5
* Remove winrtOliver Wolff2020-06-061-4/+0
* QtNetwork: Delete bearer managementMårten Nordheim2020-04-051-0/+1
* CMake: Regenerate and fix qtcpsocket testLeander Beernaert2020-03-182-1/+4
* Merge remote-tracking branch 'origin/5.15' into devLars Knoll2020-02-281-32/+32
|\
| * QAbstractSocket: deprecate 'error' signal, use 'errorOccurred' insteadAlexander Akulich2020-02-271-10/+10
| * Revert "QAbstractSocket: deprecate 'error' member-function"Alexander Akulich2020-02-261-22/+22