summaryrefslogtreecommitdiffstats
path: root/tests/auto/network
Commit message (Expand)AuthorAgeFilesLines
* Add support for getaddrinfo using MinGW in tst_qhostinfoJonathan Liu2012-11-222-8/+5
* speed up tst_QLocalSocket::readBufferOverflowJoerg Bornemann2012-11-021-0/+9
* SSL certificate printing: Fix auto test for OpenSSL 1.0.1 version.Janne Anttila2012-11-022-8/+59
* Use qt-project.org in tst_hostinfo - qt.nokia.com changed IP address.Janne Anttila2012-10-311-7/+7
* test: Don't fail if the network test server is not set upSergio Ahumada2012-10-261-1/+2
* test: Don't fail if the network test server is not set upSergio Ahumada2012-10-254-4/+8
* fix flakiness of tst_qlocalsocket::processConnectionJoerg Bornemann2012-10-251-14/+20
* tst_qlocalsocket: get rid of QtScript dependencyJoerg Bornemann2012-10-199-384/+197
* normalise signal/slot signatures [QtNetwork tests]Marc Mutz2012-10-195-46/+46
* Change hostname for dnslookup 'notfound' test cases.Janne Anttila2012-10-131-8/+8
* typo fixed in tst_QLocalSocket::verifyListenWithDescriptor_dataJoerg Bornemann2012-10-021-1/+1
* remove tests/auto/network/socket/qlocalsocket/exampleJoerg Bornemann2012-10-026-196/+0
* make tst_QLocalSocket::listenAndConnect fasterJoerg Bornemann2012-10-021-4/+2
* Fix MinGW/gcc warning about NOMINMAX being redefinedKai Koehne2012-09-263-3/+3
* If accept fails, stop accepting new connections and emit error signal.Jonas M. Gastal2012-09-261-0/+21
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2252-1248/+1248
* Disable SSL compression by default.Richard Moore2012-09-181-0/+6
* 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
* Remove old troll test servers' references.Leonard Lee2012-09-101-15/+15
* test: QFtp tests require `private_tests' setSergio Ahumada2012-09-092-1/+2
* Use QStringList::join(QChar) overload where applicable [QtNetwork]Marc Mutz2012-09-072-7/+7
* QtNetwork: bypass proxy for local connectionsJulien Brianceau2012-09-071-0/+61
* test: Check for null string comparisonSergio Ahumada2012-09-051-6/+6
* Add support for explicit TLS 1.1 and 1.2Brendan Long2012-08-291-5/+39
* Doc: Fix spelling errorsSergio Ahumada2012-08-171-1/+1
* tst_QUdpSocket: Remove unneeded ./ in application name printingMarc Mutz2012-08-151-2/+2
* Fix "might be used uninit'ed" warningMarc Mutz2012-08-151-3/+7
* Remove some dead code wrapped in Q_WS_QWS.Stephen Kelly2012-08-031-6/+0
* QtNetwork: Handle FD_CLOSE on WindowsMartin Petersson2012-08-012-10/+2
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-0147-0/+47
* QtNetwork: use nullary version of qRegisterMetaType<T>("T")Marc Mutz2012-07-258-26/+3
* Fix some spelling errorsSergio Ahumada2012-07-112-2/+2
* fixed unittest builds for winceBjoern Breitmeyer2012-07-061-14/+0
* tst_qudpsocket: Interface fix for Windows XpMartin Petersson2012-07-061-0/+6
* tst_QTcpServer::linkLocal fix for Windows XpMartin Petersson2012-07-051-0/+3
* Avoid load(testcase) for installing test helper appsRohan McGovern2012-07-042-4/+3
* tst_QTcpServer::clientServerLoop fix for Windows XpMartin Petersson2012-07-031-1/+1
* Fixed warnings in qnetworkreply unit testKurt Korbatits2012-07-031-0/+2
* QSslCertificate::fromPath fix wildcard handlingMartin Petersson2012-07-031-0/+4
* Fixed several unit tests to work in shadow buildsKurt Korbatits2012-06-291-0/+1
* Fixed qsslsocket_onDemandCertificates_{static,member}Rohan McGovern2012-06-282-4/+2
* 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
* Handle fragmented responses on SOCKS5 control channelShane Kearns2012-06-211-19/+138
* Rewrite QNetworkReply downloadProgress autotestShane Kearns2012-06-141-54/+56