summaryrefslogtreecommitdiffstats
path: root/tests/auto/network
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-241-3/+25
|\
| * QSslConfiguration: toggle on demand loading of root certs properlyPeter Hartmann2013-01-231-3/+25
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-01-2348-48/+264
|\|
| * QNetworkReply auto test: also test uploading data via HTTPSPeter Hartmann2013-01-181-0/+216
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-1848-48/+48
* | Check existence of QProcess feature before using it on Qt autotests.Pasi Petäjäjärvi2013-01-231-0/+4
|/
* Fix incorrectly disabled autotestShane Kearns2013-01-111-1/+1
* Add auto test for HTTP cache fix for QTBUG-28035.Michael Brüning2013-01-081-0/+125
* SSL certificates: blacklist mis-issued Turktrust certificatesPeter Hartmann2013-01-042-0/+55
* Network: Remove declaration of built-in and automatic metatypes.Stephen Kelly2013-01-034-11/+0
* Don't read from deleted member variablePeter Kümmel2013-01-031-3/+9
* Remove metatype registration of built-in types.Stephen Kelly2013-01-031-1/+0
* test: Change trolltech.com:443 to qt-project.org:443Sergio Ahumada2013-01-031-1/+1
* Fix some typosSergio Ahumada2012-12-211-1/+1
* Change ftp.qt.nokia.com -> ftp.qt-project.orgSergio Ahumada2012-12-181-1/+1
* Fix some typos in QProcess and QSslSocket unit tests.Stephen Kelly2012-12-041-1/+0
* remove pointless zlib includesOswald Buddenhagen2012-12-042-2/+0
* Stop using the name "Trolltech" in QSettingsSergio Ahumada2012-12-031-1/+1
* 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