summaryrefslogtreecommitdiffstats
path: root/src/network/socket
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-301-4/+2
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-281-4/+2
| |\
| | * QUdpSocket: Work around WSARecvMsg quirk relating to no control blockThiago Macieira2017-11-251-4/+2
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-231-9/+11
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-091-9/+11
| |\|
| | * QNativeSocketEngine/Win: fix getting the datagram destinationThiago Macieira2017-11-041-9/+11
* | | QAbstractSocket: Add socketOption for the Path MTUThiago Macieira2017-11-146-6/+60
* | | Modernize use of 'http' featureUlf Hermann2017-11-063-5/+12
* | | Remove references to obsolete platformsJake Petroules2017-11-051-3/+0
* | | Merge remote-tracking branch 'origin/5.10' into devAllan Sandfeld Jensen2017-10-242-13/+5
|\| |
| * | QHostInfo: Make getaddrinfo() mandatoryThiago Macieira2017-10-181-10/+0
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-161-3/+5
| |\|
| | * QUdpSocket: make sure receiveDatagram() returns empty on errorThiago Macieira2017-10-071-3/+5
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-10-173-33/+8
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-043-33/+8
| |\|
| | * QAbstractSocket: fix handling of successful connectToHostByName()Alex Trotsenko2017-09-271-4/+8
| | * QAbstractSocket: remove disconnect timerAlex Trotsenko2017-09-203-29/+0
* | | Qt Network: Remove code for Windows < 7Friedemann Kleint2017-09-291-8/+3
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-09-266-29/+39
|\| |
| * | QNativeSocketEngine: Simplify nativeHasPendingDatagrams()Thiago Macieira2017-09-131-11/+3
| * | QNativeSocketEngine: reduce memory usage in nativePendingDatagramSize()Thiago Macieira2017-09-132-9/+29
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-062-8/+3
| |\|
| | * Convert features.socks5 to QT_[REQUIRE_]CONFIGStephan Binner2017-09-062-8/+3
| * | Merge dev into 5.10Frederik Gladhorn2017-09-021-2/+15
| |\ \
| * | | QNativeSocketEngine: disable unused methods about OS socket bufferThiago Macieira2017-09-012-1/+4
* | | | QAbstractSocket: fix printing a debug message on successful connectAlex Trotsenko2017-09-251-3/+2
* | | | QAbstractSocket: optimize skippingAlex Trotsenko2017-09-222-0/+18
* | | | QHttpSocketEngine: replace dummy buffer + read() with skip()Alex Trotsenko2017-09-191-11/+6
* | | | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-197-13/+13
* | | | Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-1911-145/+145
* | | | QLocalSocket: forward skipping to the inner socketAlex Trotsenko2017-09-053-0/+12
| |/ / |/| |
* | | QUdpSocket: use faster ways to get datagram size on Linux and macOSThiago Macieira2017-08-271-2/+15
|/ /
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-151-1/+1
|\|
| * Fix write and read-write ioctls on certain 64-bit OSThiago Macieira2017-08-101-1/+1
* | Merge remote-tracking branch 'origin/5.9' into devOswald Buddenhagen2017-08-022-2/+5
|\|
| * Fix bytesAvailable() on UDP under WindowsAlex Trotsenko2017-07-301-1/+4
| * Fix compilation failing for WinRT with QT_NO_SSLMÃ¥rten Nordheim2017-07-271-1/+1
* | Merge remote-tracking branch 'origin/5.9' into devGabriel de Dietrich2017-07-139-65/+33
|\|
| * Convert features.localserver to QT_[REQUIRE_]CONFIGTimur Pocheptsov2017-07-059-65/+33
* | Make QTcpServerPrivate exportableJesus Fernandez2017-07-051-1/+2
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-043-6/+6
|\|
| * Respect the application and system configuration settings for the proxyAndy Shaw2017-06-301-1/+1
| * QNativeSocketEnginePrivate::nativeAccept(): Add missing breakFriedemann Kleint2017-06-281-0/+1
| * winrt: Fix build for Windows Kit 10.0.10586.0Oliver Wolff2017-06-281-5/+4
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-072-30/+10
|\|
| * winrt: Get rid of one deferral when handling socket dataOliver Wolff2017-06-022-30/+10
* | Add QLocalServer::socketDescriptorJesus Fernandez2017-06-062-0/+42
* | More info in QLocalSocket::socketDescriptorJesus Fernandez2017-06-061-0/+14
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-05-292-151/+166
|\|
| * winrt: Move handling of new socket connections into workerOliver Wolff2017-05-232-151/+166