summaryrefslogtreecommitdiffstats
path: root/tests/auto/network
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Fix MSVC warnings in tests.Friedemann Kleint2012-04-021-2/+3
| * Fix QTcpServer::listen() returning true when the port is in use on OS X.Robin Burchell2012-04-021-0/+22
| * Fix multicast join/leave when binding to QHostAddress::Any.Robin Burchell2012-04-021-0/+3
| * QNetworkAccessFtpBackend: remove entry from QNetworkAccessCacheMartin Petersson2012-04-011-0/+32
| * Fix some compiler warnings in tests.Friedemann Kleint2012-03-271-1/+1
* | QHostAddress: improve qHash implementationGiuseppe D'Angelo2012-04-081-0/+2
* | Port to the new QUrl APIThiago Macieira2012-03-301-1/+1
* | Port QHostAddress to use the new IP utilities in QtCoreThiago Macieira2012-03-281-15/+17
* | Merge master into api_changesKent Hansen2012-03-231-0/+79
|\|
| * Allow autobound UDP sockets to send to IPv4 and IPv6Shane Kearns2012-03-221-0/+79
* | tst_qsslsocket*: don't inherit from QSharedPointerMarc Mutz2012-03-233-66/+42
* | tst_qnetworkreply: don't inherit from QSharedPointerMarc Mutz2012-03-231-146/+145
|/
* Fix QDnsLookup autotest failure in CI environmentShane Kearns2012-03-151-4/+6
* Mark unstable windows network testsShane Kearns2012-03-086-0/+25
* Rework QNetworkProxyFactory::systemProxyForQuery autotestShane Kearns2012-03-081-21/+76
* 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
* QSslCertificate - make lazy initialisation thread safeShane Kearns2012-03-061-0/+72
* Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-03-042-5/+5
|\
| * Make some tests and benchmarks pass with QT_NO_QSTRINGBUILDERStephen Kelly2012-03-012-5/+5
* | Change bugreports.qt.nokia.com -> bugreports.qt-project.orgSergio Ahumada2012-03-021-1/+1
* | Use QSystemError for QDnsLookup windows backendShane Kearns2012-03-011-1/+1
* | Windows - fix getsockopt calls for narrower than int optionsShane Kearns2012-03-011-0/+36
* | network cookies: check "example.com" != "example.com."Shane Kearns2012-02-291-0/+12
|/
* Changed qnetworkreply unittest to return correct codeKurt Korbatits2012-02-271-7/+5
* clean up qmake-generated projectsOswald Buddenhagen2012-02-242-14/+0
* compile fix: missing #include <unistd.h>sMarc Mutz2012-02-232-0/+6
* Fix the qlocalsocket testAndrew Stanley-Jones2012-02-211-1/+3
* Enable qlocalsocket auto testAndrew Stanley-Jones2012-02-211-1/+1
* Test for QT_NO_SSL instead of QT_NO_OPENSSLShane Kearns2012-02-218-64/+64
* Changed qnetworksession unittest to work from installation dirKurt Korbatits2012-02-212-1/+6
* Changed qabstractnetworkcache unittest to use TESTDATAKurt Korbatits2012-02-201-5/+1
* Fix handling of urls containing username/password in QNetworkAccessManagerShane Kearns2012-02-171-10/+53
* Changed qnetworkreply unittest to work from install directoryKurt Korbatits2012-02-174-289/+243
* Changed qsslkey to work from installation directoryKurt Korbatits2012-02-172-52/+12
* Changed qsslcertificate unittest to work from install directoryKurt Korbatits2012-02-172-63/+38
* Eliminate duplicate data row names in network autotestsJason McDonald2012-02-164-23/+24
* Allow the QLocalServer to listen to a native descriptorAndrew Stanley-Jones2012-02-151-4/+100
* Abort FTP download, not the whole applicationShane Kearns2012-02-151-0/+24
* Windows: Fixed helper process finding in network testsMiikka Heikkinen2012-02-154-11/+44
* Make "nmake check" pass for network tests in Windows.Miikka Heikkinen2012-02-142-0/+4
* Add socketOptions flags to QLocalServerAndrew Stanley-Jones2012-02-101-0/+55
* Replace Q_WS_WINCE against Q_OS_WINCE.Andreas Holzammer2012-02-091-1/+1
* Fix qlocalsocket autotestHarald Fernengel2012-02-081-19/+11