summaryrefslogtreecommitdiffstats
path: root/tests/auto/network
Commit message (Expand)AuthorAgeFilesLines
* tst_QSslCertificate::verify - skip auto-testTimur Pocheptsov2021-07-291-0/+1
* QNAM: Allow to configure when connections to a host are torn downMarkus Goetz2021-07-271-0/+52
* QLocalSocket/Win: allow delayed close to workAlex Trotsenko2021-07-251-4/+3
* QLocalSocket/Win: do not close the device on disconnectFromServer()Alex Trotsenko2021-07-242-4/+1
* QLocalSocket/Win: do not flush the pipe in disconnectFromServer()Alex Trotsenko2021-07-241-0/+19
* QLocalSocket/Unix: fix aborting the socketAlex Trotsenko2021-07-241-0/+6
* QNetworkReply: Add two new signalsMarkus Goetz2021-07-202-0/+129
* tst_QSslSocket: fix and clean up allowedProtocolNegotiationMårten Nordheim2021-07-201-10/+4
* QNetworkDiskCache: Fix tracking of size during storeItem()Mårten Nordheim2021-07-201-10/+38
* H2: emit encrypted for at least the first reply, similar to H1Timur Pocheptsov2021-07-201-0/+9
* Allow to set TCP network listen(2) backlogDaniel Nicoletti2021-07-192-4/+4
* QLocalSocket/Win: destroy the pipe before emitting final signalsAlex Trotsenko2021-07-141-0/+22
* CMake: Remove the usage of QT_SOURCE_TREE from testsJoerg Bornemann2021-07-123-6/+0
* QLocalSocket/Win: reimplement skipData() functionAlex Trotsenko2021-07-081-0/+55
* Clarify readLine() behavior on sequential devicesAlex Trotsenko2021-07-061-0/+102
* tst_QDtls: Move the function declaration outside the functionMårten Nordheim2021-07-021-1/+2
* QNetworkRequest: Rename (set)minimumArchiveBombSizeMårten Nordheim2021-07-022-4/+4
* tests: fix deprecated implicit capture of this via [=]Marc Mutz2021-06-302-2/+2
* tst_QSslSocket: Remove empty test functionsMårten Nordheim2021-06-251-10/+0
* tst_qsslsocket: detect ALPN support (on server) using supportedFeatures()Timur Pocheptsov2021-06-251-17/+4
* tst_QSslSocket: Use supportedFeatures() instead of macroMårten Nordheim2021-06-241-4/+2
* qopenssl_symbols: Change how we mark function unusedMårten Nordheim2021-06-241-29/+16
* TLS: Mark TLS 1.0, 1.1 and DTLS 1.0 deprecatedMårten Nordheim2021-06-251-13/+102
* QSslSocket: Set isEncrypted to false on disconnectMårten Nordheim2021-06-251-0/+1
* tst_http2: use the supportedFeatures() instead of macrosTimur Pocheptsov2021-06-241-10/+14
* Fix compiler warning from unused parameterVolker Hilsheimer2021-06-231-1/+1
* Fix QFAIL() to interract correctly with QEXPECT_FAIL()Edward Welbourne2021-06-151-2/+1
* Prefer QFAIL("Informative message") over QVERIFY(false)Edward Welbourne2021-06-141-3/+2
* QNetworkReply: Decompress when readingMårten Nordheim2021-06-125-3/+1515
* Introduce a mini-version of qsslsocket_openssl_symbols_p.h/.cppTimur Pocheptsov2021-06-094-37/+868
* tst_QNetworkReply::ignoreSslErrorsList, use the right errorTimur Pocheptsov2021-06-081-10/+8
* QNetworkInformation: Adjustments to captive portal APIMårten Nordheim2021-06-081-12/+12
* QDtls(Cookie) autotests - use the proper API to detect DTLS supportTimur Pocheptsov2021-06-033-13/+12
* tst_QSslSocket::readBufferMaxSize() - workaround the flaky testTimur Pocheptsov2021-06-031-0/+12
* QNetworkInformation: Behind captive portalMårten Nordheim2021-05-311-1/+36
* QNetworkRequest: Add API to set a minimum archive bomb sizeMårten Nordheim2021-05-312-4/+3
* Fix auto-tests that are fooled by the presence of more than one pluginTimur Pocheptsov2021-05-279-219/+315
* Blacklist tst_QTcpServer::linkLocal on macOS ARMTor Arne Vestbø2021-05-261-0/+3
* Blacklist problematic network auto-tests on macOS ARMTor Arne Vestbø2021-05-262-0/+5
* tst_QDecompressHelper: Move pointer size check inside the testMårten Nordheim2021-05-211-4/+4
* Add function to QAuthenticatorPrivate to check method supportMårten Nordheim2021-05-201-0/+18
* Fix BASE argument of qt_add_resourcesJoerg Bornemann2021-05-181-4/+1
* Blacklist tst_qnetworkreply::ioHttpRedirectMultipartPost on LinuxAllan Sandfeld Jensen2021-05-121-2/+1
* Blacklist and skip failing tests on macOS ARMTor Arne Vestbø2021-05-041-0/+2
* Let the h2 test server both send and receive DATA framesMårten Nordheim2021-04-302-6/+17
* HTTP/2 authentication requiredMårten Nordheim2021-04-293-0/+114
* Fix linking on Windows when SSL is not configuredVolker Hilsheimer2021-04-261-1/+4
* Move plugin code from QtNetwork to qtbase/pluginsTimur Pocheptsov2021-04-227-207/+281
* Merge integration refs/builds/qtci/dev/1618401544Qt CI Bot2021-04-141-3/+3
|\
| * QNetworkCookie: Rename sameSite to sameSitePolicyMårten Nordheim2021-04-141-3/+3