summaryrefslogtreecommitdiffstats
path: root/src/network/socket
Commit message (Expand)AuthorAgeFilesLines
* QLocalSocket/Unix: fix aborting the socketv6.2.0-beta2Alex Trotsenko2021-07-242-0/+2
* QLocalSocket/Win: destroy the pipe before emitting final signalsAlex Trotsenko2021-07-151-4/+5
* Consistent indentation for BINDABLE propertiesAndreas Buhr2021-06-242-2/+4
* QHttpSocketEngine: Fix memory leakMårten Nordheim2021-06-091-1/+1
* Consolidate debug string generationAlex Trotsenko2021-05-313-125/+20
* QLocalSocket/Win: fix closed state detection in waitFor...() functionsAlex Trotsenko2021-05-183-17/+21
* QLocalSocket/Win: implement duplex communication in blocking modeAlex Trotsenko2021-05-062-23/+117
* QLocalSocket: declare operators for the SocketOptions flagGiuseppe D'Angelo2021-05-021-0/+2
* QLocalSocket: fix inclusions in namespaced buildsGiuseppe D'Angelo2021-05-021-1/+4
* Add Solaris support in cmake buildNiclas Rosenvik2021-04-211-0/+4
* QWindowsPipe{Reader|Writer}: restructure signalsAlex Trotsenko2021-04-152-6/+33
* Document QLocalSocket::socketOptions as a propertyVolker Hilsheimer2021-04-131-8/+5
* Linux: Add abstract address support for QLocal{Socket,Server}Piotr Mikolajczyk2021-04-017-46/+243
* QLocalSocket/Win: fix possible UB in _q_pipeClosed()Alex Trotsenko2021-03-311-5/+2
* QLocalSocket: fix signal name in docsAlex Trotsenko2021-03-311-1/+1
* QHostAddress: prepare moving NetworkLayerProtocol from QAbstractSocketThiago Macieira2021-03-181-1/+14
* QAbstractSocket: fake a bind(QHostAddress::SpecialAddress)Thiago Macieira2021-03-184-0/+38
* Remove unreachable codeTang Peng2021-03-111-1/+0
* Assert that we have a socketEngine before calling itVolker Hilsheimer2021-02-251-0/+1
* Remove redundant invalid socket checkEdward Welbourne2021-02-182-10/+6
* Shrink the memory footprint of QLocalSocketPrivatePiotr Mikolajczyk2021-02-011-3/+2
* Port QLocalServer to the new property systemTimur Pocheptsov2021-01-275-12/+23
* Remove the qmake project filesJoerg Bornemann2021-01-071-84/+0
* QSocks5SocketEngine: fix reference to dangling dataMårten Nordheim2020-12-041-1/+5
* qsocks5socketengine: use qintptr when referring to socket descsMårten Nordheim2020-12-011-1/+1
* QSocks5SocketEngine: Add missing return on errorMårten Nordheim2020-12-011-0/+4
* QSocks5SocketEngine: Fix out-of-bounds access of QBAMårten Nordheim2020-11-191-3/+1
* Adjust code format, add space after 'if'Zhang Sheng2020-11-162-4/+4
* Doc: Add missing brief statements for \property documentationTopi Reinio2020-11-121-2/+3
* QLocalSocket/Win: prevent writing to broken pipeAlex Trotsenko2020-10-151-0/+6
* QAuthenticator: condition using GSSAPI on credentials availabilityMårten Nordheim2020-09-111-1/+1
* QLocalSocket: Print value OperationError on debug outputMarcel Krems2020-08-291-0/+3
* QAbstractSocket: Resolve remaining Qt6 TODOsMårten Nordheim2020-08-242-41/+4
* QIODevice: implement a "zero-copy" strategy for buffered writesAlex Trotsenko2020-08-202-2/+2
* 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-119-20/+30
* QtNetwork: use Q_DISABLE_COPY_MOVETimur Pocheptsov2020-08-043-3/+3
* QNativeSocketEngine/Win: fix write() in case of splittingAlex Trotsenko2020-07-281-3/+1
* Add ; to Q_UNUSEDLars Schmertmann2020-07-072-7/+7
* Use QList instead of QVector in networkJarek Kobus2020-06-261-3/+3
* Port Q_STATIC_ASSERT(_X) to static_assertGiuseppe D'Angelo2020-06-191-1/+1
* Remove winrtOliver Wolff2020-06-068-2084/+10
* QtNetwork remove deprecated signalsTimur Pocheptsov2020-06-044-28/+0
* MetaObject: Store the QMetaType of the methodsFabian Kosmale2020-06-022-0/+3
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-222-3/+3
|\
| * Introduce QSocketNotifier::activate(QSocketDescriptor, QSN::Type)Mårten Nordheim2020-04-162-3/+3
* | Remove bearermanagement usage inside QNAM and QNetworkProxyMårten Nordheim2020-04-014-48/+4
* | Merge remote-tracking branch 'origin/5.15' into devSimon Hausmann2020-03-164-2/+6
|\|
| * QtNetwork deprecations: suppress internal warningsMårten Nordheim2020-03-124-2/+6