summaryrefslogtreecommitdiffstats
path: root/src/network/socket/qabstractsocket.cpp
Commit message (Expand)AuthorAgeFilesLines
* QAbstractSocket: avoid unspecified behavior in writing on TCPAlex Trotsenko2016-10-271-2/+2
* QAbstractSocket: replace a reference to outdated state in documentationAlex Trotsenko2016-08-251-6/+6
* Doc: Change instances of '(Mac) OS X' to 'macOS'Topi Reinio2016-08-121-2/+2
* QAbstractSocket:waitForReadyRead(): fix handling UDPAlex Trotsenko2016-04-231-1/+1
* QAbstractSocket: fix a possible crash in waitForReadyRead()Alex Trotsenko2016-03-021-4/+3
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2016-01-191-1/+2
|\
| * QAbstractSocket: do not enable read notifications on TCP in bind()Alex Trotsenko2015-12-241-1/+2
* | Fix documentation for ReuseAddressHint on Unix.David Faure2016-01-111-2/+2
* | Compile-fix: add missing declaration in debug.Edward Welbourne2015-10-301-0/+4
* | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-131-2/+4
|\|
| * QAbstractSocket: fix writing to socket in HostLookup stateAlex Trotsenko2015-10-131-4/+5
* | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-021-9/+3
|\|
| * QUdpSocket: avoid infinite read notifier blockingAlex Trotsenko2015-09-101-9/+3
* | Remove unnecessary null-pointer checkThiago Macieira2015-09-281-2/+1
* | QAbstractSocket: Consolidate error reportingKai Koehne2015-09-141-56/+54
* | QAbstractSocket: Always set errorString right after socketErrorKai Koehne2015-09-021-1/+1
* | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-08-261-1/+6
|\|
| * Merge remote-tracking branch 'origin/5.4' into 5.5Oswald Buddenhagen2015-07-171-1/+6
| |\
| | * Network: Fix up previous corruption patchMarkus Goetz2015-07-081-1/+6
* | | QAbstractSocket::canReadLine(): remove code duplicationAlex Trotsenko2015-08-131-2/+2
* | | 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