summaryrefslogtreecommitdiffstats
path: root/src/network/socket
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-05-122-1/+18
|\
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-05-072-1/+18
| |\
| | * QTcpServer: Fix documentation for previous commitMarkus Goetz2010-05-061-1/+2
| | * Keep support for maximum pending connections in derived QTcpServerRobin Helgelin2010-05-062-0/+16
* | | Workaround for Symbian Open C bug in socket connect.Janne Anttila2010-05-101-0/+3
|/ /
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-05-041-1/+1
|\ \ | |/ |/|
| * fix crash in QLocalServer::close on WindowsJoerg Bornemann2010-05-041-1/+1
| * Ensure we stop the name lookups in QAbstractSocket if we abort().Thiago Macieira2010-04-201-0/+4
* | Ensure we stop the name lookups in QAbstractSocket if we abort().Thiago Macieira2010-04-261-0/+4
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-04-141-2/+2
|\ \
| * | accelerate QWindowsPipeWriter for bigger chunks of dataJoerg Bornemann2010-04-121-2/+2
* | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-04-135-10/+59
|\ \ \ | |/ / |/| / | |/
| * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2010-04-124-9/+50
| |\
| | * Document Symbian platform security requirements on Qt APIsFrans Englich2010-04-123-0/+30
| | * Fixed app freeze if switching to offline in middle of HTTP transaction.Janne Anttila2010-04-121-9/+20
| * | fix closing state in QLocalSocket on WindowsJoerg Bornemann2010-04-121-1/+9
| |/
* | Rename QTimestamp to QElapsedTimerThiago Macieira2010-03-175-19/+19
* | Port QtNetwork uses of QTime as a stopwatch to QTimestamp.Thiago Macieira2010-03-175-21/+21
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Rohan McGovern2010-03-061-2/+24
|\ \ | |/
| * Document some stuff in QHostInfo and QAbstractSocketMarkus Goetz2010-03-041-0/+8
| * QAbstractSocket: Use new faster DNS functionMarkus Goetz2010-03-021-2/+16
* | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into master-s60axis2010-02-261-2/+8
|\ \ | |/
| * QAbstractSocket: Clarify documentationMarkus Goetz2010-02-221-2/+8
* | QNativeSocketEngine: Fix some error handling related to waitFor*()Markus Goetz2010-02-221-0/+6
|/
* QLocalSocket::isValid on Windows must check for broken connectionJoerg Bornemann2010-02-161-1/+4
* fix pipe handle leak in qlocalsocket_win.cppJoerg Bornemann2010-02-162-6/+17
* QTcpServer: Clarify thread affinity of incoming QTcpSocketMarkus Goetz2010-02-031-0/+9
* Call cheaper clear() instead of assigning new QString()Markus Goetz2010-01-283-17/+17
* QNativeSocketEngine: Set OS error strings on failed read()Markus Goetz2010-01-253-4/+7
* QNativeSocketEngine: Also handle unknown errors from socket engineMarkus Goetz2010-01-251-0/+5
* QNativeSocketEngine_win: Don't mess with linger settingsMarkus Goetz2010-01-251-2/+4
* Avoid calling WSAGetLastError() so often in nativeWriteMarkus Goetz2010-01-201-3/+3
* QNativeSocketEngine windows: Fix performance degredation in write()Markus Goetz2010-01-191-2/+11
* Update copyright year to 2010Jason McDonald2010-01-0633-33/+33
* QHttpSocketEngine: Remove unneeded codeMarkus Goetz2010-01-062-18/+4
* QAbstractSocket: Fix warnings when compiling with QABSTRACTSOCKET_DEBUGMarkus Goetz2010-01-061-9/+9
* QAbstractSocket: Warn when wrong QHostInfo was receivedMarkus Goetz2010-01-061-0/+4
* QNativeSocketEngine: Compile fixMarkus Goetz2009-11-191-1/+1
* QTcpSocket: Fix waitForConnected on WindowsMarkus Goetz2009-11-192-7/+65
* Merge remote branch 'mainline/4.6' into 4.6Oswald Buddenhagen2009-11-061-3/+3
|\
| * Doc: Fixed qdoc warnings.David Boddie2009-11-041-3/+3
* | Merge remote branch 'mainline/4.6' into 4.6Oswald Buddenhagen2009-11-0411-25/+89
|\ \ | |/
| * Merge branch '4.6' into core-4.6Thiago Macieira2009-10-291-26/+26
| |\
| * | QLocalServer: block indefinitely when timeout value is -1Peter Hartmann2009-10-281-16/+6
| * | QAbstractSocket: insert timer to prevent timeoutPeter Hartmann2009-10-273-2/+30
| * | QAbstractSocket: wait with closing until all bytes have been writtenPeter Hartmann2009-10-278-7/+53
* | | fix canReadLine() erroneously returning trueOswald Buddenhagen2009-11-031-1/+2
| |/ |/|
* | QNativeSocketEngine: Actually use translationsMarkus Goetz2009-10-281-26/+26
|/
* QSslSocket: Also handle setSocketOptionMarkus Goetz2009-10-191-0/+13
* QAbstractSocket::setSocketOption: Make const referenceMarkus Goetz2009-10-062-3/+3