summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* QNativeSocketEngine: allocate more space for the ancillary dataAlex Trotsenko2015-10-211-1/+5
* Doc: Update examplesinstallpath to include the repository nameTopi Reinio2015-10-211-1/+1
* winrt: Properly handle when a remote host closes a tcp connection.Oliver Wolff2015-10-161-2/+33
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-131-2/+4
|\
| * QAbstractSocket: fix writing to socket in HostLookup stateAlex Trotsenko2015-10-131-4/+5
* | Don't let closed http sockets pass as valid connectionsUlf Hermann2015-10-131-1/+6
* | Libraries: Fix single-character string literals.Friedemann Kleint2015-10-1310-13/+13
* | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-0222-122/+269
|\|
| * Network: Use QFile::encodeName for POSIX paths instead of toLatin1Dāvis Mosāns2015-09-272-14/+15
| * Make sure networkAccessibilityChanged is emittedLorn Potter2015-09-262-24/+60
| * Abort underlying socket when aborting QNetworkReplySebastian Lösch2015-09-266-3/+45
| * QNAM: Assign proper channel before sslErrors() emissionMarkus Goetz2015-09-221-0/+2
| * QNativeSocketEngine: fix SO_REUSEPORT problems on LinuxAlexander Rössler2015-09-221-1/+1
| * Windows socket engine: do not discard datagram on critical failureAlex Trotsenko2015-09-101-16/+21
| * QUdpSocket: avoid infinite read notifier blockingAlex Trotsenko2015-09-101-9/+3
| * Fix hang in qnam when disconnectingLorn Potter2015-09-074-0/+34
| * Fix compilation with QNETWORKACCESSHTTPBACKEND_DEBUG enabledDavid Faure2015-09-041-2/+2
| * Doc: Corrected link issues in qtbaseNico Vertriest2015-09-043-6/+3
| * WinRT: Unregister callbacks when socket engine is destroyedOliver Wolff2015-09-032-4/+11
| * WinRT: Do not try to read from TCP inputstream in case of UDPOliver Wolff2015-09-031-0/+3
| * Fixed connectToHostOliver Wolff2015-09-032-27/+48
| * Doc: Improve documentation for QAuthenticatorKai Koehne2015-09-011-17/+22
* | Fix missing "We mean it" in qtbase private headersThiago Macieira2015-10-011-0/+11
* | Remove unnecessary null-pointer checkThiago Macieira2015-09-281-2/+1
* | Doc: fixed links to qmake documentationNico Vertriest2015-09-251-1/+1
* | Mark QHostAddress relocatableThiago Macieira2015-09-221-0/+1
* | Add an option to skip the generic bearer engineTimur Pocheptsov2015-09-221-2/+10
* | Clean up some Apple-related includes and declarations.Jake Petroules2015-09-222-0/+5
* | QtNetwork documentation: Emphasize QTcpServer::addPendingConnection().Friedemann Kleint2015-09-212-1/+6
* | QAbstractSocket: Consolidate error reportingKai Koehne2015-09-148-188/+133
* | QNetworkInterface: get a friendlier (but not too friendly) nameThiago Macieira2015-09-132-1/+20
* | Use the actual iphlpapi.dll and its headersThiago Macieira2015-09-133-293/+23
* | Declare QNetworkAddressEntry and QNetworkInterface as metatypesThiago Macieira2015-09-131-0/+3
* | QAbstractSocket: Always set errorString right after socketErrorKai Koehne2015-09-021-1/+1
* | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-08-269-51/+107
|\|
| * QNAM: Fix reply deadlocks on server closing connectionMarkus Goetz2015-08-202-1/+10
| * Merge "Merge remote-tracking branch 'origin/5.4' into 5.5" into refs/staging/5.5Oswald Buddenhagen2015-08-128-46/+89
| |\
| | * Merge remote-tracking branch 'origin/5.4' into 5.5Oswald Buddenhagen2015-07-178-46/+89
| | |\
| | | * Network: Fix up previous corruption patchMarkus Goetz2015-07-088-46/+89
| * | | Add env variable to control bearer backend polling timers.Lorn Potter2015-08-061-4/+8
* | | | Remove vestiges of Qt's own sockaddr_in6 and sockaddr_storageThiago Macieira2015-08-225-48/+13
* | | | QNativeSocketEngine Unix: do the same as for WindowsThiago Macieira2015-08-223-117/+57
* | | | QNativeSocketEngine Windows: bring bind() in line with UnixThiago Macieira2015-08-221-25/+19
* | | | QNativeSocketEngine Windows: simplify the conversion to struct sockaddrThiago Macieira2015-08-222-35/+20
* | | | QNativeSocketEngine: add code to send extra IP header dataThiago Macieira2015-08-222-0/+116
* | | | QNativeSocketEngine: add code to receive IP header dataThiago Macieira2015-08-225-13/+169
* | | | QNativeSocketEngine: use sendmsg/recvmsg instead of sendto/recvfromThiago Macieira2015-08-224-88/+142
* | | | QAbstractSocketEngine: introduce QIpPacketHeader for datagramsThiago Macieira2015-08-2212-77/+138
* | | | QHostAddress: Improve code generationThiago Macieira2015-08-191-47/+52
* | | | Merge dev into 5.6Oswald Buddenhagen2015-08-173-5/+3
|\ \ \ \