summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/socket/qtcpserver/tst_qtcpserver.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove QOperatingSystemVersion::WindowsVistaSona Kurazyan2019-09-051-5/+0
* Remove usages of QSysInfo's deprecated APIsSona Kurazyan2019-07-051-1/+1
* Convert tst_qtcpserver to use dockerMårten Nordheim2019-02-281-17/+26
* 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
* QtNetwork: Remove Windows CE.Friedemann Kleint2016-03-291-20/+0
* 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-211-17/+12
* 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
* 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-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* 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
* WinRT: Fixed compilation of network autotests and benchmarksOliver Wolff2013-12-061-0/+38
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* 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-221-24/+24
* 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
* 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-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Make socket descriptors qintptr.Jonas M. Gastal2012-01-051-2/+2
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* 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
* Remove SkipMode parameter from QSKIP calls.Jason McDonald2011-10-211-16/+11
* Avoid using QSKIP in lieu of compile-time checksJason McDonald2011-10-041-5/+4
* Remove Symbian-specific code from tests.Jason McDonald2011-09-291-23/+4
* Moved network autotests into new directory structureJo Asplin2011-09-091-0/+817