summaryrefslogtreecommitdiff
path: root/src/network/access/qnetworkaccesshttpbackend.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change copyrights from Nokia to Digia.Marko Valtanen2012-12-041-10/+11
* Change to release licenses for 4.6.3.Jason McDonald2010-05-301-13/+13
* QNAM HTTP: Avoid one copyMarkus Goetz2010-04-261-2/+1
* HTTP backend: remove commentPeter Hartmann2010-02-171-1/+1
* Core classes, examples, demos: Some changes from string to charMarkus Goetz2010-01-281-1/+1
* 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-071-1/+1
* 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
| * | QNAM HTTP PipeliningMarkus Goetz2009-08-201-0/+3
* | | Merge commit 'qt/master'Jason Barron2009-08-131-1/+1
|\ \ \ | |/ /
| * | Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
* | | Merge commit 'qt/master-stable'Jason Barron2009-07-271-11/+26
|\ \ \ | |/ /
| * | QNetworkReply: add possibility to ignore specific SSL errorsPeter Hartmann2009-07-221-3/+15
| * | QNetworkAccessManager: HTTP download performance improvementsMarkus Goetz2009-07-171-3/+8
| * | QNAM: Direct transfer of HTTP buffer to the QNetworkReply bufferMarkus Goetz2009-07-011-9/+7
* | | Merge commit 'qt/master-stable' into 4.6-mergedJason Barron2009-06-301-9/+16
|\ \ \ | |/ /
| * | QNAM: More comments, some renamingsMarkus Goetz2009-06-171-6/+13
| * | QNAM: Added comment to de-confuse myselfMarkus Goetz2009-06-171-0/+1
| * | Merge license header changes from 4.5Volker Hilsheimer2009-06-161-2/+2
| |\ \ | | |/
| | * Update license headers as requested by the marketing department.Jason McDonald2009-06-161-2/+2
* | | Merge commit 'qt/master-stable' into 4.6-stableJason Barron2009-06-251-76/+23
|\ \ \ | |/ /
| * | add HTTP DELETE support to Network Access APIPeter Hartmann2009-06-051-0/+10
| * | Merge branch '4.5'Thiago Macieira2009-05-151-12/+30
| |\ \ | | |/
| * | QNAM: Upload architecture change: Changed all QNAM backendsMarkus Goetz2009-05-131-76/+13
* | | Make Qt exception safer.Robert Griebl2009-06-101-3/+9
| |/ |/|
* | HTTP backend / network cache: only cache responses to GET by defaultPeter Hartmann2009-05-131-12/+30
|/
* When parsing a cookie string the ',' character is special because it is used ...Benjamin C Meyer2009-03-301-2/+6
* Check for a redirection after setting the headers. If there is a redirection ...Benjamin C Meyer2009-03-301-2/+2
* When loading a url straight from cache call finished so the QNetworkReply::fi...Benjamin C Meyer2009-03-301-1/+3
* Improvements to follow the behavior of web servers and other browsers, specif...Benjamin C Meyer2009-03-301-3/+17
* Long live Qt 4.5!Lars Knoll2009-03-231-0/+1052