summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Liang Qi2015-11-274-113/+336
|\
| * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-11-274-113/+336
| |\
| | * Secure Transport - make it work on OS X 10.7Timur Pocheptsov2015-11-231-79/+212
| | * Secure Transport backend - make it work on OS X 10.7Timur Pocheptsov2015-11-232-13/+103
| | * Fix build with 'udpsocket' feature disabledAlex Trotsenko2015-11-142-22/+26
| | * Don't let closed http sockets pass as valid connectionsUlf Hermann2015-11-051-1/+6
* | | winrt: Make error messages of QNativeSocketEngine more verbose.Friedemann Kleint2015-11-271-7/+28
* | | Do not try to connect to null object if bearer plugin is missingJoni Poikelin2015-11-271-2/+4
|/ /
* | Use standard error handling in qhostinfo_winrt.cppOliver Wolff2015-11-191-9/+19
* | 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
* | 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
* | 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
* | 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