summaryrefslogtreecommitdiffstats
path: root/tests/auto/network
Commit message (Expand)AuthorAgeFilesLines
* tst_QSocks5SocketEngine: Refactor testsFriedemann Kleint2017-01-231-88/+52
* QSslDiffieHellmanParameters: simplify defaultParameters() constructionMikkel Krautz2017-01-181-0/+35
* QHostAddress: add missing docsMarc Mutz2017-01-151-0/+1
* Improve reliability of network bearer testsSimon Hausmann2017-01-023-10/+10
* Merge remote-tracking branch 'origin/5.8.0' into 5.8Liang Qi2016-12-161-25/+38
|\
| * QHostAddress: fix assignment operatorsMarc Mutz2016-12-071-25/+38
* | Fix warnings in tests (MinGW/MSCV)Friedemann Kleint2016-11-291-2/+2
|/
* Fix some warnings in testsFriedemann Kleint2016-11-284-6/+9
* Fix SCTP API according to Qt conventionsFriedemann Kleint2016-11-221-8/+8
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-011-7/+7
|\
| * 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
* | | HTTP/2 - fix the handling of PUSH_PROMISETimur Pocheptsov2016-10-213-29/+186
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-10-061-1/+1
|\| |
| * | 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
* | | remove redundant conditionals regarding sslOswald Buddenhagen2016-10-041-2/+2
* | | Add qtest_network.hMarc Mutz2016-09-294-121/+0
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-291-0/+63
|\| |
| * | 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
* | | HTTP/2 tests: Remove execute permissions from source filesEdward Welbourne2016-09-062-0/+0
* | | Modularize configure.json/.priLars Knoll2016-09-153-0/+5
* | | tst_QSslSocket: clean upMarc Mutz2016-08-191-55/+57
* | | Refactor Http2::FrameReader/Http2::FrameWriterTimur Pocheptsov2016-08-192-45/+50
* | | Use qtConfig throughout in qtbaseLars Knoll2016-08-1919-24/+24
* | | HTTP/2 - fix invalid read (auto-test)Timur Pocheptsov2016-08-171-1/+1
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-162-3/+3
|\| |
| * | 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
* | | HTTP/2 - fix QT_NO_SSL buildTimur Pocheptsov2016-08-151-1/+2
* | | QSslDiffieHellmanParameters: make fit for releaseMarc Mutz2016-08-122-5/+5
* | | Enable cleartext HTTP/2 and bring the auto-test back to lifeTimur Pocheptsov2016-08-115-70/+81
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-091-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
* | | Fix some syntax issues in SCTP implementationAlex Trotsenko2016-08-031-13/+12
* | | Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-08-011-0/+6
|\| |
| * | QAbstractSocket: ensure bind()+connect() works on delayed closeAlex Trotsenko2016-07-201-0/+6
* | | Store QSslKey in specific key format to provide more details for keyLars Schmertmann2016-07-281-5/+56
* | | Introduce SCTP sockets supportAlex Trotsenko2016-07-274-2/+501
* | | Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-07-192-1/+11
|\| |
| * | 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
* | | Do not spin cpu unnecessarily in qhttpnetworkconnection testJędrzej Nowacki2016-07-151-156/+26
* | | HTTP2 - autotestTimur Pocheptsov2016-07-147-1/+1332
* | | Avoid busy wait in qnetworkreply testJędrzej Nowacki2016-07-131-11/+1