summaryrefslogtreecommitdiffstats
path: root/src/network/socket
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-235-25/+53
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-192-13/+23
| |\
| | * 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-172-12/+20
| | |/
| * | QLocalSocket/Win: Use QIODevice's internal write bufferJoerg Bornemann2016-05-172-3/+2
| * | QLocalSocket/Win: use QRingBuffer::appendJoerg Bornemann2016-05-171-2/+1
| * | QHttpSocketEngine: set error on unsupported operationsAlex Trotsenko2016-05-121-7/+27
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-1212-104/+140
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-064-25/+33
| |\|
| | * Avoid use of v4-mapped QHostAddress::AnyIPv4 local address on WindowsAlex Trotsenko2016-05-041-0/+13
| | * QNativeSocketEngine: fix build in debug mode under WindowsAlex Trotsenko2016-05-021-7/+9
| | * QWindowsPipeWriter: ensure validity of the write bufferAlex Trotsenko2016-04-303-18/+11
| * | QtNetwork: eradicate Q_FOREACH loops [rvalues]Marc Mutz2016-05-042-3/+5
| * | Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Liang Qi2016-04-271-1/+1
| |\ \
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-271-1/+1
| | |\|
| | | * QAbstractSocket:waitForReadyRead(): fix handling UDPAlex Trotsenko2016-04-231-1/+1
| * | | QtNetwork: use const (and const APIs) moreAnton Kudryavtsev2016-04-272-2/+2
| |/ /
| * | Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Liang Qi2016-04-262-66/+92
| |\ \
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-252-66/+92
| | |\|
| | | * WinRT: Removed superfluous callback that handles completed bindsOliver Wolff2016-04-132-8/+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-132-48/+78
| * | | QtNetwork: eradicate Q_FOREACH loops [const-& returns]Marc Mutz2016-04-251-1/+1
| * | | QtNetwork: eradicate Q_FOREACH loops [needing qAsConst()]Marc Mutz2016-04-252-2/+2
| |/ /
| * | QtNetwork: replace Java-style iteratorsAnton Kudryavtsev2016-04-191-4/+4
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-031-53/+69
|\| |
| * | 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
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-04-111-4/+0
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-071-4/+0
| |\|
| | * Remove superfluous includes from qlocalsocket_win.cppJoerg Bornemann2016-04-061-4/+0
* | | Rework toggling the state of read notifier on unbuffered socketAlex Trotsenko2016-04-073-3/+13
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-04-056-16/+46
|\| |
| * | QtNetwork: Remove documentation references to QUdpDatagram.Friedemann Kleint2016-04-011-1/+1
| * | Adjust include file for native sockets on INTEGRITY.Rolland Dudemaine2016-03-311-0/+3
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Simon Hausmann2016-03-244-15/+42
| |\|
| | * Add a write buffer to QLocalSocket/WinJoerg Bornemann2016-03-243-14/+41
| | * Fix typo in QLocalServer documentationSimon Hausmann2016-03-241-1/+1
* | | QAbstractSocket: simplify connect timer handlingAlex Trotsenko2016-04-031-15/+3
* | | QtNetwork: Remove Windows CE.Friedemann Kleint2016-03-294-68/+7
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-03-2212-65/+138
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-212-31/+40
| |\|
| | * Make QWindowsPipeWriter thread-free.Joerg Bornemann2016-03-171-1/+0
| | * QLocalServer/Win: Fix race condition in listen().Joerg Bornemann2016-03-101-30/+40
| * | QAbstractSocket: do not fail writing on read buffer overflowAlex Trotsenko2016-03-181-4/+5
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-111-4/+3
| |\|