summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* Compile-fix: add missing declaration in debug.Edward Welbourne2015-10-301-0/+4
* QtNetwork: convert some QDateTime::currentDateTime() to currentDateTimeUtc()Marc Mutz2015-10-274-5/+8
* QNetworkReplyHttpImpl: convert some QDateTime::currentDateTime() to currentDa...Marc Mutz2015-10-271-2/+2
* Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Liang Qi2015-10-263-5/+6
|\
| * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-233-5/+6
| |\
| | * Doc: Edit description of QSslSocket::AddCaCertificates()Topi Reinio2015-10-233-5/+6
* | | QNetworkAccessCache: convert QDateTime::currentDateTime() to currentDateTimeU...Marc Mutz2015-10-261-3/+3
|/ /
* | QNativeSocketEngine: declare PacketHeaderOption enum as a bit fieldAlex Trotsenko2015-10-231-3/+3
* | QIpPacketHeader: correct the type of hopLimit memberAlex Trotsenko2015-10-231-1/+1
* | Convert some QDateTime::currentDateTime() to currentDateTimeUtc() (I)Marc Mutz2015-10-231-1/+1
* | 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