summaryrefslogtreecommitdiffstats
path: root/src/network/access/qnetworkaccesshttpbackend.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | 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-141-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