summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/socket/qtcpsocket/tst_qtcpsocket.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|\| |
| * | Change almost all other uses of qrand() to QRandomGeneratorThiago Macieira2017-11-081-5/+3
| |/
* / Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-1/+1
|/
* Properly use the "process" featureUlf Hermann2017-02-271-3/+5
* Fix warnings in tests (MinGW/MSCV)Friedemann Kleint2016-11-291-2/+2
* Fix some warnings in testsFriedemann Kleint2016-11-281-1/+2
* QAbstractSocket: ensure bind()+connect() works on delayed closeAlex Trotsenko2016-07-201-0/+6
* QSslSocket: reset connection parameters on disconnectAlex Trotsenko2016-07-051-0/+6
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-061-2/+4
|\
| * tst_QTcpSocket, tst_QUdpSocket: Improve diagnostics.Friedemann Kleint2016-05-021-2/+4
* | QAbstractSocket: do not fail writing on read buffer overflowAlex Trotsenko2016-03-181-0/+35
* | Integrate network sockets into the multichannel infrastructureAlex Trotsenko2016-03-011-0/+16
* | Merge "Merge remote-tracking branch 'origin/5.6' into dev" into refs/staging/devLiang Qi2016-01-261-0/+21
|\ \
| * | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-211-0/+21
| |\|
| | * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2016-01-191-0/+21
| | |\
| | | * QAbstractSocket: do not enable read notifications on TCP in bind()Alex Trotsenko2015-12-241-0/+21
* | | | 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
|/ / /
* | | Tests: Remove empty init/cleanup slots, constructors and destructors.Friedemann Kleint2015-12-101-6/+0
* | | Tests: Fix single-character string literals.Friedemann Kleint2015-10-131-1/+1
* | | QAbstractSocket: discard input data when opened only for writingAlex Trotsenko2015-09-051-0/+32
|/ /
* | tests/auto/network: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-07-311-35/+35
* | Tests: Remove some unused member variables.Friedemann Kleint2015-07-281-2/+0
* | Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-03-091-11/+148
|\|