summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/access/qnetworkreply
Commit message (Expand)AuthorAgeFilesLines
* tests: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-173-21/+3
* Fix two compiler warningsAhmad Samir2023-01-051-1/+1
* Adapt to QTimeZone replacing Qt::TimeSpec usageEdward Welbourne2022-12-101-4/+7
* 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
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-105/+105
* Port from container.count()/length() to size()Marc Mutz2022-10-041-14/+14
* 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
* 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
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-233-3/+3
* Add license headers to cmake filesLucie Gérard2022-08-033-0/+9
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-281-1/+1
* tst_qnetworkreply: replace server.pem/key pairTimur Pocheptsov2022-07-152-35/+45
* Network: Update expired certMårten Nordheim2022-06-241-15/+15
* unblacklist passing tests 2022Anna Wojciechowska2022-06-231-28/+0
* QNetworkReply: Fix the test compilationLaszlo Papp2022-06-101-0/+1
* Use SPDX license identifiersLucie Gérard2022-05-162-54/+4
* Blacklist: test cases blacklisted in tst_QNetworkReply:CI Insignificant Platforms Monitor Bot2022-05-041-0/+3
* tst_QNetworkReply try stabilize autoDeleteReplies testsMårten Nordheim2022-04-291-2/+6
* QHttp: Fix handling of redirect loaded from cacheMårten Nordheim2022-04-271-0/+59
* QNetworkReply: update decompress error message and handlingMårten Nordheim2022-04-271-1/+34
* Replace uses of _qs with _s in testsSona Kurazyan2022-04-071-4/+6
* Tests: Do not depend on transitive includesFabian Kosmale2022-03-171-0/+2
* Deprecate {QString, QByteArray}::count()Sona Kurazyan2022-03-121-9/+9
* QHttp: Move the emission of requestSentMårten Nordheim2022-02-181-7/+22
* QAbstractSocket: Don't pretend pause and resume is a stackMårten Nordheim2022-02-091-2/+0
* Blacklist putWithServerClosingConnectionImmediately on WindowsFabian Kosmale2022-02-021-0/+2
* QNetworkReply: rename socketConnecting to socketStartedConnectingMårten Nordheim2022-01-311-2/+2
* Remove unused .qrc filesJoerg Bornemann2022-01-171-5/+0
* Silence compiler warning from int/size_t mismatchVolker Hilsheimer2021-10-071-1/+1
* Compile autotests for IntegrityTatiana Borisova2021-09-201-0/+6
* 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
* QNAM: Allow to configure when connections to a host are torn downMarkus Goetz2021-07-271-0/+52
* QLocalSocket/Win: do not close the device on disconnectFromServer()Alex Trotsenko2021-07-241-4/+0
* QNetworkReply: Add two new signalsMarkus Goetz2021-07-201-0/+55
* QNetworkRequest: Rename (set)minimumArchiveBombSizeMårten Nordheim2021-07-021-2/+2
* Fix compiler warning from unused parameterVolker Hilsheimer2021-06-231-1/+1
* Prefer QFAIL("Informative message") over QVERIFY(false)Edward Welbourne2021-06-141-3/+2
* QNetworkReply: Decompress when readingMårten Nordheim2021-06-125-3/+1515
* tst_QNetworkReply::ignoreSslErrorsList, use the right errorTimur Pocheptsov2021-06-081-10/+8
* QNetworkRequest: Add API to set a minimum archive bomb sizeMårten Nordheim2021-05-311-2/+1
* Fix auto-tests that are fooled by the presence of more than one pluginTimur Pocheptsov2021-05-271-75/+74
* Fix BASE argument of qt_add_resourcesJoerg Bornemann2021-05-181-4/+1
* Blacklist tst_qnetworkreply::ioHttpRedirectMultipartPost on LinuxAllan Sandfeld Jensen2021-05-121-2/+1
* Fix linking on Windows when SSL is not configuredVolker Hilsheimer2021-04-261-1/+4