summaryrefslogtreecommitdiffstats
path: root/src/network/access/qnetworkreplyhttpimpl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Call start() even when bearer is not compiled.Xizhi Zhu2012-02-021-7/+5
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Fix compiler warnings in Qt Network.Friedemann Kleint2012-01-191-1/+1
* Fixed build break when bearer is disabled.Xizhi Zhu2012-01-161-0/+4
* Cleaning up header includes.Jonas M. Gastal2012-01-131-0/+1
* Fix compilation of Qt itself with QT_NO_DEBUG_STREAMDavid Faure2012-01-121-2/+2
* Using proper virtual functions instead of Q_INVOKABLE tricks.Jonas M. Gastal2012-01-091-2/+2
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Network - Use isLoopback API in place of existing localhost checksShane Kearns2011-10-241-2/+1
* QNAM HTTP: Do zero-copy for small HTTP replies by defaultMarkus Goetz2011-07-121-2/+10
* QNAM HTTP: Fix canReadLine() for zerocopyMarkus Goetz2011-07-051-1/+2
* QNam remove compile warnings for QNetworkReplyHttpImplMartin Petersson2011-07-041-1/+1
* Push the data together with the error in the synchronous case.Pierre Rossi2011-06-291-0/+1
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* HTTP reply: do not load resources from cache that must be revalidatedPeter Hartmann2011-05-041-7/+5
* QNAM HTTP: Removes some commentsMarkus Goetz2011-05-031-17/+4
* QNAM HTTP: More commentsMarkus Goetz2011-05-031-23/+14
* QNAM HTTP: Implement abort() and close()Markus Goetz2011-05-031-6/+35
* QNAM HTTP: CommentsMarkus Goetz2011-05-031-11/+7
* QNAM: Function re-orderingMarkus Goetz2011-05-031-32/+32
* Revert "HTTP caching internals: fix logic for PreferNetwork and PreferCache"Peter Hartmann2011-05-031-6/+1
* QNAM: Fix initialization order warningsMarkus Goetz2011-05-031-17/+33
* QNAM HTTP: Fix upload progress signalMarkus Goetz2011-05-031-1/+1
* HTTP caching internals: fix logic for PreferNetwork and PreferCachePeter Hartmann2011-05-031-1/+6
* HTTP Network Reply Impl: return earlier when resource loaded from cachePeter Hartmann2011-05-031-4/+4
* HTTP Reply implementation: make cache validation method return boolPeter Hartmann2011-05-031-13/+11
* cache: rename validateCache() to loadFromCacheIfAllowed()Peter Hartmann2011-05-031-3/+3
* QNAM: Fix proxy code after refactoringMarkus Goetz2011-05-031-2/+8
* fix buildPeter Hartmann2011-05-031-0/+1
* QNAM: Start new HTTP backend architectureMarkus Goetz2011-05-031-210/+981
* QNAM: Copy files for new architectureMarkus Goetz2011-05-031-0/+1190