summaryrefslogtreecommitdiffstats
path: root/tests/auto/network
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-221-7/+7
|\
| * QUrl effective TLDs: update tableKai Koehne2016-10-211-7/+7
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-051-1/+1
|\|
| * Fix some typos and minor sentence structure issues in docsFrederik Schwarzer2016-10-051-1/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-281-0/+63
|\|
| * QSslSocket: respect read buffer's max size (SecureTransport)Timur Pocheptsov2016-09-271-0/+63
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-131-3/+2
|\|
| * tst_QSslSocket::setLocalCertificateChain(): fix resource leak when test failMarc Mutz2016-08-111-3/+2
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-101-0/+1
|\|
| * QNativeSocketEngine::option(): return a correct value on invalid callAlex Trotsenko2016-08-051-0/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-051-0/+1
|\|
| * QLocalSocket/Tcp: open device before making a connectionAlex Trotsenko2016-08-041-0/+1
* | 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.7Edward Welbourne2016-07-041-1/+5
|\|
| * Fix tst_QNetworkReply::qtbug45581WrongReplyStatusCode() on WindowsFriedemann Kleint2016-06-301-1/+5
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-205-7/+63
|\|
| * tst_QUdpSocket - remove insignificanceTimur Pocheptsov2016-06-142-5/+19
| * QSslSocket (OpenSSL) - handle abort/close on sslErrors emittedTimur Pocheptsov2016-06-141-0/+27
| * tst_QTcpSocket: Replace insignification on Windows by BLACKLIST.Friedemann Kleint2016-06-102-2/+13
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-061-6/+1
|\|
| * tst_QNetworkReply: Un-blacklist recently fixed test.Edward Welbourne2016-05-251-4/+1
* | tst_qsslsocket::protocolServerSide - blacklist on RHEL 7.2Timur Pocheptsov2016-05-261-0/+4
* | tst_qsslsocket - re-structure the codeTimur Pocheptsov2016-05-261-2/+4
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-191-0/+16
|\|
| * Revert "tst_qudpsocket - remove insignificant"Timur Pocheptsov2016-05-132-12/+2
| * Fixed crash in QAuthenticator::operator==Jesus Fernandez2016-05-131-0/+16
| * tst_qudpsocket - remove insignificantTimur Pocheptsov2016-05-062-2/+12
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-064-30/+154
|\|
| * tst_QTcpSocket, tst_QUdpSocket: Improve diagnostics.Friedemann Kleint2016-05-023-30/+46
| * QWindowsPipeWriter: ensure validity of the write bufferAlex Trotsenko2016-04-301-0/+108
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-271-0/+7
|\|
| * Windows/tst_QTcpServer: Suppress crash notification of crashingServer.Friedemann Kleint2016-04-231-0/+7
* | Blacklisting autotests that fail on RHEL 7.1 also on RHEL 7.2Milla Pohjanheimo2016-04-151-0/+2
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-133-10/+20
|\|
| * tst_QNetworkReply: Commentary fixes on test server workarounds.Edward Welbourne2016-04-121-3/+3
| * tst_QNetworkReply: fix mis-guided use of QSKIP().Edward Welbourne2016-04-121-3/+3
| * Fix finding a helper executable in tst_QLocalSocketJoerg Bornemann2016-04-111-1/+2
| * Autotest: confirm that QHostAddress obeys RFC 5952 recommendationsThiago Macieira2016-04-091-4/+13
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-071-2/+3
|\|
| * QFtp: Use UTF-8 encoding.Friedemann Kleint2016-04-071-2/+3
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-041-1/+1
|\|
| * Update comment in tst_QLocalSocket::readBufferOverflowJoerg Bornemann2016-03-241-1/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Simon Hausmann2016-03-241-3/+17
|\|
| * Add a write buffer to QLocalSocket/WinJoerg Bornemann2016-03-241-3/+17
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-212-5/+6
|\|
| * QLocalServer/Win: Fix race condition in listen().Joerg Bornemann2016-03-101-2/+0
| * Fix glitch in tst_QLocalSocket::sendDataJoerg Bornemann2016-03-101-3/+6
* | QAbstractSocket: do not fail writing on read buffer overflowAlex Trotsenko2016-03-181-0/+35
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-113-1/+76
|\|