summaryrefslogtreecommitdiffstats
path: root/src/network/socket/qabstractsocket.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix bind+connect in both TCP and UDPThiago Macieira2015-03-041-31/+36
* Network: Fix operator<<(QDebug, ...) operationsKai Koehne2015-02-121-0/+4
* QAbstractSocket: remove unneeded cleanup calls and private memberAlex Trotsenko2015-02-111-13/+2
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Fix QUdpSocket's emission of readyRead()Thiago Macieira2015-01-221-2/+9
* WinRT: Only set keepalive socket option in certain socket statesOliver Wolff2014-12-051-0/+3
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Fix QAbstractSocket::readData() behavior on buffered socketAlex Trotsenko2014-09-231-1/+1
* Doc: document that we have unfixed bugs with waitForXxx on WindowsThiago Macieira2014-08-111-0/+23
* Fix debug output when enabling QABSTRACTSOCKET_DEBUG.David Faure2014-05-061-1/+1
* QAbstractSocket: enable read notification for unbuffered socketsPeter Hartmann2014-04-251-1/+1
* Replace Note: with \note in documentationKurt Pattyn2014-03-131-1/+1
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-071-1/+1
|\
| * QAbstractSocket: make build with debug statements compilePeter Hartmann2014-01-231-1/+1
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-201-3/+5
|\|
| * Clear read- and write buffersKurt Pattyn2014-01-151-3/+5
* | Add SO_SNDBUF and SO_RCVBUF to socket optionsKurt Pattyn2013-12-301-2/+31
* | QAbstractSocket: fix setReadBufferSize from readyRead slot.David Faure2013-12-201-2/+2
|/
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-20/+20
* Add documentation about reconnect attempts.Jonas Gastal2013-08-171-0/+4
* QThread: fix race when setting the eventDispatcherDavid Faure2013-03-221-6/+6
* Doc: Fixed value descriptions for enum QAbstractSocket::SocketError.Marcel Krems2013-02-181-4/+4
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Fix some WS errorsCorentin Jabot2012-12-131-2/+2
* If accept fails, stop accepting new connections and emit error signal.Jonas M. Gastal2012-09-261-0/+2
* Fixed instances of "to to" in qtbase.Samuel Rødal2012-09-241-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Fix network doc links.Frederik Gladhorn2012-09-211-1/+1
* Fix doc errors.Frederik Gladhorn2012-09-211-1/+1
* Remove misleading documentation about QAbstractSocket::bytesWrittenThiago Macieira2012-09-101-4/+3
* QtNetwork: bypass proxy for local connectionsJulien Brianceau2012-09-071-9/+0
* QtNetwork: Handle FD_CLOSE on WindowsMartin Petersson2012-08-011-0/+38
* Replace Q_REGISTER_METATYPE in QAbstractSocket::stateChanged doc.Mitch Curtis2012-07-231-1/+1
* Fix some spelling errorsSergio Ahumada2012-07-111-2/+2
* QAbstractSocket: Enable readNotifier on read from bufferMartin Petersson2012-06-261-0/+7
* QtNetwork: remove double buffering on socketsMartin Petersson2012-06-261-118/+39
* Fix compile warnings with MSVCShane Kearns2012-05-231-2/+1
* Doc: Fix \sa usageMarius Storm-Olsen2012-05-111-1/+1
* Doc: Modularize QtNetwork documentation.Casper van Donderen2012-05-091-5/+5
* Fix more qdoc warnings in qtnetwork.Richard Moore2012-05-061-7/+5
* Rename QAbstractSocket::PauseOnNotify -> PauseOnSslErrorsShane Kearns2012-05-041-4/+4
* QAbstractSocket::waitForConnected check if host name is an IP addressMartin Petersson2012-04-021-1/+10
* Fix QUdpSocket bindMode autotest regressionShane2012-03-151-0/+2
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-021-17/+17
* Test for QT_NO_SSL instead of QT_NO_OPENSSLShane Kearns2012-02-211-3/+3
* Emit QSslSocket::error in case of openssl gives an error.Jonas M. Gastal2012-02-011-0/+4
* Fix crashing debug messageShane Kearns2012-01-301-1/+1
* Make the pause modes a QFlags.Richard Moore2012-01-301-2/+2
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* QAbstractSocket / QSslSocket: add API to pause and resumePeter Hartmann2012-01-251-0/+63