summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/access
Commit message (Expand)AuthorAgeFilesLines
* normalise signal/slot signatures [QtNetwork tests]Marc Mutz2012-10-193-25/+25
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2212-289/+289
* 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
* test: QFtp tests require `private_tests' setSergio Ahumada2012-09-092-1/+2
* QtNetwork: Handle FD_CLOSE on WindowsMartin Petersson2012-08-011-10/+1
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-0112-0/+12
* QtNetwork: use nullary version of qRegisterMetaType<T>("T")Marc Mutz2012-07-253-12/+3
* Avoid load(testcase) for installing test helper appsRohan McGovern2012-07-041-2/+2
* Fixed warnings in qnetworkreply unit testKurt Korbatits2012-07-031-0/+2
* Fixed several unit tests to work in shadow buildsKurt Korbatits2012-06-291-0/+1
* Implement RFC6265 test suiteShane Kearns2012-06-272-0/+2056
* Use RFC6265 rules for cookie path & path matchingShane Kearns2012-06-271-13/+25
* QNetworkCookie: Use RFC6265 rules for parsing Set-CookieShane Kearns2012-06-271-3/+9
* Change invalid test case (two cookies separated by ,)Shane Kearns2012-06-271-2/+9
* QNetworkRequest autotest: adapt to new cookie parsing (re. commas)Peter Hartmann2012-06-271-1/+1
* Remove support for multiple cookies in one Set-Cookie header to follow RFC6265.Jocelyn Turcotte2012-06-271-39/+15
* Rewrite QNetworkReply downloadProgress autotestShane Kearns2012-06-141-54/+56
* choke uploadProgress signalsShane Kearns2012-06-141-1/+4
* Make tst_qabstractnetworkcache parallel-safeRohan McGovern2012-06-012-3/+5
* Make tst_qnetworkdiskcache parallel-safeRohan McGovern2012-05-312-26/+35
* Set explicit testcase.timeout for slow testsRohan McGovern2012-05-291-0/+1
* Make tst_qnetworkreply parallel-safe.Rohan McGovern2012-05-292-2/+3
* Add CONFIG+=parallel_test to suspected parallel-safe tests.Rohan McGovern2012-05-287-0/+7
* Fallback to IPv4 when IPv6 is not present.Jonas M. Gastal2012-05-212-4/+2
* tst_QNetworkReply: enable the ioGetFromBuiltinHttp test.Martin Petersson2012-05-161-6/+5
* tst_QNetworkReply: fix backgroundRequestInterruption test.Martin Petersson2012-05-111-0/+3
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtNetwork]Thiago Macieira2012-05-041-10/+10
* Optimise windows cert fetching and fix test case.Shane Kearns2012-05-031-2/+1
* Don't use obsolete qVariantValue, qVariantCanConvert, etc.Debao Zhang2012-05-021-11/+11
* Wrap the non-ASCII testcases with QString::fromUtf8Thiago Macieira2012-04-271-5/+5
* Stabilisation of tst_qnetworkreply on windowsShane Kearns2012-04-201-8/+14
* Add test case for checking ConnectInBackground is setShane Kearns2012-04-191-1/+64
* Abort background requests if policy changes to disallow themShane Kearns2012-04-191-0/+73
* Expand tst_QNetworkReply::backgroundRequest to ftp & httpsShane Kearns2012-04-191-5/+35
* Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-162-2/+1
|\
| * Put bug numbers on same line as insignificant_test markers.Jason McDonald2012-04-161-1/+1
| * re-enable qabstractnetworkcache autotestShane Kearns2012-04-131-1/+0
* | Add unit test for BackgroundRequestAttributeShane Kearns2012-04-131-1/+47
* | Merge remote-tracking branch 'origin/master' into api_changesOswald Buddenhagen2012-04-101-0/+32
|\|
| * QNetworkAccessFtpBackend: remove entry from QNetworkAccessCacheMartin Petersson2012-04-011-0/+32
* | Port to the new QUrl APIThiago Macieira2012-03-301-1/+1
* | tst_qnetworkreply: don't inherit from QSharedPointerMarc Mutz2012-03-231-146/+145
|/
* Mark tst_QNetworkReply::getThenDeleteObject as unstableShane Kearns2012-03-081-0/+1
* tst_qnetworkreply - remove qRegisterMetaType duplicatesShane Kearns2012-03-081-28/+0
* Add windows XFAIL to qnetworkreply autotestShane Kearns2012-03-081-0/+4
* Fix tst_QNetworkReply::httpWithNoCredentialUsage autotestShane Kearns2012-03-061-16/+39
* Fix QNetworkReply ioGetFromHttpWithCache test caseShane Kearns2012-03-061-0/+1
* Change bugreports.qt.nokia.com -> bugreports.qt-project.orgSergio Ahumada2012-03-021-1/+1
* network cookies: check "example.com" != "example.com."Shane Kearns2012-02-291-0/+12