summaryrefslogtreecommitdiffstats
path: root/src/network/socket/qabstractsocket.cpp
Commit message (Expand)AuthorAgeFilesLines
* QAbstractSocket: Resolve remaining Qt6 TODOsMårten Nordheim2020-08-241-34/+1
* QIODevice: implement a "zero-copy" strategy for buffered writesAlex Trotsenko2020-08-201-1/+1
* Remove QSslSocket::abort()Alex Trotsenko2020-08-201-11/+0
* Make QAbstractSocket::abort() behavior unambiguousAlex Trotsenko2020-08-191-2/+0
* Introduce QIODevice::skipData()Alex Trotsenko2020-08-111-5/+8
* Remove winrtOliver Wolff2020-06-061-7/+2
* QtNetwork remove deprecated signalsTimur Pocheptsov2020-06-041-10/+0
* Remove bearermanagement usage inside QNAM and QNetworkProxyMårten Nordheim2020-04-011-31/+4
* QtNetwork deprecations: suppress internal warningsMårten Nordheim2020-03-121-0/+2
* QAbstractSocket: deprecate 'error' signal, use 'errorOccurred' insteadAlexander Akulich2020-02-271-11/+23
* Revert "QAbstractSocket: deprecate 'error' member-function"Alexander Akulich2020-02-261-24/+5
* QAbstractSocket: Use constructor delegationv5.15.0-beta1Alexander Akulich2020-02-221-6/+1
* QNetworkAccessManager: deprecate bearer related functionsMårten Nordheim2020-01-301-5/+8
* QHostInfo: Remove useless codeMårten Nordheim2020-01-151-14/+7
* QAbstractSocket: deprecate 'error' member-functionTimur Pocheptsov2020-01-101-5/+24
* Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-3/+3
* Make QObjectPrivate::threadData a proper atomicGiuseppe D'Angelo2019-11-131-4/+4
* Clarify Q{Abstract,Local}Socket::waitForDisconnected() documentationKari Oikarinen2019-11-011-5/+6
* Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-041-1/+1
|\
| * Doc: fix typo in QAbstractSocket::bind documentationSamuel Gaist2019-01-031-1/+1
* | Add a means to specify the protocol type, to aid websockets over proxyAndy Shaw2018-12-101-1/+33
|/
* Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-11-191-6/+4
|\
| * QAbstractSocket::Bind: clarify some detailsEdward Welbourne2018-11-091-6/+4
* | QAbstractSocket - protect against the broken invariantTimur Pocheptsov2018-06-271-1/+4
|/
* Merge remote-tracking branch 'origin/5.10' into devLars Knoll2018-01-021-0/+4
|\
| * QAbstractSocket: clear error code to match the error descriptionAlex Trotsenko2017-12-061-0/+4
* | QAbstractSocket: Add socketOption for the Path MTUThiago Macieira2017-11-141-0/+13
* | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-10-171-30/+8
|\|
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-041-30/+8
| |\
| | * QAbstractSocket: fix handling of successful connectToHostByName()Alex Trotsenko2017-09-271-4/+8
| | * QAbstractSocket: remove disconnect timerAlex Trotsenko2017-09-201-26/+0
* | | QAbstractSocket: fix printing a debug message on successful connectAlex Trotsenko2017-09-251-3/+2
* | | QAbstractSocket: optimize skippingAlex Trotsenko2017-09-221-0/+15
|/ /
* / winrt: Use hostnames for socket connectionsOliver Wolff2017-04-101-5/+8
|/
* doc: Fix all remaining "Cannot tie" errors in QtBaseMartin Smith2017-01-061-1/+0
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-131-4/+9
|\
| * winrt: Add support for Windows Information ProtectionMaurice Kalinowski2016-11-231-4/+9
* | Add configurable connect timeout for QAbstractSocketSamuel Gaist2016-11-291-8/+23
* | QAbstractSocket: print error message before emitting the signalAlex Trotsenko2016-11-021-2/+2
|/
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-011-2/+2
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-311-2/+2
| |\
| | * QAbstractSocket: avoid unspecified behavior in writing on TCPAlex Trotsenko2016-10-271-2/+2
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-08-291-6/+6
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-291-6/+6
| |\|
| | * QAbstractSocket: replace a reference to outdated state in documentationAlex Trotsenko2016-08-251-6/+6
* | | Micro-optimize QAbstractSocketPrivate::canReadNotification()Alex Trotsenko2016-08-191-13/+8
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-161-9/+13
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-131-2/+2
| |\|
| | * Doc: Change instances of '(Mac) OS X' to 'macOS'Topi Reinio2016-08-121-2/+2
| * | QAbstractSocket: prevent waitForReadyRead() from early exitAlex Trotsenko2016-08-111-7/+11