summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/socket
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-09-263-4/+8
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-062-4/+4
| |\
| | * Convert features.socks5 to QT_[REQUIRE_]CONFIGStephan Binner2017-09-062-4/+4
| * | QNativeSocketEngine: disable unused methods about OS socket bufferThiago Macieira2017-09-011-0/+4
* | | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-1/+1
* | | Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-1/+1
|/ /
* | Merge remote-tracking branch 'origin/5.9' into devOswald Buddenhagen2017-08-022-2/+1
|\|
| * Fix bytesAvailable() on UDP under WindowsAlex Trotsenko2017-07-301-1/+0
| * Use QSharedPointer::create() moreMarc Mutz2017-07-191-1/+1
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-042-7/+10
|\|
| * tst_QSocks5SocketEngine::downloadBigFile(): Output elapsed timeFriedemann Kleint2017-06-281-7/+8
| * Blacklist tst_QSocks5SocketEngine::downloadBigFile()Friedemann Kleint2017-06-281-0/+2
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-193-1/+16
|\|
| * Ignore test failures of linkLocalIPv6 on RHEL 6.6 in the CISimon Hausmann2017-06-121-1/+2
| * Continue to blacklist the utun interfaces on macOSThiago Macieira2017-06-062-0/+14
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-071-0/+8
|\|
| * tst_qudpsocket: Blacklist "utun" interfaces on DarwinThiago Macieira2017-05-291-0/+8
* | Add QLocalServer::socketDescriptorJesus Fernandez2017-06-061-0/+2
|/
* QWindowsPipeReader: fix possible invalid invocation of ReadFileEx()Alex Trotsenko2017-05-021-0/+12
* Fix tst_QTcpServer for QEMUSami Nurmenniemi2017-04-201-0/+53
* Fix tst_QUdpSocket for QEMUSami Nurmenniemi2017-03-291-0/+84
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-134-9/+13
|\
| * Properly use the "process" featureUlf Hermann2017-02-274-9/+13
* | Network: Use canonical license headersKai Koehne2017-02-281-16/+11
|/
* tst_QSocks5SocketEngine: Refactor testsFriedemann Kleint2017-01-231-88/+52
* Fix warnings in tests (MinGW/MSCV)Friedemann Kleint2016-11-291-2/+2
* Fix some warnings in testsFriedemann Kleint2016-11-284-6/+9
* Fix SCTP API according to Qt conventionsFriedemann Kleint2016-11-221-8/+8
* Modularize configure.json/.priLars Knoll2016-09-151-0/+2
* Use qtConfig throughout in qtbaseLars Knoll2016-08-196-7/+7
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-161-0/+1
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-101-0/+1
| |\
| | * QNativeSocketEngine::option(): return a correct value on invalid callAlex Trotsenko2016-08-051-0/+1
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-091-0/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-051-0/+1
| |\|
| | * QLocalSocket/Tcp: open device before making a connectionAlex Trotsenko2016-08-041-0/+1
* | | Fix some syntax issues in SCTP implementationAlex Trotsenko2016-08-031-13/+12
* | | Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-08-011-0/+6
|\| |
| * | QAbstractSocket: ensure bind()+connect() works on delayed closeAlex Trotsenko2016-07-201-0/+6
* | | Introduce SCTP sockets supportAlex Trotsenko2016-07-274-2/+501
* | | Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-07-191-0/+6
|\| |
| * | QSslSocket: reset connection parameters on disconnectAlex Trotsenko2016-07-051-0/+6
* | | Merge "Merge remote-tracking branch 'origin/5.7' into dev" into refs/staging/devLiang Qi2016-06-214-7/+36
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-214-7/+36
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-204-7/+36
| | |\|
| | | * tst_QUdpSocket - remove insignificanceTimur Pocheptsov2016-06-142-5/+19
| | | * tst_QTcpSocket: Replace insignification on Windows by BLACKLIST.Friedemann Kleint2016-06-102-2/+13
| | | * Revert "tst_qudpsocket - remove insignificant"Timur Pocheptsov2016-05-132-12/+2
| | | * tst_qudpsocket - remove insignificantTimur Pocheptsov2016-05-062-2/+12
* | | | Long live QNetworkDatagram!Thiago Macieira2016-06-201-33/+73
|/ / /