summaryrefslogtreecommitdiffstats
path: root/src/network/socket/qnativesocketengine_winrt.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | winrt: Fix potential crash when reading closed socketsMaurice Kalinowski2016-05-171-11/+19
| |/
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-251-65/+91
|\|
| * WinRT: Removed superfluous callback that handles completed bindsOliver Wolff2016-04-131-7/+0
| * winrt: Register for socket reads for correct socket engineOliver Wolff2016-04-131-29/+32
| * winrt: Remove superfluous socketDescriptor assignmentOliver Wolff2016-04-131-1/+0
| * winrt: only emit readRead signal if the notifyOnRead flag is setOliver Wolff2016-04-131-2/+4
| * winrt: Cancel pending read operations before tcp sockets are closedOliver Wolff2016-04-131-48/+77
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-131-53/+69
|\|
| * winrt: Use correct socket error on socket closeOliver Wolff2016-04-111-2/+2
| * winrt: fix callbacks by moving them to the xaml threadOliver Wolff2016-04-111-51/+67
* | Integrate network sockets into the multichannel infrastructureAlex Trotsenko2016-03-011-0/+4
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-261-1/+1
|\|
| * winrt: Fix potential crash in readDatagramMaurice Kalinowski2016-01-211-1/+1
* | Updated license headersJani Heikkinen2016-01-151-14/+20
|/
* WinRT: Set TemporaryError in QNativeSocketEngine::accept() when no connection...Friedemann Kleint2015-12-071-1/+3