summaryrefslogtreecommitdiffstats
path: root/src/network/socket/qabstractsocket.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make QAbstractSocket's API virtual where needed.Jonas M. Gastal2012-01-241-39/+0
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* qdoc3: Don't put a \table in a \valueMartin Smith2012-01-131-10/+19
* Make QFtp private.Jonas M. Gastal2012-01-121-1/+1
* Make (dis)connectTo(From)Host virtual in QAbstractSocket.Jonas M. Gastal2012-01-091-32/+1
* Make socket descriptors qintptr.Jonas M. Gastal2012-01-051-2/+2
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Emit error if trying to connect while socket is connected or connecting.Jonas M. Gastal2012-01-041-0/+5
* QNetworkAccessManager: fixed foreach copy of host addressMartin Petersson2011-12-221-1/+1
* Add ToS option to sockets.Jonas M. Gastal2011-12-221-0/+21
* Removing unnecessary hidden property "_q_user-agent".Jonas M. Gastal2011-11-241-4/+0
* Remove Symbian support from bind enum documentation.Robin Burchell2011-10-311-7/+0
* Move support for socket binding from QUdpSocket upstream to QAbstractSocket.Robin Burchell2011-10-311-5/+138
* Network - Use isLoopback API in place of existing localhost checksShane Kearns2011-10-241-2/+1
* QAbstractSocket: Always clear old QHostAddress list on a new connect.Martin Petersson2011-07-061-0/+1
* Remove QT3_SUPPORT from networkShane Kearns2011-07-051-79/+0
* Always assume IPv6 supportMarkus Goetz2011-07-041-11/+0
* Add Happy-Eyeballs style IPv6 connection establishing.Martin Petersson2011-07-041-3/+17