summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/access/qnetworkreply/tst_qnetworkreply.cpp
Commit message (Expand)AuthorAgeFilesLines
* Disable FTP support in QNAM by defaultKarsten Heimrich2020-02-171-1/+50
* Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-02-131-3/+3
|\
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-061-3/+3
| |\
| | * tst_qnetworkreply: Print proxy warning to stderr instead of stdoutMorten Johan Sørvig2020-02-051-3/+3
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-151-166/+161
|\| |
| * | QNetworkReply: deprecate the 'error' getterTimur Pocheptsov2020-01-131-166/+161
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-131-3/+3
|\| |
| * | QAbstractSocket: deprecate 'error' member-functionTimur Pocheptsov2020-01-101-3/+3
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-011-0/+26
|\| |
| * | Add a transfer timeout at QNAM level as wellVille Voutilainen2019-10-311-0/+26
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-301-2/+58
|\| |
| * | Add a timeout for transfersVille Voutilainen2019-10-281-2/+58
| |/
* / tst_qnetworkreply: Remove getFromHttp:success-externalFrederik Gladhorn2019-10-021-4/+0
|/
* tst_qnetworkreply: Use object.connect() to get rid of warningMårten Nordheim2019-07-181-1/+2
* tst_qnetworkreply: skip ssl session sharing tests with schannelMårten Nordheim2019-07-181-4/+4
* QNetworkReply: Skip a test when QNetworkStatusMonitor is enabledMårten Nordheim2019-07-081-0/+3
* Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-06-271-23/+0
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-06-251-23/+0
| |\
| | * Revert "tst_qnetworkreply - QSKIP/disable tests that deadlock on Windows"Timur Pocheptsov2019-06-211-23/+0
| | * tst_qnetworkreply - QSKIP/disable tests that deadlock on WindowsTimur Pocheptsov2019-06-121-0/+23
* | | Convert uses of QTime as a timer to QElapsedTimerEdward Welbourne2019-06-141-11/+12
* | | test: migrate QNetworkReply test to QRegularExpressionSamuel Gaist2019-06-101-3/+6
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-06-141-0/+23
|\| |
| * | tst_qnetworkreply - QSKIP/disable tests that deadlock on WindowsTimur Pocheptsov2019-06-071-0/+23
* | | tests: remove the last uses of Java-style iteratorsMarc Mutz2019-06-131-4/+4
* | | Tests: Fix some warnings about deprecated functions not under testFriedemann Kleint2019-05-271-18/+20
* | | Add setAutoDeleteReplies to QNetworkAccessManagerMårten Nordheim2019-05-151-0/+91
* | | Introduce AutoDeleteReplyOnFinishAttribute for QNetworkRequestMårten Nordheim2019-05-151-0/+74
* | | Use the QTime API less clumsilyEdward Welbourne2019-04-011-1/+1
|/ /
* | Merge remote-tracking branch 'origin/5.12' into 5.13Friedemann Kleint2019-03-261-1/+28
|\|
| * Network cache: Stop treating no-cache like no-storeMårten Nordheim2019-03-221-1/+28
* | Select single-name SSL certificate for test servers using host networkRyan Chu2019-01-281-0/+7
* | Skip smb-path test of tst_QNetworkReply when using Docker test serversRyan Chu2019-01-081-0/+10
|/
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-08-071-0/+32
|\
| * Return to eventloop after emitting encryptedMårten Nordheim2018-07-311-0/+32
* | Rework QNetworkReply tests to use docker-based test serversRyan Chu2018-07-271-209/+337
* | De-parameterise tst_QNetworkReply::ignoreSslErrorsList()'s urlEdward Welbourne2018-06-131-8/+7
|/
* tests/auto/network: Avoid unconditional qWait()sKari Oikarinen2018-05-081-5/+6
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-301-11/+26
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-231-11/+27
| |\
| | * tst_QNetworkReply::ioHttpRedirectErrors - fix a flaky testTimur Pocheptsov2017-11-221-11/+27
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-231-18/+126
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-151-3/+3
| |\|
| | * tst_qnetworkreply::getFromUnreachableIp - fix win64 alsoTimur Pocheptsov2017-11-151-3/+3
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-091-1/+54
| |\|
| | * tst_QNetworkReply::getFromUnreachableIp - fix a failing testTimur Pocheptsov2017-11-081-0/+42
| | * tst_qnetworkreply: Replace insignificant_test with blacklistingFriedemann Kleint2017-10-291-1/+12
| * | Change almost all other uses of qrand() to QRandomGeneratorThiago Macieira2017-11-081-5/+5
| |/
| * Fix redirecting all the other methods for HTTP 307 and 308Mårten Nordheim2017-10-241-14/+69
* | Merge remote-tracking branch 'origin/5.10' into devAllan Sandfeld Jensen2017-10-241-54/+251
|\|