summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/socket
Commit message (Expand)AuthorAgeFilesLines
* Speed up tst_QLocalSocket::sendDataJoerg Bornemann2016-03-031-1/+5
* 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
* | QHttpSocketEngine: ensure pending EOF triggers a notificationAlex Trotsenko2016-01-181-0/+47
* | tst_QLocalSocket::threadedConnection(): Add failure message.Friedemann Kleint2015-12-031-1/+4
* | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-11-041-0/+29
|\|
| * QWindowsPipeReader: fix occasional "Unknown error 995"Joerg Bornemann2015-11-021-0/+29
* | tst_qudpsocket::multicast - blacklist several combinationsTimur Pocheptsov2015-10-301-0/+8
* | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-131-0/+13
|\|
| * QAbstractSocket: fix writing to socket in HostLookup stateAlex Trotsenko2015-10-131-0/+13
* | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-021-0/+54
|\|
| * QUdpSocket: avoid infinite read notifier blockingAlex Trotsenko2015-09-101-0/+54
* | Declare QNetworkAddressEntry and QNetworkInterface as metatypesThiago Macieira2015-09-131-1/+0
* | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-08-261-2/+32
|\|
| * WinRT: Skip unsupported multicast UDP socket testsOliver Wolff2015-08-171-0/+18
| * tst_qudpsocket: Do not crash if no testserver address could be foundOliver Wolff2015-08-171-2/+14
* | Autotest: Print errno in case of failureThiago Macieira2015-08-221-0/+1
* | QAbstractSocketEngine: introduce QIpPacketHeader for datagramsThiago Macieira2015-08-222-24/+23
* | Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-08-061-4/+4
|\|
| * tst_QUdpSocket: send two bytes in a datagramThiago Macieira2015-07-171-4/+4
* | tests/auto/network: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-07-317-192/+193
* | Tests: Remove some unused member variables.Friedemann Kleint2015-07-281-2/+0
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-014-6/+5
|\|
| * fix usage of wince scopeOswald Buddenhagen2015-06-054-6/+5
* | Blacklist socks bind test on WindowsSimon Hausmann2015-06-201-0/+2
* | Blacklist and skip various tests that are flakeySimon Hausmann2015-06-145-0/+19
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-03-245-18/+18
|\|
| * Remove the tests for Ubuntu Oneiric (11.10)Thiago Macieira2015-03-172-4/+0
| * Skip instead of entirely excluding tests with disabled featuresMarko Kangas2015-03-163-14/+18
* | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-03-162-5/+8
|\|
| * Network tests: don't try to test against disabled network interfacesThiago Macieira2015-03-162-5/+8
* | Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-03-092-13/+182
|\|
| * Fix bind+connect in both TCP and UDPThiago Macieira2015-03-042-13/+182
* | Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-02-251-3/+3
|\|
| * Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-241-3/+3
| |\
| | * Fix reported build failure with VS2010 on windows 8.1.Richard J. Moore2015-02-091-3/+3
* | | Move the socket test to an appropriate fileAlex Trotsenko2015-02-232-53/+46
|/ /
* | QAbstractSocket: remove unneeded cleanup calls and private memberAlex Trotsenko2015-02-111-1/+33
* | Update copyright headersJani Heikkinen2015-02-1115-105/+105
|/
* Fix QUdpSocket's emission of readyRead()Thiago Macieira2015-01-221-0/+90
* Don't bind to QHostAddress::Any if we want to do IPv4 multicast opsThiago Macieira2015-01-051-3/+3
* tst_QUdpSocket: Fix inverted logic in getting a non-"any" addressThiago Macieira2014-12-281-23/+18
* Don't hardcode port numbers in tst_QUdpSocket wherever possibleThiago Macieira2014-12-281-10/+15
* Fix silly QSKIP for IPv6 in tst_QUdpSocket::multicastThiago Macieira2014-12-281-1/+1
* Silence warning in tst_QUdpSocket::multicast for Any+IPv4Thiago Macieira2014-12-241-1/+7
* Fix tst_QUdpSocket::multicastLeaveAfterCloseThiago Macieira2014-12-241-3/+6
* Stabilize tst_QUdpSocket::broadcastingThiago Macieira2014-12-241-1/+1
* Don't try to send broadcasts over IPv6Thiago Macieira2014-12-241-4/+7
* Suppress silly shell warning during qmake of qtcpsocket.proThiago Macieira2014-12-241-1/+1
* Autotest: Disable multicast testing with proxiesThiago Macieira2014-12-241-10/+1