summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/socket/qtcpserver
Commit message (Expand)AuthorAgeFilesLines
* Fix tst_QTcpServer::maxPendingConnections flakinessSami Nurmenniemi2018-02-091-1/+8
* Convert features.socks5 to QT_[REQUIRE_]CONFIGStephan Binner2017-09-061-1/+1
* Continue to blacklist the utun interfaces on macOSThiago Macieira2017-06-061-0/+7
* Fix tst_QTcpServer for QEMUSami Nurmenniemi2017-04-201-0/+53
* Properly use the "process" featureUlf Hermann2017-02-271-2/+4
* Fix some warnings in testsFriedemann Kleint2016-11-281-3/+4
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-121-0/+7
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-271-0/+7
| |\
| | * Windows/tst_QTcpServer: Suppress crash notification of crashingServer.Friedemann Kleint2016-04-231-0/+7
* | | QtNetwork: Remove Windows CE.Friedemann Kleint2016-03-293-38/+1
* | | Rename test to comply with coding conventions.Fredrik de Vibe2016-03-071-2/+2
* | | Check if socketEngine is set before accessing it.Fredrik de Vibe2016-03-041-0/+19
|/ /
* | Updated license headersJani Heikkinen2016-01-212-34/+24
* | Tests: Remove empty init/cleanup slots, constructors and destructors.Friedemann Kleint2015-12-101-15/+1
|/
* tests/auto/network: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-07-311-5/+5
* Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-011-1/+1
|\
| * fix usage of wince scopeOswald Buddenhagen2015-06-051-1/+1
* | Blacklist and skip various tests that are flakeySimon Hausmann2015-06-141-0/+13
|/
* Skip instead of entirely excluding tests with disabled featuresMarko Kangas2015-03-161-4/+4
* Network tests: don't try to test against disabled network interfacesThiago Macieira2015-03-161-5/+6
* Update copyright headersJani Heikkinen2015-02-112-14/+14
* Update license headers and add new license filesMatti Paaso2014-09-242-38/+22
* Skip unstable autotests in QtBase.Morten Johan Sørvig2014-07-021-0/+3
* Fix network tests relying on troll.noSimo Fält2014-03-131-1/+1
* QtNetwork tests: Remove DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0Sergio Ahumada2014-02-252-2/+0
* Replace win32-g++ with mingw scopeKai Koehne2014-01-171-1/+1
* WinRT: Fixed compilation of network autotests and benchmarksOliver Wolff2013-12-061-0/+38
* Update copyright year in Digia's license headersSergio Ahumada2013-01-182-2/+2
* test: Don't fail if the network test server is not set upSergio Ahumada2012-10-251-1/+2
* Fix MinGW/gcc warning about NOMINMAX being redefinedKai Koehne2012-09-261-1/+1
* 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-222-48/+48
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-012-0/+2
* QtNetwork: use nullary version of qRegisterMetaType<T>("T")Marc Mutz2012-07-251-2/+0
* tst_QTcpServer::linkLocal fix for Windows XpMartin Petersson2012-07-051-0/+3
* tst_QTcpServer::clientServerLoop fix for Windows XpMartin Petersson2012-07-031-1/+1
* Partial fix for WebKit compilation on WindowsSimon Hausmann2012-06-131-0/+2
* Fallback to IPv4 when IPv6 is not present.Jonas M. Gastal2012-05-211-2/+14
* Add test case for link local TCP connectionsShane Kearns2012-05-151-0/+83
* Remove insignification from qtcpserver test on Mac OS X.Jason McDonald2012-04-301-2/+0
* Re-enable network tests on Mac OS.Jason McDonald2012-04-241-0/+2
* Fix QTcpServer::listen() returning true when the port is in use on OS X.Robin Burchell2012-04-021-0/+22
* Windows: Fixed helper process finding in network testsMiikka Heikkinen2012-02-151-2/+13
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-302-2/+2
* Update contact information in license headers.Jason McDonald2012-01-232-2/+2
* Make socket descriptors qintptr.Jonas M. Gastal2012-01-051-2/+2
* Update copyright year in license headers.Jason McDonald2012-01-052-2/+2
* Remove TESTED_CLASS/TESTED_FILES comments from tests.Jason McDonald2011-12-061-3/+0
* Fix QTcpServer::serverAddress() for dual stack socketsShane Kearns2011-12-011-0/+36
* Fix sanity check of network test serverJason McDonald2011-11-281-0/+1