summaryrefslogtreecommitdiffstats
path: root/tests/auto/network
Commit message (Expand)AuthorAgeFilesLines
* Flag test as expected failure for Ubuntu 11.10 x64.Toby Tomkins2012-01-122-0/+4
* SSL Socket withoutproxy failures on Ubuntu 11.10 x64.Toby Tomkins2012-01-122-0/+24
* Remove unused QT_NO_TEXTSTREAM.David Faure2012-01-111-2/+0
* Tests: Remove duplicate QTRY_VERIFY/QTRY_COMPARE macros in bearer.Friedemann Kleint2012-01-104-52/+42
* Remove the unused QTRY_COMPARE macro from bearer auto tests.Xizhi Zhu2012-01-101-15/+0
* Remove ICD plugin for bearer.Xizhi Zhu2012-01-106-371/+1
* Avoid using check as an identifier.Stephen Kelly2012-01-101-6/+6
* Removing QHttp class, its tests and its usage in examples.Jonas M. Gastal2012-01-0616-5328/+0
* Add regression test for QTBUG-22660Sami Rosendahl2012-01-061-0/+23
* Make socket descriptors qintptr.Jonas M. Gastal2012-01-055-14/+14
* Update copyright year in license headers.Jason McDonald2012-01-0552-52/+52
* Use true and false in preference to TRUE and FALSE in tests.Jason McDonald2012-01-032-77/+77
* tests: use contains(QT_CONFIG,private_tests) consistentlySergio Ahumada2012-01-022-5/+9
* Flag udpTest as insignificant, fails on Ubuntu 11.10 x64.Toby Tomkins2011-12-301-0/+3
* Remove mention of Trolltech in QHttp autotest.Jason McDonald2011-12-283-4/+4
* network auto tests: add QNetworkReply test for pipeliningPeter Hartmann2011-12-251-0/+39
* Fix http authentication to a different realm on the same serverShane Kearns2011-12-221-0/+33
* Test case for QTBUG-22875Shane Kearns2011-12-221-1/+188
* Fix QNetworkReply test cases that use the MiniHttpServer on windowsShane Kearns2011-12-191-1/+1
* fix QMutex warning in tst_QLocalSocket::threadedConnectionJoerg Bornemann2011-12-151-0/+1
* Remove QtWidgets dependency from QTcpSocket autotestShane Kearns2011-12-093-33/+12
* Fix unstable test caseShane Kearns2011-12-092-2/+1
* Fix failing setSocketDescriptor test in QTcpSocketShane Kearns2011-12-091-0/+1
* Check we're connected before startClientEncryption()Richard Moore2011-12-071-0/+13
* Skip untestable interfaces in QTcpSocket::bind autotestShane Kearns2011-12-061-1/+5
* Remove TESTED_CLASS/TESTED_FILES comments from tests.Jason McDonald2011-12-0613-34/+0
* Fix QTcpServer::serverAddress() for dual stack socketsShane Kearns2011-12-012-1/+39
* Fix QHostAddress::operator==(QHostAddress::SpecialAddress)Shane Kearns2011-11-301-0/+4
* Make the default ssloptions testable.Richard Moore2011-11-291-0/+5
* Fix sanity check of network test serverJason McDonald2011-11-2816-0/+55
* tst_qsslsocket: improve failure messageRohan McGovern2011-11-211-1/+1
* tst_qsslsocket: don't run SSLv2 tests when SSLv2 has been disabledRohan McGovern2011-11-211-0/+16
* Don't depend on moc to disable test functions.Jason McDonald2011-11-184-45/+40
* Improve the testability of QSslOptions.Richard Moore2011-11-171-0/+43
* SSL namespace: rename TlsV1 to TlsV1_0Peter Hartmann2011-11-161-17/+17
* Always use the hex format for certificate serial numbers.Richard Moore2011-11-151-1/+1
* Deprecate QSslCertificate::isValid() replace with isBlacklisted()Richard Moore2011-11-141-4/+4
* QNAM: Fix authentication cache when the password is in the URLOlivier Goffart2011-11-081-5/+83
* SSL certificate extensions: add unit testsRichard Moore2011-11-061-0/+89
* Moved tests into network/ssl/Jo Asplin2011-11-025-2/+513
* Remove remains of qpa in tests.Friedemann Kleint2011-11-011-1/+1
* Move support for socket binding from QUdpSocket upstream to QAbstractSocket.Robin Burchell2011-10-311-0/+61
* Remove debug code from QLocalSocket autotest.Jason McDonald2011-10-311-7/+1
* Doc: Fixing typoSergio Ahumada2011-10-261-2/+2
* Re-enabled testsJo Asplin2011-10-263-6/+0
* Re-enabled tst_qhttpnetworkconnectionJo Asplin2011-10-261-2/+0
* QNetworkReply autotest no longer needs private_testsShane Kearns2011-10-252-4/+1
* all remaining tests: eliminated usage of qttest_p4.prfRohan McGovern2011-10-2535-70/+94
* Improve qhostinfo autotest on HPUX 11iJason McDonald2011-10-251-13/+9
* Network - Add QHostAddress::isLoopback API.Shane Kearns2011-10-241-0/+40