summaryrefslogtreecommitdiffstats
path: root/tests/auto/network
Commit message (Expand)AuthorAgeFilesLines
* 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
* QSslSocket::setSslSonfiguration - set d.configuration properlyTimur Pocheptsov2020-05-081-0/+20
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-111-7/+0
|\
| * tst_PlatformSocketEngine: Removee SOURCES += of QtNetwork codeThiago Macieira2020-04-091-6/+0
* | Merge "Merge remote-tracking branch 'origin/5.15' into dev"Qt Forward Merge Bot2020-04-084-35/+57
|\ \
| * | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-084-35/+57
| |\|
| | * More qOverload cleanups in qtbaseTimur Pocheptsov2020-03-243-7/+3
| | * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-03-181-28/+54
| | |\
| | | * Fix 'out of process' autotestsTimur Pocheptsov2020-03-111-28/+54
* | | | CMake: Handle finding of OpenSSL headers correctlyAlexandru Croitor2020-04-081-1/+1
|/ / /
* | | QtNetwork: Delete bearer managementMårten Nordheim2020-04-0529-2326/+4
* | | Remove bearermanagement usage inside QNAM and QNetworkProxyMårten Nordheim2020-04-012-376/+0
* | | Port autotest to QRegularExpressionLars Knoll2020-03-311-23/+26
* | | Port autotest away from QRegExpLars Knoll2020-03-311-8/+9
* | | Remove QRegExp usage from QSslCertificate and QSslSocketLars Knoll2020-03-311-84/+0
* | | CMake: Regenerate and fix qtcpsocket testLeander Beernaert2020-03-182-1/+4
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-182-1/+4
|\| |