summaryrefslogtreecommitdiffstats
path: root/src/network/socket/qnativesocketengine_winrt.cpp
Commit message (Expand)AuthorAgeFilesLines
* WinRT: Fix crash in native socket engine during closeMårten Nordheim2019-05-081-1/+7
* winrt: socket engine: Replace last occurrences of old connect syntaxOliver Wolff2018-04-061-3/+6
* winrt: Properly deinitialize socket on connection failureOliver Wolff2018-04-061-0/+1
* winrt: process pending data before closing a socket connectionOliver Wolff2018-04-061-6/+20
* winrt: Fetch connection parameters when connection is successfulOliver Wolff2018-03-231-0/+1
* winrt: Remove partially read datagrams from queueOliver Wolff2018-03-231-6/+2
* winrt: Add initial setting of options and additional state checksOliver Wolff2018-03-231-2/+92
* winrt: Remove unneeded functionOliver Wolff2018-03-231-35/+0
* winrt: Rework socket handlingOliver Wolff2018-03-231-82/+112
* QAbstractSocket: Add socketOption for the Path MTUThiago Macieira2017-11-141-0/+2
* Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-1/+1
* Fix compilation failing for WinRT with QT_NO_SSLMårten Nordheim2017-07-271-1/+1
* winrt: Fix build for Windows Kit 10.0.10586.0Oliver Wolff2017-06-281-5/+4
* winrt: Get rid of one deferral when handling socket dataOliver Wolff2017-06-021-27/+10
* winrt: Move handling of new socket connections into workerOliver Wolff2017-05-231-117/+129
* Remove support for WinRT 8.1 and Windows Phone 8.1Maurice Kalinowski2017-01-181-2/+0
* winrt: Change the way tcp packets are handledOliver Wolff2016-12-061-182/+274
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-241-9/+7
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-231-6/+5
| |\
| | * qnativesocketengine_winrt - do not shadow a variableTimur Pocheptsov2016-11-221-6/+5
* | | winrt: Add support for Windows Information ProtectionMaurice Kalinowski2016-11-231-1/+67
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-161-1/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-151-3/+10
| |\|
| | * winrt: Proper guarding by readMutexOliver Wolff2016-11-081-3/+10
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-081-1/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-041-1/+1
| |\|
| | * winrt: Fixed assignment of readOrigin in readDatagramOliver Wolff2016-11-021-1/+1
* | | winrt: Remove static mutex that protected handleReadyReadOliver Wolff2016-11-031-3/+0
* | | winrt: Guard pendingReadOps with mutexOliver Wolff2016-11-031-0/+7
* | | winrt: Proper guarding by readMutexOliver Wolff2016-11-031-5/+7
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-011-2/+4
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-221-2/+4
| |\|
| | * winrt: Added timeout for cancellation of socket read operationOliver Wolff2016-10-201-2/+4
* | | winrt: Do not lose initial data for TCP connectionsOliver Wolff2016-10-141-8/+26
* | | winrt: tcpsocket: Update bytesAvailable when new data is readHarald Meyer2016-10-121-2/+5
* | | winrt: Rework handling of udp datagramsOliver Wolff2016-10-121-12/+96
* | | winrt: Fix build without SSL supportMaurice Kalinowski2016-09-071-0/+2
* | | Introduce SCTP sockets supportAlex Trotsenko2016-07-271-0/+16
|/ /
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-201-33/+57
|\|
| * WinRT: Avoid asserts in socket function with bool return valuesOliver Wolff2016-06-131-9/+14
| * WinRT: fixed error reporting of QNativeSocketEngine::initializeOliver Wolff2016-06-131-14/+6
| * WinRT: Proper error handling in socket engine's "bind"Oliver Wolff2016-06-131-10/+37
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-061-16/+14
|\|
| * WinRT: Rename connectToHost/handleConnectionEstablishedOliver Wolff2016-06-041-15/+10
| * WinRT: Early return in case of network errorOliver Wolff2016-06-041-4/+4
| * Merge remote-tracking branch 'origin/5.6.1' into 5.6Liang Qi2016-06-021-1/+4
| |\
| | * WinRT: Do not assert on socket closeOliver Wolff2016-05-201-1/+4
* | | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-191-12/+22
|\| |
| * | Merge remote-tracking branch 'origin/5.6.1' into 5.6Liang Qi2016-05-191-14/+16
| |\|
| | * WinRT: Do not try to cancel IO for udp sockets on socket closeOliver Wolff2016-05-181-10/+12