summaryrefslogtreecommitdiffstats
path: root/tests/auto/network
Commit message (Expand)AuthorAgeFilesLines
* QAuthenticator: Filter out algorithms we don't supportMårten Nordheim2021-11-251-0/+31
* QtBase: replace windows.h with qt_windows.hYuhang Zhao2021-11-231-1/+1
* Add more verification when parsing http headers and add testsØystein Heskestad2021-11-191-0/+74
* tst_qsctpsocket: fix compilationMarc Mutz2021-11-161-1/+1
* QNI: Add API to check if connection is meteredMårten Nordheim2021-11-041-4/+32
* QNI: Add supportedFeatures getterMårten Nordheim2021-10-221-2/+20
* Http/2 - handle PADDED flag correctlyTimur Pocheptsov2021-10-091-0/+84
* QNetworkInfo: Add transport medium detection APIMårten Nordheim2021-10-071-0/+42
* Silence compiler warning from int/size_t mismatchVolker Hilsheimer2021-10-071-1/+1
* QLocalSocket/Win: stop reading in close()Alex Trotsenko2021-10-061-1/+2
* QLocalSocket: reorder device closingAlex Trotsenko2021-09-211-0/+10
* QNetworkInformation: Actually compare names case insensitivelyMårten Nordheim2021-09-201-0/+1
* Compile autotests for IntegrityTatiana Borisova2021-09-204-4/+15
* Q{LocalSocket|Process}/Win: handle write errorsAlex Trotsenko2021-09-181-0/+2
* QWindowsPipeWriter: do not clear the buffer in thread pool callbackAlex Trotsenko2021-09-181-0/+27
* Fix flaky test timing out sometimes while waiting for dataDimitrios Apostolou2021-09-171-4/+7
* Fix loading of OpenSSL on macOS versions that ship its own OpenSSLTor Arne Vestbø2021-09-171-0/+5
* tst_http2: Fix flaky authentication testMårten Nordheim2021-09-101-0/+5
* Move QNAM's http header parsing into separate classØystein Heskestad2021-09-091-1/+1
* QLocalSocket/Win: fix waitFor...() functions for write-only socketAlex Trotsenko2021-09-021-0/+7
* tst_QNetworkReply: Remove and suppress one debug messageMårten Nordheim2021-09-011-1/+4
* Test QNetworkAccessCache insertions with varying expiry timesMårten Nordheim2021-09-011-0/+106
* tests: Remove unused SRCDIR definesIevgenii Meshcheriakov2021-08-174-8/+0
* tests: Use QT_TESTCASE_SOURCEDIR defineIevgenii Meshcheriakov2021-08-112-4/+2
* tst_QSslSocket - replace an old certificateTimur Pocheptsov2021-08-102-88/+84
* tst_QSslCertificate::verify - remove QSKIPTimur Pocheptsov2021-08-067-254/+121
* QDecompressHelper: Skip double-decompression if download is smallMårten Nordheim2021-08-041-9/+17
* testlib: Deprecate QWARN() in favor of qWarning()Tor Arne Vestbø2021-08-042-2/+2
* QIODevice: rework validation policy for read() functionsAlex Trotsenko2021-08-011-3/+2
* QLocalSocket: do not emit aboutToClose() twiceAlex Trotsenko2021-08-011-0/+3
* 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