summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/access/qnetworkreply/tst_qnetworkreply.cpp
Commit message (Expand)AuthorAgeFilesLines
* Network: Fix up previous corruption patchMarkus Goetz2015-07-081-4/+5
* QNAM: Fix upload corruptions when server closes connectionMarkus Goetz2015-04-201-6/+169
* Change bugreports.qt-project.org -> bugreports.qt.ioAlex Blasche2014-12-181-1/+1
* Merge remote-tracking branch 'origin/5.3' into 5.4Gabriel de Dietrich2014-09-291-0/+2
|\
| * QNAM: Fix previous HTTP upload CPU fixMarkus Goetz2014-09-251-0/+2
* | Update license headers and add new license filesMatti Paaso2014-09-241-18/+10
|/
* Preventing caching of null authenticatorEric Lemanissier2014-09-091-0/+23
* refactor disconnectFromFtp to remove cached entries when necessaryMatt Broadstone2014-08-151-0/+21
* QNAM: Fix CPU load for limited upload QIODeviceMarkus Goetz2014-07-251-0/+92
* Change QVERIFY in tst_qnetworkreply to warning.Friedemann Kleint2014-04-091-9/+18
* network: finish all pending replies upon errorPeter Hartmann2014-04-071-0/+40
* Add verbose messages to tst_qnetworkreply.Friedemann Kleint2014-03-151-52/+70
* Stabilize tst_qnetworkreply on Windows.Friedemann Kleint2014-03-131-6/+13
* Fix network tests relying on troll.noSimo Fält2014-03-131-3/+3
* Add more specific HTTP error codes to QNetworkReply::NetworkErrorMandeep Sandhu2014-01-301-2/+2
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-201-3/+2
|\
| * network proxy tests: adapt proxy authentication to new serverPeter Hartmann2014-01-101-3/+2
* | WinRT: Fixed compilation of network autotests and benchmarksOliver Wolff2013-12-061-0/+42
|/
* QSslConfiguration: rename [get]session() to [get]sessionTicket()Peter Hartmann2013-11-081-2/+2
* tests: Replace Q_OS_MACX -> Q_OS_OSXSergio Ahumada2013-10-211-1/+1
* tst_QNetworkReply: Don't remove file if never createdTor Arne Vestbø2013-09-261-1/+2
* Merge remote-tracking branch 'origin/stable' into devSergio Ahumada2013-09-071-0/+4
|\
| * QNetworkReply auto test: Skip tests failing due to Squid issuesPeter Hartmann2013-08-271-0/+4
* | QNetworkReply auto test: adapt to new session life timePeter Hartmann2013-08-211-5/+7
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-141-0/+44
|\|
| * QHttpMultiPart: fix data corruption in readData methodPeter Hartmann2013-07-291-0/+44
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-07-231-0/+4
|\|
| * test: Mark tst_QNetworkReply::backgroundRequestInterruption() as XFAIL on OS ...Sergio Ahumada2013-07-151-0/+4
* | QSslConfiguration: add API to persist and resume SSL sessionsPeter Hartmann2013-05-101-0/+59
* | SSL namespace: Add enum to disable SSL session sharingPeter Hartmann2013-04-221-1/+1
|/
* Add an encrypted() signal to QNetworkAccessManager and QNetworkReply.Richard Moore2013-02-191-0/+19
* SSL session sharing auto test: Retrieve smaller file for testingPeter Hartmann2013-02-191-1/+1
* SSL: Implement session sharing and use it from QNetworkAccessManagerPeter Hartmann2013-02-061-0/+77
* QNetworkReply auto test: also test uploading data via HTTPSPeter Hartmann2013-01-181-0/+216
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Add auto test for HTTP cache fix for QTBUG-28035.Michael Brüning2013-01-081-0/+125
* Network: Remove declaration of built-in and automatic metatypes.Stephen Kelly2013-01-031-4/+0
* Fix some typosSergio Ahumada2012-12-211-1/+1
* test: Don't fail if the network test server is not set upSergio Ahumada2012-10-261-1/+2
* normalise signal/slot signatures [QtNetwork tests]Marc Mutz2012-10-191-8/+8
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* HTTP header may be damaged - fix, unit testTomasz Duda2012-09-181-0/+74
* tests: Don't omit the body of a test function with QT_BUILD_INTERNALSergio Ahumada2012-09-141-13/+26
* QtNetwork: Handle FD_CLOSE on WindowsMartin Petersson2012-08-011-10/+1
* QtNetwork: use nullary version of qRegisterMetaType<T>("T")Marc Mutz2012-07-251-7/+3
* Fixed warnings in qnetworkreply unit testKurt Korbatits2012-07-031-0/+2
* Change invalid test case (two cookies separated by ,)Shane Kearns2012-06-271-2/+9
* Rewrite QNetworkReply downloadProgress autotestShane Kearns2012-06-141-54/+56
* choke uploadProgress signalsShane Kearns2012-06-141-1/+4
* Make tst_qnetworkreply parallel-safe.Rohan McGovern2012-05-291-2/+2