summaryrefslogtreecommitdiffstats
path: root/src/network/socket/qnativesocketengine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove qDeleteInEventHandlerTor Arne Vestbø2023-12-141-3/+3
* QAbstractSocketEngine: port to QDeadlineTimerAhmad Samir2023-10-071-12/+12
* QtNetwork: Split out QNativeSocketEnginePrivateFriedemann Kleint2023-02-021-1/+1
* Make sockets' accept() methods return qintptrMårten Nordheim2022-08-241-3/+3
* Use SPDX license identifiersLucie Gérard2022-05-161-39/+3
* QtNetwork: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-04-211-7/+9
* wasm: implement host lookup for socket tunnelingMorten Johan Sørvig2021-12-151-0/+2
* network: Fix typos in source code commentsJonas Kvinge2021-10-121-1/+1
* Allow to set TCP network listen(2) backlogDaniel Nicoletti2021-07-191-6/+2
* Adjust code format, add space after 'if'Zhang Sheng2020-11-161-1/+1
* Remove winrtOliver Wolff2020-06-061-1/+1
* Merge remote-tracking branch 'origin/dev' into merge-devLeander Beernaert2020-01-241-9/+9
|\
| * Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-6/+6
| * Make QObjectPrivate::threadData a proper atomicGiuseppe D'Angelo2019-11-131-3/+3
* | Merge commit 'dev' into 'wip/cmake-merge'Tobias Hunger2019-04-161-4/+4
|\|
| * QtGui/Network/OpenGl/Widgets/Xml: use \nullptr in documentationChristian Ehrlicher2019-02-201-4/+4
* | Fix Windows buildAlexandru Croitor2019-03-181-0/+2
|/
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-201-1/+1
|\
| * QNativeSocketEngine: fix typo in warning messageAlex Trotsenko2018-01-201-1/+1
* | doc: Remove qdoc marker from inside #if 0 blockMartin Smith2018-01-181-4/+4
|/
* QNativeSocketEngine: disable unused methods about OS socket bufferThiago Macieira2017-09-011-1/+2
* Respect the application and system configuration settings for the proxyAndy Shaw2017-06-301-1/+1
* Fix build when SCTP is enabledThiago Macieira2017-04-061-0/+4
* QNativeSocketEngine - set query type in checkProxyTimur Pocheptsov2017-02-231-2/+26
* Doc: Normalize \since usageTopi Reinio2017-01-311-2/+6
* Add missing override into Qt modulesAlexander Volkov2016-12-011-3/+3
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-011-0/+4
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-311-0/+4
| |\
| | * QAbstractSocket: avoid unspecified behavior in writing on TCPAlex Trotsenko2016-10-271-0/+4
* | | Introduce SCTP sockets supportAlex Trotsenko2016-07-271-8/+32
* | | QNativeSocketEngine/Win: fetch connection parameters only onceAlex Trotsenko2016-07-081-40/+44
* | | Long live QNetworkDatagram!Thiago Macieira2016-06-201-1/+1
|/ /
* | QtNetwork: Remove documentation references to QUdpDatagram.Friedemann Kleint2016-04-011-1/+1
* | Integrate network sockets into the multichannel infrastructureAlex Trotsenko2016-03-011-0/+1
* | Merge "Merge remote-tracking branch 'origin/5.6' into dev" into refs/staging/devLiang Qi2016-01-261-0/+6
|\ \
| * | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-211-0/+6
| |\|
| | * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2016-01-191-0/+6
| | |\
| | | * Do not discard WSAECONNRESET error code from UDP under WindowsAlex Trotsenko2016-01-041-0/+6
* | | | Add Intel copyright to files that Intel has had non-trivial contributionThiago Macieira2016-01-211-0/+1
|/ / /
* / / Updated license headersJani Heikkinen2016-01-151-14/+20
|/ /
* | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-11-271-17/+19
|\|
| * Fix build with 'udpsocket' feature disabledAlex Trotsenko2015-11-141-17/+19
* | QNativeSocketEngine: add code to receive IP header dataThiago Macieira2015-08-221-7/+12
* | QAbstractSocketEngine: introduce QIpPacketHeader for datagramsThiago Macieira2015-08-221-13/+35
* | Merge the multiple implementations of getting the local hostnameThiago Macieira2015-08-131-4/+3
* | Set the socketType and socketProtocol earlyThiago Macieira2015-08-101-2/+0
|/
* Adjust the socket address family before bind()/connect()/sendto()Thiago Macieira2015-03-041-3/+35
* Fix bind+connect in both TCP and UDPThiago Macieira2015-03-041-2/+8
* Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-241-8/+0
|\
| * Save two system calls for setting a socket non-blocking on LinuxThiago Macieira2015-02-151-8/+0