summaryrefslogtreecommitdiffstats
path: root/tests/auto/network
Commit message (Expand)AuthorAgeFilesLines
* Convert features.socks5 to QT_[REQUIRE_]CONFIGStephan Binner2017-09-063-6/+6
* Forward the readChannelFinished from the plain socket to the ssl socketAlbert Astals Cid2017-09-011-0/+23
* Fix crash when reading a PKCS12 file with no private keyEdward Welbourne2017-08-173-5/+26
* Fix failing network cookie jar testsSimon Hausmann2017-08-071-4/+4
* Fix bytesAvailable() on UDP under WindowsAlex Trotsenko2017-07-301-1/+0
* Use QSharedPointer::create() moreMarc Mutz2017-07-192-2/+2
* QAsn1Element - fix toDateTime functionTimur Pocheptsov2017-07-181-0/+27
* Remove remains of wince in .pro filesFriedemann Kleint2017-07-031-1/+1
* Fix some MSVC warnings in testsFriedemann Kleint2017-06-281-1/+1
* tst_QSocks5SocketEngine::downloadBigFile(): Output elapsed timeFriedemann Kleint2017-06-281-7/+8
* Stabilize QDnsLookup testMarc Mutz2017-06-281-20/+6
* Skip the threaded systemProxyForQuery test on Windows 7Simon Hausmann2017-06-281-1/+4
* Blacklist tst_QSocks5SocketEngine::downloadBigFile()Friedemann Kleint2017-06-281-0/+2
* Ignore test failures of linkLocalIPv6 on RHEL 6.6 in the CISimon Hausmann2017-06-121-1/+2
* Continue to blacklist the utun interfaces on macOSThiago Macieira2017-06-062-0/+14
* tst_qudpsocket: Blacklist "utun" interfaces on DarwinThiago Macieira2017-05-291-0/+8
* QWindowsPipeReader: fix possible invalid invocation of ReadFileEx()Alex Trotsenko2017-05-021-0/+12
* Revert "Blacklist tst_QSslSocket::protocolServerSide on OS X 10.11"Timur Pocheptsov2017-04-271-2/+0
* Revert "tst_qsslsocket::protocolServeSide - fix for macOS 10.11"Timur Pocheptsov2017-04-261-16/+2
* Fix tests that assume system files are owned by root for qemuSami Nurmenniemi2017-04-262-2/+20
* Fix tst_QTcpServer for QEMUSami Nurmenniemi2017-04-201-0/+53
* Fix network tests on qemu/armSami Nurmenniemi2017-04-062-0/+5
* tst_qsslsocket::protocolServeSide - fix for macOS 10.11Timur Pocheptsov2017-03-301-2/+16
* Blacklist tst_QSslSocket::protocolServerSide on OS X 10.11Tony Sarajärvi2017-03-301-0/+2
* Fix tst_QUdpSocket for QEMUSami Nurmenniemi2017-03-291-0/+84
* Use HTTP2WasUsedAttribute for HTTP2Timur Pocheptsov2017-03-291-1/+8
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-272-0/+37
|\
| * QSslSocket: fix connection to a international domain nameOlivier Goffart2017-03-232-0/+37
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-137-14/+17
|\|
| * Use QT_CONFIG(library) instead of QT_NO_LIBRARYUlf Hermann2017-03-061-1/+0
| * Properly use the "process" featureUlf Hermann2017-02-276-13/+17
* | Deprecate QString::nullMarc Mutz2017-03-121-1/+1
* | Network: Use canonical license headersKai Koehne2017-02-283-35/+19
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-241-6/+0
|\|
| * use regular configure mechanism for openssl library referencesOswald Buddenhagen2017-02-221-6/+0
* | QNAM - rename Redirect*s*Nnn to RedirectNnnTimur Pocheptsov2017-02-231-35/+35
* | Fix http2 auto-testTimur Pocheptsov2017-02-151-1/+3
* | QHostAddress: add missing op!=(SpecialAddress, QHostAddress)Marc Mutz2017-01-261-0/+1
* | Merge "Merge remote-tracking branch 'origin/5.8' into dev" into refs/staging/devLiang Qi2017-01-266-98/+98
|\ \
| * | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-256-98/+98
| |\|
| | * 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
* | | Add QHostInfo::lookupHost overload with modern connect syntaxJesus Fernandez2017-01-241-0/+72
|/ /
* | Add HTTP strict tranport security support to QNAMTimur Pocheptsov2017-01-203-2/+328
* | Add a user-controlled auto-redirect policyTimur Pocheptsov2017-01-191-6/+59
* | Add redirects policy to QNetworkAccessManagerTimur Pocheptsov2017-01-171-0/+169
* | Introduce QNetworkAccessManager::clearConnectionCache()Sebastian Lösch2017-01-161-1/+2
* | HTTP/2 - fix handling of GOAWAY frameTimur Pocheptsov2017-01-113-12/+113