summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/socket/qlocalsocket/tst_qlocalsocket.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "Allow QWindowsPipe{Reader,Writer} to work with foreign event loops"Kai Koehne2020-11-201-3/+2
* Allow QWindowsPipe{Reader,Writer} to work with foreign event loopsAlex Trotsenko2020-11-171-2/+3
* QLocalSocket/Win: prevent writing to broken pipeAlex Trotsenko2020-10-151-0/+1
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-071-3/+3
* tst_QLocalSocket: fix wrong slot nameAlex Trotsenko2020-08-241-1/+1
* QLocalSocket: Deprecate 'error' signal, use 'errorOccurred' insteadv5.15.0-alpha1Alexander Akulich2020-02-111-6/+6
* Revert "QLocalSocket - deprecate ambiguous 'error' overloads"Alexander Akulich2020-02-111-4/+4
* QLocalSocket - deprecate ambiguous 'error' overloadsTimur Pocheptsov2020-01-101-4/+4
* Convert uses of QTime as a timer to QElapsedTimerEdward Welbourne2019-06-141-1/+2
* Prefix QTextStream operators with Qt:: in testsLars Knoll2019-05-031-2/+2
* tst_QLocalSocket::processConnections: remove QSKIPTimur Pocheptsov2018-10-251-3/+0
* tests/auto/network: Avoid unconditional qWait()sKari Oikarinen2018-05-081-5/+7
* QWindowsPipeReader: fix waiting on inactive pipeAlex Trotsenko2018-04-121-0/+12
* tst_QLocalSocket: Only expect debug messages if debug level is enabledKari Oikarinen2018-03-281-1/+2
* tst_QLocalSocket: Fix not showing error output in processConnectionKari Oikarinen2018-03-011-0/+2
* Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-1/+1
* Add QLocalServer::socketDescriptorJesus Fernandez2017-06-061-0/+2
* QWindowsPipeReader: fix possible invalid invocation of ReadFileEx()Alex Trotsenko2017-05-021-0/+12
* Properly use the "process" featureUlf Hermann2017-02-271-2/+2
* Fix some warnings in testsFriedemann Kleint2016-11-281-1/+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
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-121-0/+108
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-061-0/+108
| |\|
| | * QWindowsPipeWriter: ensure validity of the write bufferAlex Trotsenko2016-04-301-0/+108
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-031-1/+2
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-131-1/+2
| |\|
| | * Fix finding a helper executable in tst_QLocalSocketJoerg Bornemann2016-04-111-1/+2
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-04-051-4/+18
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-041-1/+1
| |\|
| | * Update comment in tst_QLocalSocket::readBufferOverflowJoerg Bornemann2016-03-241-1/+1
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Simon Hausmann2016-03-241-3/+17
| |\|
| | * Add a write buffer to QLocalSocket/WinJoerg Bornemann2016-03-241-3/+17
* | | QtNetwork: Remove Windows CE.Friedemann Kleint2016-03-291-2/+0
|/ /
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-211-3/+6
|\|
| * Fix glitch in tst_QLocalSocket::sendDataJoerg Bornemann2016-03-101-3/+6
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-111-1/+5
|\|
| * Speed up tst_QLocalSocket::sendDataJoerg Bornemann2016-03-031-1/+5
* | Add Intel copyright to files that Intel has had non-trivial contributionThiago Macieira2016-01-211-0/+1
* | Updated license headersJani Heikkinen2016-01-211-17/+12
* | Tests: Remove empty init/cleanup slots, constructors and destructors.Friedemann Kleint2015-12-101-8/+3
* | Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2015-12-081-1/+4
|\|
| * tst_QLocalSocket::threadedConnection(): Add failure message.Friedemann Kleint2015-12-031-1/+4
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-041-0/+29
|\|
| * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-11-041-0/+29
| |\
| | * QWindowsPipeReader: fix occasional "Unknown error 995"Joerg Bornemann2015-11-021-0/+29
* | | tests/auto/network: Remove some placeholder formatting.Friedemann Kleint2015-10-191-2/+3
* | | Tests: Use QCOMPARE() with QLatin1String() for QString values.Friedemann Kleint2015-10-141-1/+1
* | | Tests: Fix single-character string literals.Friedemann Kleint2015-10-131-2/+2
|/ /