summaryrefslogtreecommitdiffstats
path: root/src/network/socket
Commit message (Expand)AuthorAgeFilesLines
* 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.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
* | 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
|\ \
| * | QUdpSocket: use faster ways to get datagram size on Linux and macOSThiago Macieira2017-08-271-2/+15
* | | QNativeSocketEngine: disable unused methods about OS socket bufferThiago Macieira2017-09-012-1/+4
|/ /
* | 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
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-05-071-2/+9
|\|
| * Fix build without features.networkproxyTasuku Suzuki2017-04-281-2/+9
* | winrt: Use hostnames for socket connectionsOliver Wolff2017-04-101-5/+8
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-073-1/+12
|\|
| * Fix GCC warning about dereferencing type-punned pointersThiago Macieira2017-04-061-1/+2
| * Fix build when SCTP is enabledThiago Macieira2017-04-061-0/+4
| * Fix build without features.networkinterfaceTasuku Suzuki2017-04-042-0/+6
* | Remove superfluous handle assignment in QLocalSocket::connectToServer()Benjamin Terrier2017-04-051-3/+1
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-023-10/+46
|\|
| * Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-242-8/+20
| |\
| | * Fix multicastMembershipHelper to not assume addresses are IPv4Edward Welbourne2017-02-222-8/+20
| * | QNativeSocketEngine - set query type in checkProxyTimur Pocheptsov2017-02-231-2/+26
* | | Join two else/if lines that were left splitEdward Welbourne2017-02-212-5/+2
|/ /
* | Make some atomic counters zero-basedMarc Mutz2017-02-151-2/+6
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-083-16/+6
|\|
| * QSocks5SocketEngine: stop polling on UDPAlex Trotsenko2017-02-012-14/+0
| * Doc: Normalize \since usageTopi Reinio2017-01-311-2/+6
* | Use std::enable_if instead of QEnableIfAlexander Volkov2017-01-271-2/+2
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-251-4/+2
|\|