summaryrefslogtreecommitdiffstats
path: root/tests/auto/network
Commit message (Expand)AuthorAgeFilesLines
* Adapt to QTimeZone replacing Qt::TimeSpec usageEdward Welbourne2022-12-105-136/+159
* QNetworkAccessManager: Configurable number of HTTP1 TCP connectionsMarkus Goetz2022-12-091-1/+17
* tst_QNetworkReply: check whether we actually use six TCP connections in HTTP/1Markus Goetz2022-12-061-0/+46
* Try fixing auto-tests that need resolving openssl symbolsTimur Pocheptsov2022-12-024-5/+16
* tst_qdecompresshelper: Disable big data tests under ASANFabian Kosmale2022-11-301-4/+9
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-0313-336/+336
* QHostAddress: Fix incorrect comparison against 'Any'Mårten Nordheim2022-11-022-1/+7
* tst_QTcpServer: Unblacklist addressReusableMårten Nordheim2022-10-201-4/+0
* tst_QLocalSocket::listen(): distinguish two data tagsEdward Welbourne2022-10-181-2/+2
* Autotest/Unix: request zero-sized core dumps for crashing codeThiago Macieira2022-10-141-1/+9
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-114-11/+11
* tst_QTcpServer: use a random port number in addressReusableThiago Macieira2022-10-112-6/+21
* tst_QTcpServer: Output useful more useful info for addressReusableThiago Macieira2022-10-112-2/+16
* CMake: Only build ssl tests if the feature was enabledAlexandru Croitor2022-10-111-3/+3
* tst_QTcpServer: blacklist addressReusable on macOSMårten Nordheim2022-10-101-0/+1
* tst_QTcpServer: convert QSKIP to blacklistMårten Nordheim2022-10-102-3/+2
* Port from container.count()/length() to size()Marc Mutz2022-10-0416-128/+128
* tst_qsslcertificate: remove ifery which breaks the testTimur Pocheptsov2022-09-301-6/+1
* QNetworkReply: honor legacy behavior of setting Accept-EncodingMårten Nordheim2022-09-221-12/+51
* QNetworkReplyFileImpl: Don't emit 'finished' in the ctorMårten Nordheim2022-09-161-0/+13
* tests: blacklist tst_QSocks5SocketEngine::passwordAuth() on all UbuntuLiang Qi2022-09-151-2/+1
* Http: Don't clear (de)compressed data on errorMårten Nordheim2022-09-141-0/+27
* tst_QNetworkreply: fix a path to test-dataMårten Nordheim2022-09-131-1/+1
* QNetworkReply: Fix missing final emission of readyReadMårten Nordheim2022-09-121-0/+49
* Make tst_qnetworkreply depend on the 'echo' helperMårten Nordheim2022-09-121-0/+1
* tst_QSslSocket::serverCipherPreferencies - fix for OpenSSL v3Timur Pocheptsov2022-09-082-11/+33
* tst_QSsSocket: fix verifyClientCertificate with OpenSSL 3Mårten Nordheim2022-09-051-1/+1
* tst_QSslSocket::oldErrorsOnSocketReuse - make it work with OpenSSL v3Timur Pocheptsov2022-09-031-2/+4
* tst_QSslSocket: regenerate certificate used for setLocalCertificateChainMårten Nordheim2022-09-0211-93/+511
* tst_QSslSocket::protocolServerSide - make it work with OpenSSL v3Timur Pocheptsov2022-09-021-7/+0
* tst_QSslKey - make OpenSSL v3 detection fully runtimeTimur Pocheptsov2022-09-011-11/+14
* QSslCertificate::toText(): add a file to compare againstTimur Pocheptsov2022-08-315-150/+9
* tst_QSslCertificate::pkcs12 - skip the test if OpenSSL version >= 3Timur Pocheptsov2022-08-311-0/+5
* tst_QDtls::verifyClientCertficiate - update certs for OpenSSL v3Timur Pocheptsov2022-08-312-88/+84
* QHttp2Configuration: in QNAM, use old, higher values in flow controlTimur Pocheptsov2022-08-301-0/+7
* tst_qdtls: guard usage of the deprecated enum valuesIvan Solovev2022-08-261-1/+9
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-2366-66/+66
* QSslServer: Re-enable read notifications when a client times outMårten Nordheim2022-08-191-6/+16
* QSslServer: Make sure maxPendingConnections applies to all socketsMårten Nordheim2022-08-171-0/+29
* QSslServer: Implement handshake timeoutsMårten Nordheim2022-08-171-0/+28
* QSslServer: Check that first byte is ClientHelloMårten Nordheim2022-08-171-0/+23
* qputenv: port to QByteArrayViewMarc Mutz2022-08-061-5/+5
* Add license headers to cmake filesLucie Gérard2022-08-0366-0/+198
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-2855-63/+63
* tst_qsslsocket: remove schannel workarounds for old certificateMårten Nordheim2022-07-281-10/+0
* tst_qnetworkreply: replace server.pem/key pairTimur Pocheptsov2022-07-152-35/+45
* Disable unit testing setting up QTcpServer on special Apple interfacesØystein Heskestad2022-07-121-0/+6
* tst_QSslKey: prepare for the migration to OpenSSL v3Timur Pocheptsov2022-07-051-12/+42
* QHttpHeaderParser: Allow larger fields but restrict total sizeLars Schmertmann2022-06-274-16/+143
* Blacklist qtcpsocket bind on arm macOSToni Saario2022-06-241-0/+2