summaryrefslogtreecommitdiff
path: root/src/network/access/qnetworkaccesshttpbackend.cpp
Commit message (Expand)AuthorAgeFilesLines
* [BB10-internal] QSslConfiguration: add API to persist and resume SSL sessions4.8-bb10Peter Hartmann2013-06-031-1/+26
* [BB10-internal] HTTP internals: store QNetworkConfiguration to be set on the ...Peter Hartmann2013-05-071-0/+5
* Update copyright year in Digia's license headersSergio Ahumada2013-01-131-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-291-24/+24
* Update contact information in license headers.Sergio Ahumada2012-08-011-2/+2
* QNetworkReply::setReadBufferSize fix for threaded httpMartin Petersson2012-05-131-0/+14
* Call wait() after calling quit() so that it can gracefully finishAndy Shaw2012-04-051-0/+1
* QNetwork: fix compilation with "-no-feature-bearermanagement"Martin Petersson2012-02-271-1/+1
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* HTTP backend: invoke methods directly for synchronous requestsPeter Hartmann2011-08-101-2/+2
* Push the data together with the error in the synchronous case.Pierre Rossi2011-06-281-0/+1
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
* HTTP backend: do not load resources from cache that must be revalidatedPeter Hartmann2011-05-041-7/+5
* Merge branch 'symbian-socket-engine' of scm.dev.troll.no:qt/qt-symbian-networkShane Kearns2011-04-121-0/+6
|\
| * Merge remote branch 'earth/master' into symbian-socket-engineShane Kearns2011-04-111-6/+1
| |\
| * \ Merge branch 'master' of scm.dev.troll.no:qt/qt-earth-team into symbian-socke...Shane Kearns2011-04-111-21/+24
| |\ \
| * \ \ Merge remote branch 'earth/master' into symbian-socket-engineShane Kearns2011-03-251-1/+11
| |\ \ \
| * | | | Bearer support for threaded http backendShane Kearns2011-03-101-0/+6
* | | | | Merge earth-team into origin/master'Olivier Goffart2011-04-121-8/+5
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2011-04-101-8/+5
| |\ \ \ \
| | * | | | HTTP cacheing: do not store the date header with the resourcePeter Hartmann2011-04-081-8/+5
* | | | | | Revert "HTTP caching internals: fix logic for PreferNetwork and PreferCache"Markus Goetz2011-04-111-6/+1
| |_|_|_|/ |/| | | |
* | | | | HTTP caching internals: fix logic for PreferNetwork and PreferCachePeter Hartmann2011-04-071-1/+6
* | | | | HTTP backend: rename method that loads resource from cachePeter Hartmann2011-04-041-3/+3
* | | | | HTTP backend: make cache validation method return boolPeter Hartmann2011-04-041-13/+11
* | | | | HTTP backend: return earlier when resource loaded from cachePeter Hartmann2011-04-041-7/+7
| |_|_|/ |/| | |
* | | | Merge remote-tracking branch 'origin/master'Olivier Goffart2011-03-211-0/+5
|\ \ \ \ | |/ / /
| * | | Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2011-03-191-0/+5
| |\ \ \ | | |/ / | | | / | | |/ | |/|
| | * Fix disk cache interaction for range retrieval HTTP requests.Simon Hausmann2011-03-171-0/+5
* | | QNAM: fix the tst_QNetworkAccessManager_And_QProgressDialog auto testMartin Petersson2011-03-171-1/+6
|/ /
* | QNAM: Threaded HTTP implementationMarkus Goetz2011-02-211-439/+356
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-171-1/+1
|\ \ | |/
| * Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-12-061-20/+120
|\ \ | |/
| * HTTP backend: fix build without Qt3 supportPeter Hartmann2010-11-231-1/+1
| * QNetworkAccessManager: enable synchronous HTTP callsPeter Hartmann2010-11-231-20/+120
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-11-121-20/+0
|\ \ | |/
| * QNAM: Remove dead waitForDownstreamReadyRead() codeMarkus Goetz2010-11-081-20/+0
* | QNAM HTTP: Do not set cache headers when already set by userRobert Hogan2010-11-011-4/+6
* | QNAM: Do not cache network connections per username.Robert Hogan2010-11-011-1/+1
* | Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2010-10-291-42/+10
|\ \ | |/
| * QNAM HTTP: Remove the error() of QHttpNetworkConnectionMarkus Goetz2010-10-271-7/+0
| * QNAM HTTP: Remove unused codeMarkus Goetz2010-10-271-23/+0
| * QNAM HTTP: Move authenticationRequired() to QHttpNetworkReplyMarkus Goetz2010-10-271-7/+4
| * QNAM HTTP: Move proxyAuthenticationRequired() to QHttpNetworkReplyMarkus Goetz2010-10-271-4/+4
| * QNAM HTTP: Move cacheCredentials() to QHttpNetworkReplyMarkus Goetz2010-10-271-2/+2
| * QNAM HTTP: Use sslErrors() from QHttpNetworkReplyMarkus Goetz2010-10-271-4/+2
| * QNAM HTTP: Process authenticationRequired() from HTTP properlyMarkus Goetz2010-10-271-4/+7
* | QNAM Zerocopy: QNAM implementation partMarkus Goetz2010-08-121-1/+32
|/
* QNAM HTTP: Fix problem with cached files and metaDataChanged()Markus Goetz2010-07-151-4/+4