summaryrefslogtreecommitdiffstats
path: root/src/network/socket/qabstractsocket.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-011-2/+2
|\
| * Replace MAC OS X with OS XNico Vertriest2015-06-301-2/+2
* | QAbstractSocket: remove unused memberAlex Trotsenko2015-05-261-1/+0
* | QAbstractSocket: virtualize options settingAlex Trotsenko2015-04-131-0/+8
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-081-8/+8
|\|
| * QAbstractSocket: fix some 64-bit issues in debug codeAlex Trotsenko2015-04-071-8/+8
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-061-19/+5
|\|
| * Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-03-311-19/+5
| |\
| | * Introduce qt_subtract_from_timeout to reduce code duplication.Daniel Teske2015-03-091-19/+5
* | | Make QRingBuffer a 64-bit safeAlex Trotsenko2015-03-121-4/+4
|/ /
* | 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