summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/socket
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't use obsolete qVariantValue, qVariantCanConvert, etc.Debao Zhang2012-05-023-10/+10
* Remove insignification from qtcpserver test on Mac OS X.Jason McDonald2012-04-301-2/+0
* Using QLatin1String instead of QLatin1LiteralDebao Zhang2012-04-251-1/+1
* Re-enable network tests on Mac OS.Jason McDonald2012-04-241-0/+2
* Remove insignification of qsocks5socketengine on Ubuntu 11.10Jason McDonald2012-04-192-1/+10
* Update task numbers for QUdpSocket autotest.Jason McDonald2012-04-181-1/+1
* Add bug numbers to insignificant_test markers.Jason McDonald2012-04-161-1/+1
* Put bug numbers on same line as insignificant_test markers.Jason McDonald2012-04-161-2/+1
* Fix MSVC warnings in tests.Friedemann Kleint2012-04-021-2/+3
* Fix QTcpServer::listen() returning true when the port is in use on OS X.Robin Burchell2012-04-021-0/+22
* Fix multicast join/leave when binding to QHostAddress::Any.Robin Burchell2012-04-021-0/+3
* Fix some compiler warnings in tests.Friedemann Kleint2012-03-271-1/+1
* Allow autobound UDP sockets to send to IPv4 and IPv6Shane Kearns2012-03-221-0/+79
* 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
|/
* clean up qmake-generated projectsOswald Buddenhagen2012-02-242-14/+0
* compile fix: missing #include <unistd.h>sMarc Mutz2012-02-231-0/+1
* Fix the qlocalsocket testAndrew Stanley-Jones2012-02-211-1/+3
* Enable qlocalsocket auto testAndrew Stanley-Jones2012-02-211-1/+1
* Test for QT_NO_SSL instead of QT_NO_OPENSSLShane Kearns2012-02-211-5/+5
* Allow the QLocalServer to listen to a native descriptorAndrew Stanley-Jones2012-02-151-4/+100
* Windows: Fixed helper process finding in network testsMiikka Heikkinen2012-02-152-6/+26
* Add socketOptions flags to QLocalServerAndrew Stanley-Jones2012-02-101-0/+55
* Fix qlocalsocket autotestHarald Fernengel2012-02-081-19/+11
* Improved stability of tst_qhttpsocketengineRohan McGovern2012-02-081-7/+7
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-3017-17/+17
* Update contact information in license headers.Jason McDonald2012-01-2317-17/+17
* Removing QHttpHeader and QHttpResponseHeader.Jonas M. Gastal2012-01-191-1/+1
* Fixed build break when bearer is disabled.Xizhi Zhu2012-01-161-0/+2
* Fixes examples/tests to use qinptr in QTcpServer::incomingConnection.Jonas M. Gastal2012-01-132-2/+2
* Flag test as expected failure for Ubuntu 11.10 x64.Toby Tomkins2012-01-122-0/+4
* Removing QHttp class, its tests and its usage in examples.Jonas M. Gastal2012-01-062-2/+0
* Make socket descriptors qintptr.Jonas M. Gastal2012-01-054-13/+13
* Update copyright year in license headers.Jason McDonald2012-01-0517-17/+17
* tests: use contains(QT_CONFIG,private_tests) consistentlySergio Ahumada2012-01-021-5/+4
* Flag udpTest as insignificant, fails on Ubuntu 11.10 x64.Toby Tomkins2011-12-301-0/+3
* 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
* Skip untestable interfaces in QTcpSocket::bind autotestShane Kearns2011-12-061-1/+5
* Remove TESTED_CLASS/TESTED_FILES comments from tests.Jason McDonald2011-12-066-16/+0
* Fix QTcpServer::serverAddress() for dual stack socketsShane Kearns2011-12-012-1/+39
* Fix sanity check of network test serverJason McDonald2011-11-286-0/+30