summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/socket
Commit message (Expand)AuthorAgeFilesLines
* QUdpSocket auto test: disable Socks5 over UDP for new test serverPeter Hartmann2013-12-101-1/+16
* Merge remote-tracking branch 'origin/stable' into devSergio Ahumada2013-09-071-1/+1
|\
| * QTcpSocket auto test: rely on IMAP port, not SMTP portPeter Hartmann2013-08-271-1/+1
* | Add QT_NO_PROCESS guards in tests where they are missingAndrew Knight2013-09-031-0/+4
* | Include sockLib header to enable usage of socket functions on VxWorksPasi Petäjäjärvi2013-08-061-0/+4
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-07-231-3/+57
|\|
| * Ignore or suppress warning and debug messages in tst_QLocalSocketThiago Macieira2013-07-201-3/+6
| * Fix incomplete override of QIODevice::open in QProcess and QLocalSocketThiago Macieira2013-07-201-0/+28
| * Add a test for QLocalSocket::openThiago Macieira2013-07-201-0/+23
* | QTcpSocket bind() auto test: return instead of QSKIPPeter Hartmann2013-04-051-1/+1
|/
* Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-164-9/+9
* Fix warnings about overloaded virtuals in tests (CLANG).Friedemann Kleint2013-03-121-2/+2
* Fix warnings about unused field variables (CLANG).Friedemann Kleint2013-03-061-1/+0
* Return -1 as the API documents it for socket issuesLaszlo Papp2013-03-051-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-1815-15/+15
* Fix incorrectly disabled autotestShane Kearns2013-01-111-1/+1
* Network: Remove declaration of built-in and automatic metatypes.Stephen Kelly2013-01-032-5/+0
* Remove metatype registration of built-in types.Stephen Kelly2013-01-031-1/+0
* speed up tst_QLocalSocket::readBufferOverflowJoerg Bornemann2012-11-021-0/+9
* test: Don't fail if the network test server is not set upSergio Ahumada2012-10-252-2/+4
* fix flakiness of tst_qlocalsocket::processConnectionJoerg Bornemann2012-10-251-14/+20
* tst_qlocalsocket: get rid of QtScript dependencyJoerg Bornemann2012-10-199-384/+197
* 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-262-2/+2
* 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-2217-408/+408
* Remove old troll test servers' references.Leonard Lee2012-09-101-15/+15
* test: Check for null string comparisonSergio Ahumada2012-09-051-6/+6
* 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-011-0/+1
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-0115-0/+15
* QtNetwork: use nullary version of qRegisterMetaType<T>("T")Marc Mutz2012-07-252-7/+0
* Fix some spelling errorsSergio Ahumada2012-07-111-1/+1
* 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
* tst_QTcpServer::clientServerLoop fix for Windows XpMartin Petersson2012-07-031-1/+1
* Handle fragmented responses on SOCKS5 control channelShane Kearns2012-06-211-19/+138
* Fix namespace compilation on OSX.Toby Tomkins2012-06-141-1/+1
* Partial fix for WebKit compilation on WindowsSimon Hausmann2012-06-132-0/+4
* Set explicit testcase.timeout for slow testsRohan McGovern2012-05-291-0/+1
* Fallback to IPv4 when IPv6 is not present.Jonas M. Gastal2012-05-213-32/+55
* Add test case for link local TCP connectionsShane Kearns2012-05-151-0/+83
* Fix sending UDP packets to link local addressesShane Kearns2012-05-111-0/+135
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtNetwork]Thiago Macieira2012-05-041-14/+14