summaryrefslogtreecommitdiffstats
path: root/src/network/socket/qabstractsocket.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersAkseli Salovaara2015-03-311-13/+13
* Updated year in copyright headerKai Koehne2014-03-261-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-131-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-291-24/+24
* QtNetwork: bypass proxy for local connectionsJulien Brianceau2012-09-071-10/+0
* Update contact information in license headers.Sergio Ahumada2012-08-011-2/+2
* Various Qt documentation bug fixes (wk 42)artoka2012-01-301-4/+7
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Merge remote-tracking branch 'qt/4.8'Jyri Tahtela2011-05-181-1/+1
|\
| * Fix regression that caused waitForXXX(-1) to fail.Thiago Macieira2011-05-161-1/+1
* | Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
|/
* Merge branch 'symbian-socket-engine' into staging-masterShane Kearns2011-05-101-8/+12
|\
| * Sockets: Fix potential null pointer usagesShane Kearns2011-05-051-8/+8
| * Send User-Agent from the network request in http proxy CONNECT commandShane Kearns2011-05-051-0/+4
* | QAbstractSocket: Fix waitForReadyRead infinite loop.Martin Petersson2011-04-281-2/+2
|/
* Merge remote branch 'earth/master' into symbian-socket-engineShane Kearns2011-03-251-0/+2
|\
| * QTcpSocket: Fix for disconnect in Unbuffered mode.Markus Goetz2011-03-161-0/+2
* | Fix crashing debug messageShane Kearns2011-03-221-2/+2
* | Implement network session support for synchronous QHostInfoShane Kearns2011-03-221-0/+9
* | Merge branch 'symbian-socket-engine' of scm.dev.troll.no:qt/qt-symbian-networ...Shane Kearns2011-03-081-6/+12
|\ \ | |/ |/|
| * Explicit network session for QNetworkAccessManagerShane Kearns2011-02-171-0/+8
| * Merge remote branch 'qt/master' into symbian-socket-engineShane Kearns2011-02-071-1/+1
| |\
| * | Fix uncaught exception crash when socket ready read signal throwsShane Kearns2011-01-171-6/+4
* | | QAbstractSocket: Check for socket state on Unbuffered readsMarkus Goetz2011-02-251-0/+2
* | | QAbstractSocket: Check for engine validity on Unbuffered readsMarkus Goetz2011-02-241-2/+5
* | | QAbstractSocket: compile without QT3SupportMartin Petersson2011-02-181-1/+1
* | | QAbstractSocket: Do not always change notifier on setReadBufferSizeMartin Petersson2011-02-181-1/+1
| |/ |/|
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-171-1/+1
|\ \ | |/ |/|
| * Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
* | Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2010-10-291-0/+30
|\ \ | |/
| * Sockets: Private function for pausing/resuming notifiersMarkus Goetz2010-10-271-0/+30
* | Initial documentation for multicast socket options and APIBradley T. Hughes2010-09-011-0/+4
* | Add MulticastTtlOption and MulticastLoopbackOption to QAbstractSocketBradley T. Hughes2010-09-011-0/+15
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2010-08-131-32/+110
|\ \
| * | QAbstractSocket: Remove warningMarkus Goetz2010-08-121-1/+0
| * | QAbstractSocket: Enable Unbuffered OpenMode for TCPMarkus Goetz2010-08-121-32/+111
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-08-131-1/+1
|\ \ \ | |/ / |/| / | |/
| * Correcting spelling mistakes in documentation. Part of fix for QTBUG-11938.Jerome Pasion2010-08-091-1/+1
* | QAbstractSocket: Remove old workaroundMarkus Goetz2010-07-271-22/+0
|/
* Ensure we stop the name lookups in QAbstractSocket if we abort().Thiago Macieira2010-04-261-0/+4
* Rename QTimestamp to QElapsedTimerThiago Macieira2010-03-171-5/+5
* Port QtNetwork uses of QTime as a stopwatch to QTimestamp.Thiago Macieira2010-03-171-5/+5
* Document some stuff in QHostInfo and QAbstractSocketMarkus Goetz2010-03-041-0/+8
* QAbstractSocket: Use new faster DNS functionMarkus Goetz2010-03-021-2/+16
* QAbstractSocket: Clarify documentationMarkus Goetz2010-02-221-2/+8
* Update copyright year to 2010Jason McDonald2010-01-061-1/+1
* 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
* Doc: Fixed qdoc warnings.David Boddie2009-11-041-3/+3
* QAbstractSocket: insert timer to prevent timeoutPeter Hartmann2009-10-271-2/+27