| Commit message (Expand) | Author | Age | Files | Lines |
* | QLocalSocket/Win: handle ERROR_MORE_DATA after read operation | Joerg Bornemann | 2010-06-17 | 1 | -2/+17 |
|
|
* | QLocalSocket/Win: check for broken pipe in waitForReadyRead | Joerg Bornemann | 2010-06-14 | 1 | -0/+11 |
|
|
* | QLocalSocket/Win: call close on async connection loss | Joerg Bornemann | 2010-06-14 | 1 | -0/+2 |
|
|
* | QLocalSocket: don't emit readChannelFinished() twice on Windows | Joerg Bornemann | 2010-06-10 | 1 | -0/+3 |
|
|
* | QLocalSocket/Win: QLocalSocketPrivate::bytesAvailable renamed | Joerg Bornemann | 2010-06-10 | 2 | -6/+8 |
|
|
* | QLocalSocket: fix reading from a socket after broken connection | Joerg Bornemann | 2010-06-10 | 1 | -4/+6 |
|
|
* | QLocalServer: make many simultaneous connection attempts work on Windows | Joerg Bornemann | 2010-06-10 | 2 | -1/+6 |
|
|
* | Removed double EINTR loop from nativeWrite and nativeRead. | Janne Anttila | 2010-05-21 | 1 | -8/+2 |
|
|
* | fix crash in QLocalServer::close on Windows | Joerg Bornemann | 2010-05-04 | 1 | -1/+1 |
|
|
* | Ensure we stop the name lookups in QAbstractSocket if we abort(). | Thiago Macieira | 2010-04-20 | 1 | -0/+4 |
|
|
* | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr... | Qt Continuous Integration System | 2010-04-12 | 4 | -9/+50 |
|\ |
|
| * | Document Symbian platform security requirements on Qt APIs | Frans Englich | 2010-04-12 | 3 | -0/+30 |
|
|
| * | Fixed app freeze if switching to offline in middle of HTTP transaction. | Janne Anttila | 2010-04-12 | 1 | -9/+20 |
|
|
* | | fix closing state in QLocalSocket on Windows | Joerg Bornemann | 2010-04-12 | 1 | -1/+9 |
|/ |
|
* | Document some stuff in QHostInfo and QAbstractSocket | Markus Goetz | 2010-03-04 | 1 | -0/+8 |
|
|
* | QAbstractSocket: Use new faster DNS function | Markus Goetz | 2010-03-02 | 1 | -2/+16 |
|
|
* | QAbstractSocket: Clarify documentation | Markus Goetz | 2010-02-22 | 1 | -2/+8 |
|
|
* | QLocalSocket::isValid on Windows must check for broken connection | Joerg Bornemann | 2010-02-16 | 1 | -1/+4 |
|
|
* | fix pipe handle leak in qlocalsocket_win.cpp | Joerg Bornemann | 2010-02-16 | 2 | -6/+17 |
|
|
* | QTcpServer: Clarify thread affinity of incoming QTcpSocket | Markus Goetz | 2010-02-03 | 1 | -0/+9 |
|
|
* | Call cheaper clear() instead of assigning new QString() | Markus Goetz | 2010-01-28 | 3 | -17/+17 |
|
|
* | QNativeSocketEngine: Set OS error strings on failed read() | Markus Goetz | 2010-01-25 | 3 | -4/+7 |
|
|
* | QNativeSocketEngine: Also handle unknown errors from socket engine | Markus Goetz | 2010-01-25 | 1 | -0/+5 |
|
|
* | QNativeSocketEngine_win: Don't mess with linger settings | Markus Goetz | 2010-01-25 | 1 | -2/+4 |
|
|
* | Avoid calling WSAGetLastError() so often in nativeWrite | Markus Goetz | 2010-01-20 | 1 | -3/+3 |
|
|
* | QNativeSocketEngine windows: Fix performance degredation in write() | Markus Goetz | 2010-01-19 | 1 | -2/+11 |
|
|
* | Update copyright year to 2010 | Jason McDonald | 2010-01-06 | 33 | -33/+33 |
|
|
* | QHttpSocketEngine: Remove unneeded code | Markus Goetz | 2010-01-06 | 2 | -18/+4 |
|
|
* | QAbstractSocket: Fix warnings when compiling with QABSTRACTSOCKET_DEBUG | Markus Goetz | 2010-01-06 | 1 | -9/+9 |
|
|
* | QAbstractSocket: Warn when wrong QHostInfo was received | Markus Goetz | 2010-01-06 | 1 | -0/+4 |
|
|
* | QNativeSocketEngine: Compile fix | Markus Goetz | 2009-11-19 | 1 | -1/+1 |
|
|
* | QTcpSocket: Fix waitForConnected on Windows | Markus Goetz | 2009-11-19 | 2 | -7/+65 |
|
|
* | Merge remote branch 'mainline/4.6' into 4.6 | Oswald Buddenhagen | 2009-11-06 | 1 | -3/+3 |
|\ |
|
| * | Doc: Fixed qdoc warnings. | David Boddie | 2009-11-04 | 1 | -3/+3 |
|
|
* | | Merge remote branch 'mainline/4.6' into 4.6 | Oswald Buddenhagen | 2009-11-04 | 11 | -25/+89 |
|\ \
| |/ |
|
| * | Merge branch '4.6' into core-4.6 | Thiago Macieira | 2009-10-29 | 1 | -26/+26 |
| |\ |
|
| * | | QLocalServer: block indefinitely when timeout value is -1 | Peter Hartmann | 2009-10-28 | 1 | -16/+6 |
|
|
| * | | QAbstractSocket: insert timer to prevent timeout | Peter Hartmann | 2009-10-27 | 3 | -2/+30 |
|
|
| * | | QAbstractSocket: wait with closing until all bytes have been written | Peter Hartmann | 2009-10-27 | 8 | -7/+53 |
|
|
* | | | fix canReadLine() erroneously returning true | Oswald Buddenhagen | 2009-11-03 | 1 | -1/+2 |
| |/
|/| |
|
* | | QNativeSocketEngine: Actually use translations | Markus Goetz | 2009-10-28 | 1 | -26/+26 |
|/ |
|
* | QSslSocket: Also handle setSocketOption | Markus Goetz | 2009-10-19 | 1 | -0/+13 |
|
|
* | QAbstractSocket::setSocketOption: Make const reference | Markus Goetz | 2009-10-06 | 2 | -3/+3 |
|
|
* | Dealing with socket that was signalized on exception fds set | Aleksandar Sasha Babic | 2009-10-02 | 1 | -3/+5 |
|
|
* | Workaround for Open C bug | Aleksandar Sasha Babic | 2009-10-02 | 1 | -1/+1 |
|
|
* | QNativeSocketEngine on Windows: don't bail out on non-fatal error | Peter Hartmann | 2009-09-15 | 1 | -3/+9 |
|
|
* | QLocalSocket (Win) emit readChannelFinished only once | Joerg Bornemann | 2009-09-11 | 1 | -1/+2 |
|
|
* | QLocalSocket::readData (Windows) must return -1 on EOF | Joerg Bornemann | 2009-09-10 | 1 | -1/+4 |
|
|
* | QLocalSocket Windows: emit readChannelFinished if broken pipe detected | Joerg Bornemann | 2009-09-10 | 1 | -0/+4 |
|
|
* | Update license headers again. | Jason McDonald | 2009-09-09 | 33 | -132/+132 |
|
|