summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* Haiku: Fix compilation of network libraryTobias Koenig2015-12-081-0/+4
* Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2015-12-082-4/+6
|\
| * WinRT: Set TemporaryError in QNativeSocketEngine::accept() when no connection...Friedemann Kleint2015-12-071-1/+3
| * Doc: Added missing semicolons to snippetNico Vertriest2015-12-031-3/+3
* | Properly set (sa|sin|sin6)_len on Unix systems that need itThiago Macieira2015-12-052-0/+14
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-0211-139/+385
|\|
| * QDnsLookup: fix grammar in a user-visible stringMarc Mutz2015-11-281-2/+2
| * QNAM Fix error messageDaniel Molkentin2015-11-281-2/+2
| * QtBase: remove explicit function info from qWarning() etcMarc Mutz2015-11-285-21/+21
| * 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 Q_UNLIKELY for every qFatal()/qCritical()Marc Mutz2015-11-293-6/+6
* | | QHttpSocketEngine: remove unused membersAlex Trotsenko2015-11-262-6/+0
* | | qsslsocket_shared_mac - fix a warning and compilation errorsTimur Pocheptsov2015-11-251-3/+3
* | | QSslSocket: evaluate CAs in all keychain categoriesDaniel Molkentin2015-11-245-52/+160
* | | Remove legacy platform code in QSslSocket for OS X < 10.5Daniel Molkentin2015-11-242-61/+27
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-233-10/+32
|\| |
| * | 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
* | | 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