summaryrefslogtreecommitdiffstats
path: root/src/network/access
Commit message (Expand)AuthorAgeFilesLines
* Fix MSVC warnings in qspdyprotocolhandlerKai Koehne2014-05-131-3/+3
* Add missing QT_NO_NETWORKPROXY guards around HTTP connect statementsAndrew Knight2014-04-291-0/+6
* QNetworkReplyHttpImpl: fix misuse of QDateTime::addSecs()David Faure2014-04-081-2/+1
* network: finish all pending replies upon errorPeter Hartmann2014-04-071-11/+16
* HTTP internals: keep consistent state in channel and protocol handlerPeter Hartmann2014-03-151-0/+4
* correct send vs sent grammarDavid Fries2014-03-142-3/+3
* Cancel NSURLConnections before releasing them.Morten Johan Sørvig2014-03-141-0/+1
* Replace Note: with \note in documentationKurt Pattyn2014-03-134-6/+6
* 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
* 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
* 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
* network: add support for the SPDY protocolPeter Hartmann2014-02-1918-82/+1931
* HTTP internals: introduce protocol handlersPeter Hartmann2014-02-139-364/+692
* HTTP internals: move some methods inside HTTP request classPeter Hartmann2014-02-133-12/+14
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-073-6/+21
|\
| * QDeclarativeTypeLoader doesn't close processed QNetworkRepliesFrantisek Vacek2014-02-041-0/+6
| * QNetworkDiskCache - fix leak of file descriptorJungo Kim2014-01-291-0/+14
| * Remove obsolete parts from QNAM documentationAlex Blasche2014-01-241-6/+1
* | Add more specific HTTP error codes to QNetworkReply::NetworkErrorMandeep Sandhu2014-01-303-2/+51
* | QNetworkCookie: allow cookies for IPv6 domainsPeter Hartmann2013-12-131-4/+12
* | QNetworkCookie: allow cookies for IPv4 domainsPeter Hartmann2013-12-131-7/+13
|/
* NSUrlConnection backend for QNetworkAccessManagerMorten Johan Sørvig2013-11-084-2/+558
* Fix Q_ASSERT(!channels[0].isSocketBusy());v5.2.0-beta1Allan Sandfeld Jensen2013-10-213-12/+15
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-0813-37/+37
* Fix error signal supression for failed DNS lookupsMandeep Sandhu2013-09-291-1/+1
* Merge branch 'stable' into devSergio Ahumada2013-09-213-5/+5
|\
| * OAuth over XMLHttpRequest failsAllan Sandfeld Jensen2013-09-191-1/+1
| * HTTP authentication fails if QUrl contains password with %Allan Sandfeld Jensen2013-09-172-4/+4
* | Remove workarounds to old GCC bugs we had encountered on IRIXThiago Macieira2013-08-311-8/+0
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-142-1/+5
|\|
| * QHttpMultiPart: fix data corruption in readData methodPeter Hartmann2013-07-291-1/+2
| * HTTP internals: do not access reply that was deleted alreadyPeter Hartmann2013-07-241-0/+3
* | Merge branch 'stable' into devSergio Ahumada2013-07-111-0/+16
|\|
| * Add reconnect attempts in more cases in QHNCC.Azat Khuzhin2013-07-101-0/+16
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-271-1/+2
|\|
| * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-06-201-1/+2
| |\
| | * network requests: do not access 1st byte of empty byte arrayPeter Hartmann2013-06-151-1/+2
* | | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-06-242-4/+4
|\ \ \
| * | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-202-4/+4
| |\| |
| | * | Remove use of 'register' from Qt.Stephen Kelly2013-06-172-4/+4
| | |/
* | | HTTP internals: fix QHttpNetworkRequestPrivate::operator==Peter Hartmann2013-06-241-1/+7
* | | HTTP internals: do not open too many sockets when preconnectingPeter Hartmann2013-06-246-10/+50
|/ /
* | HTTP internals: consider SSL sockets with pending encryption as usablePeter Hartmann2013-06-182-1/+6
* | QNetworkAccessManager: add public methods to pre-TCP/pre-SSL-connectPeter Hartmann2013-06-036-6/+87
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-05-231-2/+2
|\|