summaryrefslogtreecommitdiffstats
path: root/tests/auto/qlocalsocket
Commit message (Collapse)AuthorAgeFilesLines
* QLocalSocket WriteOnly mode fixed on WindowsJoerg Bornemann2009-07-091-0/+17
| | | | | | | | | Write only local sockets silently disconnected after some time. Reason: we cannot call PeekNamedPipe on a write only pipe. Task-number: 257714 Reviewed-by: ossi Autotest: tst_QLocalSocket::writeOnlySocket
* added auto test tst_QLocalSocket::readBufferOverflowJoerg Bornemann2009-07-081-0/+33
| | | | | | | This test handles the case when one limits the size of the socket's read buffer and more data than the buffer size is available. Reviewed-by: ossi
* Merge license header changes from 4.5Volker Hilsheimer2009-06-164-8/+8
|\
| * Update license headers as requested by the marketing department.Jason McDonald2009-06-164-8/+8
| | | | | | | | Reviewed-by: Trust Me
* | Merge commit 'origin/4.5'Olivier Goffart2009-06-041-5/+9
|\ \ | |/
| * centralize removeServer() invocation for some more determinismOswald Buddenhagen2009-06-031-5/+9
| |
* | test for queueing up pending connectionsOswald Buddenhagen2009-05-061-0/+27
|/
* correctly handle remote disconnectsOswald Buddenhagen2009-04-231-0/+20
| | | | | | | | | about the only error case for a PeekNamedPipe() which does not actually want to read anything is some kind of disconnect. so ignore the error code and just handle the error as a close. Task-number: 247144 Reviewed-by: thiago
* clean up server socket on startupOswald Buddenhagen2009-04-231-0/+2
|
* fix pro fileOswald Buddenhagen2009-04-231-7/+7
|
* Long live Qt 4.5!Lars Knoll2009-03-2313-0/+1456