summaryrefslogtreecommitdiffstats
path: root/tests/auto/network
Commit message (Expand)AuthorAgeFilesLines
* Rewrite QNetworkReply downloadProgress autotestShane Kearns2012-06-141-54/+56
* choke uploadProgress signalsShane Kearns2012-06-141-1/+4
* Fix namespace compilation on OSX.Toby Tomkins2012-06-141-1/+1
* Fix QDnsLookup test again after public DNS servers changedThiago Macieira2012-06-141-1/+1
* Partial fix for WebKit compilation on WindowsSimon Hausmann2012-06-133-0/+7
* Make QIODevice::seek() return false for sequential files.Mitch Curtis2012-06-051-2/+2
* 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-293-0/+3
* Make tst_qnetworkreply parallel-safe.Rohan McGovern2012-05-292-2/+3
* Add CONFIG+=parallel_test to suspected parallel-safe tests.Rohan McGovern2012-05-2819-0/+19
* QAuthenticator - test NTLM SSO and normal paths separatelyShane Kearns2012-05-231-7/+17
* Fixed unused function warning in qsslcertificate test.Mitch Curtis2012-05-221-2/+2
* Fixed unused function warning in qsslkey test.Mitch Curtis2012-05-211-2/+2
* Fallback to IPv4 when IPv6 is not present.Jonas M. Gastal2012-05-215-36/+57
* Change QSslCertificate::toText() to return a QString.Richard Moore2012-05-211-2/+2
* tst_QNetworkReply: enable the ioGetFromBuiltinHttp test.Martin Petersson2012-05-161-6/+5
* Add test case for link local TCP connectionsShane Kearns2012-05-151-0/+83
* Fix sending UDP packets to link local addressesShane Kearns2012-05-111-0/+135
* tst_QNetworkReply: fix backgroundRequestInterruption test.Martin Petersson2012-05-111-0/+3
* Fix a QSslSocket test expectation on ubuntu 11.10Shane Kearns2012-05-101-4/+8
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtNetwork]Thiago Macieira2012-05-044-27/+27
* Rename QAbstractSocket::PauseOnNotify -> PauseOnSslErrorsShane Kearns2012-05-041-1/+1
* troll.no changed its NS record configuration. Adapt.Thiago Macieira2012-05-031-1/+1
* Optimise windows cert fetching and fix test case.Shane Kearns2012-05-031-2/+1
* tst_qdnslookup: disabled broken testdataRohan McGovern2012-05-031-0/+4
* Don't use obsolete qVariantValue, qVariantCanConvert, etc.Debao Zhang2012-05-025-23/+23
* Remove insignification from qsslsocket_onDemandCertificates_* testsJason McDonald2012-04-302-4/+0
* Remove insignification from qtcpserver test on Mac OS X.Jason McDonald2012-04-301-2/+0
* Remove insignification of qsslsocket test on Windows and Mac.Jason McDonald2012-04-302-6/+3
* Wrap the non-ASCII testcases with QString::fromUtf8Thiago Macieira2012-04-271-5/+5
* Uncomment qnetworkproxyfactory autotestShane Kearns2012-04-261-1/+1
* Using QLatin1String instead of QLatin1LiteralDebao Zhang2012-04-251-1/+1
* Re-enable network tests on Mac OS.Jason McDonald2012-04-243-5/+5
* Fix bug in qsslsocket peek()Kalle Viironen2012-04-231-0/+257
* Windows - "bypass proxy for local..." also affects IP addressesShane Kearns2012-04-201-0/+4
* Stabilisation of tst_qnetworkreply on windowsShane Kearns2012-04-201-8/+14
* Remove insignification of qsocks5socketengine on Ubuntu 11.10Jason McDonald2012-04-192-1/+10
* 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
* Remove insignification of QNetworkInterface autotest on Windows.Jason McDonald2012-04-181-2/+0
* Update task numbers for QUdpSocket autotest.Jason McDonald2012-04-181-1/+1
* Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-04-177-230/+286
|\
| * Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-163-4/+2
| |\
| * | Add unit test for BackgroundRequestAttributeShane Kearns2012-04-131-1/+47
| * | Add unit test for usagePoliciesShane Kearns2012-04-112-1/+32
| * | Merge remote-tracking branch 'origin/master' into api_changesOswald Buddenhagen2012-04-104-3/+61
| |\ \
| * | | QHostAddress: improve qHash implementationGiuseppe D'Angelo2012-04-081-0/+2
| * | | Port to the new QUrl APIThiago Macieira2012-03-301-1/+1