summaryrefslogtreecommitdiffstats
path: root/tests/auto/network
Commit message (Expand)AuthorAgeFilesLines
* CMake Build: Add qtnetwork docker testserver supportCristian Adam2020-09-1711-0/+11
* Schannel: Properly handle request for certificateMårten Nordheim2020-09-141-8/+0
* Fix compiler warnings about missing overridesLars Knoll2020-09-131-1/+1
* QSsl: workaround a 'very secure' OpenSSL version (CentOS 8.x et al)Timur Pocheptsov2020-09-124-1/+32
* QAuthenticator: condition using GSSAPI on credentials availabilityMårten Nordheim2020-09-111-3/+3
* tst_QNetworkReply: Avoid race in ioGetFromHttpWithAuthMårten Nordheim2020-09-111-1/+5
* Remove most compiler warnings about missing overridesLars Knoll2020-09-1111-56/+56
* Fix a rather sloppy test case in tst_QSslKeyTimur Pocheptsov2020-09-101-6/+51
* Extend test blacklisting from Ubuntu 18.04 to 20.04Tor Arne Vestbø2020-09-031-0/+1
* Remove QFtp sources etc. in favor of alternate distributionMårten Nordheim2020-08-2710-3371/+102
* tst_QNetworkDiskCache: fix setCookieHeaderMårten Nordheim2020-08-251-0/+5
* Disable cipherstring-setting test for schannelMårten Nordheim2020-08-241-0/+4
* tst_qnetworkreply: Extend httpConnectionCount to test HTTP/2 and TLSMårten Nordheim2020-08-241-7/+46
* tst_QLocalSocket: fix wrong slot nameAlex Trotsenko2020-08-241-1/+1
* QDecompressHelper: Introduce zstd supportMårten Nordheim2020-08-146-0/+152
* Set default redirect policy to NoLessSafeRedirectPolicyFrederik Gladhorn2020-08-132-12/+12
* QDecompressHelper: Change order of encodingsUlf Hermann2020-08-121-0/+2
* QDecompressHelper: Add brotli supportMårten Nordheim2020-08-064-0/+27
* CMake: Properly handle CONFIG += thread aka Threads::ThreadsAlexandru Croitor2020-08-061-6/+0
* Make use of QDecompressHelper for HTTP downloadsMårten Nordheim2020-08-051-2/+6
* Privately introducing QDecompressHelper for network purposesMårten Nordheim2020-08-058-2/+2283
* QHostAddress: resolve API issues marked with ##Qt6Timur Pocheptsov2020-07-281-16/+0
* SSL: add an autotest for handling of illegal datetimes in certificatesGiuseppe D'Angelo2020-07-172-0/+43
* CMake: Regenerate subdir test projectsAlexandru Croitor2020-07-093-2/+8
* CMake: Regenerate tests with new qt_ prefixed APIsAlexandru Croitor2020-07-0960-72/+72
* CMake: Regenerate testsAlexandru Croitor2020-07-093-21/+0
* Add ; to Q_UNUSEDLars Schmertmann2020-07-073-11/+11
* Use QList instead of QVector in other qtbase testsJarek Kobus2020-07-072-5/+5
* Use qsizetype in QListLars Knoll2020-07-061-2/+2
* CMake: Skip / ignore failing tests on CMake platformsAlexandru Croitor2020-07-011-0/+2
* QSslConfiguration::setCiphers - introduce the overload taking QStringTimur Pocheptsov2020-07-011-3/+23
* Move QAlertLevel and QAlertType enums into the namespace QSslTimur Pocheptsov2020-06-291-4/+2
* Remove QByteArray's methods taking QString and their usesSona Kurazyan2020-06-251-1/+1
* Use QList instead of QVector in network testsJarek Kobus2020-06-256-8/+8
* QSslSocket: remove certificate-related settersTimur Pocheptsov2020-06-221-5/+10
* Http: Fix POST-to-GET redirects still uploading or transmitting CLMårten Nordheim2020-06-121-1/+73
* long_name_onDemandCerts_static - stop testing/using the deprecated APITimur Pocheptsov2020-06-121-25/+0
* long_name_onDemandCerts_member - stop testing/using the deprecated APITimur Pocheptsov2020-06-121-22/+0
* tst_qsslcertificate - suppress a deprecation warningTimur Pocheptsov2020-06-121-0/+4
* tst_QSslSocket - stop using qrand (to suppress a warning)Timur Pocheptsov2020-06-101-7/+6
* Long live std::pair!Giuseppe D'Angelo2020-06-101-3/+3
* tst_QSslSocket - do not test the deprecated APITimur Pocheptsov2020-06-101-108/+2
* Remove winrtOliver Wolff2020-06-0624-183/+56
* Revert "Disable tests with qemu-arm & developer-build configurations in the CI"Liang Qi2020-06-052-0/+8
* QtNetwork remove deprecated signalsTimur Pocheptsov2020-06-041-6/+3
* Add tests for a couple of edge casesDimitrios Apostolou2020-05-281-0/+18
* Remove deprecated QProcess methodsVolker Hilsheimer2020-05-271-4/+4
* QSslCertificate: overhaul ASN.1 datetime parsingGiuseppe D'Angelo2020-05-221-0/+6
* QNetworkReply/http2: Add a contentEncoding testMårten Nordheim2020-05-134-0/+173
* Sweep of int-ish → char-ish types near calls to QString::fromU*()Marc Mutz2020-05-121-10/+10