summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
...
| * | winrt: Set error if host cannot be found in QHostInfoAgent::fromNameOliver Wolff2015-11-191-1/+6
| * | winrt: no assert when device is in airplane mode/has no internet connectionOliver Wolff2015-11-191-0/+3
| * | QNAM: clean the channel request data on server disconnectAlex Trotsenko2015-11-181-0/+4
* | | Remove remaining support for BlackberryLouai Al-Khanji2015-11-216-341/+0
* | | QAbstractSocket: simplify a check for data availabilityAlex Trotsenko2015-11-191-8/+1
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-185-168/+219
|\| |
| * | winrt: Fixed listening to tcp socketOliver Wolff2015-11-181-3/+7
| * | winrt: Clean up QNativeSocketEngineOliver Wolff2015-11-121-110/+112
| * | winrt: Also list current profile in QNetworkInterface::allInterfacesOliver Wolff2015-11-091-52/+94
| * | QNativeSocketEngine: fix build in debug mode under UnixAlex Trotsenko2015-11-091-4/+7
| * | Make UnknownAccessibility not block requestsLorn Potter2015-11-062-2/+3
* | | 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