summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* Fix for a native socket engine on WindowsTimur Pocheptsov2015-11-161-0/+7
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-0411-32/+36
|\
| * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-11-041-2/+3
| |\
| | * Check if the session is valid before connecting to itAndy Shaw2015-10-271-2/+3
| * | Doc: replaced mentions of deprecated functionNico Vertriest2015-11-031-10/+9
| * | 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
* | | Better debug info for the "_q_startOperation was called more than once" warningsAlbert Astals Cid2015-10-282-2/+2
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-233-4/+39
|\| |
| * | 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
* | | Secure Transport SSL backend - add a missing cipher suiteTimur Pocheptsov2015-10-221-0/+7
* | | Add QNetworkInterface::interface{IndexFromName,NameFromIndex}Thiago Macieira2015-10-159-40/+162
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-1429-141/+305
|\| |
| * | 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
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-09-2541-1132/+1077
|\| |
| * | 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