summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Marc Mutz2014-04-117-14/+101
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-04-117-14/+101
| |\
| | * Support for DH and ECDH key exchange for QSslSocket serversRichard J. Moore2014-04-093-0/+80
| | * Ensure we initialize things before checking the openssl version.Richard J. Moore2014-04-081-0/+3
| | * QNetworkReplyHttpImpl: fix misuse of QDateTime::addSecs()David Faure2014-04-081-2/+1
| | * Fix QNetworkRequest::setRawHeader() for QT_NO_CAST_FROM_BYTEARRAYRichard J. Moore2014-04-081-1/+1
| | * network: finish all pending replies upon errorPeter Hartmann2014-04-071-11/+16
* | | QNetworkAccessManager: optimize QNetworkAccessAuthenticationManager allocationMarc Mutz2014-04-111-1/+1
|/ /
* | QNetworkReplyImpl: optimize QRingBuffer allocationMarc Mutz2014-04-101-2/+2
* | Add QNonContiguousByteDeviceFactory::createShared()Marc Mutz2014-04-072-4/+4
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-03-249-22/+82
|\|
| * network: add support for NTLM Session SecurityPeter Hartmann2014-03-201-2/+9
| * BlackBerry networking: call special select() methodPeter Hartmann2014-03-201-0/+48
| * Fix crash if SSL_get0_next_proto_negotiated() cannot be resolved.Friedemann Kleint2014-03-201-4/+6
| * HTTP internals: keep consistent state in channel and protocol handlerPeter Hartmann2014-03-151-0/+4
| * Fix compilation with QNATIVESOCKETENGINE_DEBUG enabledFrederik Gladhorn2014-03-141-9/+9
| * fix namespaced WinRT buildJoerg Bornemann2014-03-141-2/+2
| * fix warningJoerg Bornemann2014-03-141-2/+0
| * correct send vs sent grammarDavid Fries2014-03-142-3/+3
| * Cancel NSURLConnections before releasing them.Morten Johan Sørvig2014-03-141-0/+1
* | QNativeSocketEngine(UNIX): Report the native socket error, not the Qt-derived...Robin Burchell2014-03-211-3/+12
* | QNetworkReplyHttpImpl: optimize QAtomicInt allocationMarc Mutz2014-03-141-2/+2
* | QNetworkReplyHttpImpl: optimize QRingBuffer allocationMarc Mutz2014-03-141-2/+2
* | Merge remote-tracking branch 'origin/stable' into devSergio Ahumada2014-03-1317-53/+111
|\|
| * Replace Note: with \note in documentationKurt Pattyn2014-03-1313-19/+18
| * Cleanup SPDY stream closingAllan Sandfeld Jensen2014-03-061-33/+16
| * SPDY must handle destoyed QNetworkReplyAllan Sandfeld Jensen2014-03-042-0/+10
| * Remove deleted QNetworkReplies from SPDY queuesAllan Sandfeld Jensen2014-03-041-0/+13
| * Fix some typosSergio Ahumada2014-03-031-1/+1
| * Do not upload on closed SPDY streamsAllan Sandfeld Jensen2014-02-281-0/+17
| * SPDY: Fix compiler warning about unused variableSergio Ahumada2014-02-281-0/+2
| * Protect against malicious SPDY messagesAllan Sandfeld Jensen2014-02-281-0/+34
* | Add accessors for the build-time version of openssl.Richard J. Moore2014-03-104-0/+40
* | Add support for finding the version of SSL/TLS in use.Richard J. Moore2014-03-1010-1/+61
* | Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-02-2821-90/+1953
|\|
| * Do not assume nice behavior in error handlingAllan Sandfeld Jensen2014-02-281-2/+3
| * Handle multiple header values in SPDYAllan Sandfeld Jensen2014-02-261-0/+13
| * Fix compile error when enabling the QHOSTINFO_DEBUG defineAndy Shaw2014-02-261-6/+6
| * network: fix doc typo in QNetworkConfigurationManagerPeter Hartmann2014-02-251-1/+1
| * QSslCipher: make QString constructor explicitMarc Mutz2014-02-211-1/+1
| * network: add support for the SPDY protocolPeter Hartmann2014-02-1918-82/+1931
* | QtNetwork: add qMove() to QSharedPointer uses where applicableMarc Mutz2014-02-262-4/+4
|/
* Increase the number of concurrent DNS lookups.Richard J. Moore2014-02-161-1/+1
* QDnsLookup: Add support for custom DNS serverMandeep Sandhu2014-02-166-9/+72
* WinRT: Added socket engine implementationOliver Wolff2014-02-152-85/+1004
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Konstantin Ritt2014-02-131-8/+11
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-121-8/+11
| |\
| | * Correct the documentation of the return types of subjectInfo and issuerInfo.Richard J. Moore2014-02-121-8/+11
* | | HTTP internals: introduce protocol handlersPeter Hartmann2014-02-139-364/+692
* | | HTTP internals: move some methods inside HTTP request classPeter Hartmann2014-02-133-12/+14
|/ /