summaryrefslogtreecommitdiffstats
path: root/src/network/access/qnetworkaccesshttpbackend.cpp
Commit message (Expand)AuthorAgeFilesLines
* QNAM: Do not cache network connections per username.Robert Hogan2012-01-311-1/+1
* QNAM HTTP: Do not set cache headers when already set by userRobert Hogan2012-01-311-4/+6
* Fix NB#290352 Qtwebprocess crashes @ QHttpNetworkReply::readAnySami Rosendahl2011-12-071-0/+6
* Add missing checks for httpReply in QNetworkHttpBackend.Jocelyn Turcotte2011-09-131-2/+5
* Update licenseheader text in source filesJyri Tahtela2011-05-131-17/+17
* HTTP cacheing: do not store the date header with the resourcePeter Hartmann2011-04-081-8/+5
* Fix disk cache interaction for range retrieval HTTP requests.Simon Hausmann2011-03-171-0/+5
* Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
* HTTP backend: fix build without Qt3 supportPeter Hartmann2010-11-231-1/+1
* QNetworkAccessManager: enable synchronous HTTP callsPeter Hartmann2010-11-231-20/+120
* QNAM: Remove dead waitForDownstreamReadyRead() codeMarkus Goetz2010-11-081-20/+0
* 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 HTTP: Fix problem with cached files and metaDataChanged()Markus Goetz2010-07-151-4/+4
* QNAM HTTP: Introduce attributes for controlling cookies and authRobert Hogan2010-05-041-0/+13
* Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-04-291-2/+1
|\
| * QNAM HTTP: Avoid one copyMarkus Goetz2010-04-261-2/+1
* | Merge remote branch 'origin/master' into bearermanagement/unit-testsAaron McCarthy2010-02-221-1/+10
|\ \
| * \ Merge remote branch 'origin/4.6' into integration-master-from-4.6Rohan McGovern2010-02-181-1/+1
| |\ \ | | |/
| | * HTTP backend: remove commentPeter Hartmann2010-02-171-1/+1
| * | QNetworkAccessManager: add method to send custom requestsPeter Hartmann2010-02-161-0/+9
* | | Move http resume code into http backend.Aaron McCarthy2010-02-121-0/+48
|/ /
* | Merge remote branch 'qt/4.6' into qt-master-from-4.6Qt Continuous Integration System2010-02-011-1/+1
|\ \ | |/
| * Core classes, examples, demos: Some changes from string to charMarkus Goetz2010-01-281-1/+1
* | Merge branch '4.6'Thiago Macieira2010-01-131-17/+37
|\ \ | |/
| * Fix an issue with HTTP headers like "private, max-age=300".Thiago Macieira2010-01-121-1/+1
| * QNAM HTTP: Fix readBuffer maximum size.Markus Goetz2010-01-111-0/+6
| * network internals: fix build on S60Peter Hartmann2010-01-111-1/+1
| * network internals: start HTTP GET requests right away when calledPeter Hartmann2010-01-111-3/+4
| * Fix regression introduced in e49aee9f: set If-Modified-Since.Thiago Macieira2010-01-111-8/+8
| * QNAM HTTP: just use the expirationDate in the code that validates the cacheThiago Macieira2010-01-081-2/+6
| * QNAM HTTP: change the caching semantics to match documentationThiago Macieira2010-01-081-7/+10
| * QNAM HTTP: fix the caching algorithm from RFC 2616Thiago Macieira2010-01-081-4/+10
| * Update copyright year to 2010Jason McDonald2010-01-061-1/+1
* | QNAM: Add priority to the API and use it for HTTPHolger Hans Peter Freyther2010-01-121-0/+14
|/
* QNAM: Remove some more occurences of toLower on the hot pathHolger Hans Peter Freyther2009-11-111-1/+1
* HTTP backend: store the date header in the cached resourcePeter Hartmann2009-09-291-5/+8
* Update license headers again.Jason McDonald2009-09-091-4/+4
* Merge branch '4.5' into 4.6Thiago Macieira2009-08-311-13/+13
|\
| * Update tech preview license header.Jason McDonald2009-08-311-13/+13
| * Update license headers.Jason McDonald2009-08-111-1/+1
| * QNAM: Fix double sending of a HTTP requestMarkus Goetz2009-07-131-0/+4
* | QNAM HTTP Code: Do not cache Date headerMarkus Goetz2009-08-281-0/+6
* | Merge commit 'qt/master'Jason Barron2009-08-201-0/+5
|\ \
| * | QNAM HTTP: New attribute, Demo browser: Some request statistic outputMarkus Goetz2009-08-201-0/+2