summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/socket/qtcpsocket/tst_qtcpsocket.cpp
Commit message (Expand)AuthorAgeFilesLines
* Tests: Fix single-character string literals.Friedemann Kleint2015-10-131-1/+1
* QAbstractSocket: discard input data when opened only for writingAlex Trotsenko2015-09-051-0/+32
* tests/auto/network: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-07-311-35/+35
* Tests: Remove some unused member variables.Friedemann Kleint2015-07-281-2/+0
* Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-03-091-11/+148
|\
| * Fix bind+connect in both TCP and UDPThiago Macieira2015-03-041-11/+148
* | Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-02-251-3/+3
|\|
| * Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-241-3/+3
| |\
| | * Fix reported build failure with VS2010 on windows 8.1.Richard J. Moore2015-02-091-3/+3
* | | Move the socket test to an appropriate fileAlex Trotsenko2015-02-231-0/+46
|/ /
* | QAbstractSocket: remove unneeded cleanup calls and private memberAlex Trotsenko2015-02-111-1/+33
* | Update copyright headersJani Heikkinen2015-02-111-7/+7
|/
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Android: Fix compilation of qtcpsocket testEskil Abrahamsen Blomfeldt2014-06-301-2/+2
* tst_qtcpsocket: fix comment, the slot goes to 512David Faure2014-06-091-1/+1
* QTcpSocket auto test: Temporarily disable Socks5 testsPeter Hartmann2014-04-251-4/+4
* QAbstractSocket: fix setReadBufferSize from readyRead slot.David Faure2013-12-201-0/+53
* WinRT: Fixed compilation of network autotests and benchmarksOliver Wolff2013-12-061-0/+24
* 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
* | QTcpSocket bind() auto test: return instead of QSKIPPeter Hartmann2013-04-051-1/+1
|/
* Fix warnings about unused field variables (CLANG).Friedemann Kleint2013-03-061-1/+0
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Fix MinGW/gcc warning about NOMINMAX being redefinedKai Koehne2012-09-261-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Remove old troll test servers' references.Leonard Lee2012-09-101-15/+15
* QtNetwork: use nullary version of qRegisterMetaType<T>("T")Marc Mutz2012-07-251-5/+0
* Fix some spelling errorsSergio Ahumada2012-07-111-1/+1
* Fix namespace compilation on OSX.Toby Tomkins2012-06-141-1/+1
* Partial fix for WebKit compilation on WindowsSimon Hausmann2012-06-131-0/+2
* Don't use obsolete qVariantValue, qVariantCanConvert, etc.Debao Zhang2012-05-021-3/+3
* Mark unstable windows network testsShane Kearns2012-03-081-0/+9
* Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-03-041-2/+2
|\
| * Make some tests and benchmarks pass with QT_NO_QSTRINGBUILDERStephen Kelly2012-03-011-2/+2
* | Windows - fix getsockopt calls for narrower than int optionsShane Kearns2012-03-011-0/+36
|/
* Test for QT_NO_SSL instead of QT_NO_OPENSSLShane Kearns2012-02-211-5/+5
* Windows: Fixed helper process finding in network testsMiikka Heikkinen2012-02-151-4/+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
* Flag test as expected failure for Ubuntu 11.10 x64.Toby Tomkins2012-01-121-0/+3
* Make socket descriptors qintptr.Jonas M. Gastal2012-01-051-8/+8
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Remove QtWidgets dependency from QTcpSocket autotestShane Kearns2011-12-091-28/+10
* Fix unstable test caseShane Kearns2011-12-091-0/+1
* Fix failing setSocketDescriptor test in QTcpSocketShane Kearns2011-12-091-0/+1
* Skip untestable interfaces in QTcpSocket::bind autotestShane Kearns2011-12-061-1/+5
* Remove TESTED_CLASS/TESTED_FILES comments from tests.Jason McDonald2011-12-061-3/+0
* Fix QTcpServer::serverAddress() for dual stack socketsShane Kearns2011-12-011-1/+3
* Fix sanity check of network test serverJason McDonald2011-11-281-0/+6