summaryrefslogtreecommitdiffstats
path: root/src/network/socket
Commit message (Expand)AuthorAgeFilesLines
* QLocalSocket: reorder device closingAlex Trotsenko2021-09-212-2/+4
* Q{LocalSocket|Process}/Win: handle write errorsAlex Trotsenko2021-09-182-0/+13
* QWindowsPipeWriter: do not clear the buffer in thread pool callbackAlex Trotsenko2021-09-181-1/+1
* Doc: Update a link to Windows SocketsLuca Di Sera2021-09-101-1/+1
* Move QNAM's http header parsing into separate classØystein Heskestad2021-09-091-1/+1
* Doc: Fix documentation warnings for Qt NetworkTopi Reinio2021-09-081-1/+4
* Doc: mark documentation of internal functions as such to silence qdocVolker Hilsheimer2021-09-061-0/+2
* QLocalSocket/Win: fix waitFor...() functions for write-only socketAlex Trotsenko2021-09-021-8/+36
* QLocalSocket: always open outer QIODevice in unbuffered modeAlex Trotsenko2021-08-012-1/+3
* QLocalSocket: do not emit aboutToClose() twiceAlex Trotsenko2021-08-012-2/+0
* Allow to set Local Socket listen(2) backlogDaniel Nicoletti2021-07-278-14/+46
* QLocalSocket/Win: allow delayed close to workAlex Trotsenko2021-07-252-16/+9
* QLocalSocket/Win: do not close the device on disconnectFromServer()Alex Trotsenko2021-07-241-5/+7
* QLocalSocket/Win: do not flush the pipe in disconnectFromServer()Alex Trotsenko2021-07-241-1/+0
* QLocalSocket: call abort() instead of close() on destructionAlex Trotsenko2021-07-243-13/+9
* QLocalSocket/Win: remove unnecessary call to setWriteChannelCount()Alex Trotsenko2021-07-241-1/+0
* QLocalSocket/Win: remove dead code in disconnectFromServer()Alex Trotsenko2021-07-241-8/+0
* QLocalSocket/Unix: fix aborting the socketAlex Trotsenko2021-07-242-0/+2
* Allow to set TCP network listen(2) backlogDaniel Nicoletti2021-07-1910-13/+44
* QLocalSocket/Win: destroy the pipe before emitting final signalsAlex Trotsenko2021-07-141-4/+5
* QLocalServer/Unix: don't allocate QTemporaryDir just to make it optional<>Marc Mutz2021-07-121-2/+4
* Fix some documentation warningsAndreas Buhr2021-07-121-1/+1
* QLocalSocket/Win: reimplement skipData() functionAlex Trotsenko2021-07-081-1/+6
* QLocalSocket/Win: fix typo in function nameAlex Trotsenko2021-07-071-3/+3
* QLocalSocket: reimplement readLineData() functionAlex Trotsenko2021-07-065-9/+51
* Consistent indentation for BINDABLE propertiesAndreas Buhr2021-06-242-2/+4
* SCTP: fix qsizetype missThiago Macieira2021-06-231-2/+2
* QLocalSocket/Win: simplify flush()Alex Trotsenko2021-06-191-4/+2
* QNativeSocketEngine: Delete old win7 compat codeMårten Nordheim2021-06-141-31/+3
* QLocalSocket/Win: avoid double buffering on writeAlex Trotsenko2021-06-092-31/+11
* 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