| Commit message (Expand) | Author | Age | Files | Lines |
* | QNAM: Removed some dead code | Markus Goetz | 2009-06-24 | 3 | -7/+0 |
|
|
* | QNetworkDiskCache: add code snippets in documentation | Peter Hartmann | 2009-06-22 | 1 | -0/+14 |
|
|
* | Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qt | Simon Hausmann | 2009-06-19 | 1 | -3/+2 |
|\ |
|
| * | QNetworkAccessManager: Clarify doc about deleting QNetworkReply | Markus Goetz | 2009-06-18 | 1 | -3/+2 |
|
|
* | | Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qt | Simon Hausmann | 2009-06-18 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | QNAM HTTP code: Do not close TCP connection in all cases | Markus Goetz | 2009-06-18 | 1 | -1/+2 |
|
|
* | | QNAM: More comments, some renamings | Markus Goetz | 2009-06-17 | 7 | -34/+50 |
|
|
* | | QNAM: Added comment to de-confuse myself | Markus Goetz | 2009-06-17 | 1 | -0/+1 |
|
|
* | | QNAM: Use QTcpSocket for HTTP if no encryption was requested | Markus Goetz | 2009-06-17 | 1 | -9/+26 |
|
|
* | | Merge license header changes from 4.5 | Volker Hilsheimer | 2009-06-16 | 48 | -96/+96 |
|\ \
| |/ |
|
| * | Update license headers as requested by the marketing department. | Jason McDonald | 2009-06-16 | 48 | -96/+96 |
|
|
* | | QHttp: Class made obsolete, changed module QDoc. | Markus Goetz | 2009-06-12 | 1 | -3/+5 |
|
|
* | | Allow a maximum of 6 simultaneous HTTP connections to a server. | Prasanth Ullattil | 2009-06-12 | 2 | -18/+21 |
|
|
* | | QHttpNetworkConnection: Removed an unnecessary/dead check | Markus Goetz | 2009-06-11 | 3 | -16/+12 |
|
|
* | | QHttpNetworkConnection: Some renamings | Markus Goetz | 2009-06-11 | 2 | -17/+14 |
|
|
* | | QNetworkAccessManager: forgot the "since" tag in my previous commit | Peter Hartmann | 2009-06-05 | 1 | -0/+2 |
|
|
* | | add HTTP DELETE support to Network Access API | Peter Hartmann | 2009-06-05 | 3 | -2/+29 |
|
|
* | | improved string operations all over the place | Thierry Bastian | 2009-05-28 | 3 | -4/+4 |
|
|
* | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt | Simon Hausmann | 2009-05-27 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | QNetworkReply internals: do not assert when aborted and reading data | Peter Hartmann | 2009-05-27 | 1 | -1/+2 |
|
|
* | | Merge branch '4.5' | Thiago Macieira | 2009-05-22 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Fixed compilation with -qtnamespace | Markus Goetz | 2009-05-22 | 1 | -2/+2 |
|
|
* | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt | Simon Hausmann | 2009-05-19 | 2 | -4/+4 |
|\ \
| |/ |
|
| * | Fix some typos in the documentation. | Frederik Schwarzer | 2009-05-18 | 1 | -1/+1 |
|
|
| * | Fix QNetworkDiskCache to expire the oldest files first. | Benjamin C Meyer | 2009-05-18 | 1 | -3/+3 |
|
|
* | | Fixed typo. | jasplin | 2009-05-19 | 1 | -1/+1 |
|
|
* | | Fix compilation after merge | Olivier Goffart | 2009-05-18 | 1 | -0/+1 |
|
|
* | | Merge commit 'origin/4.5' | Olivier Goffart | 2009-05-18 | 1 | -19/+27 |
|\ \
| |/ |
|
| * | HTTP authentication: return error if authentication cannot be handled | Peter Hartmann | 2009-05-15 | 1 | -5/+15 |
|
|
* | | Merge branch '4.5' | Thiago Macieira | 2009-05-14 | 1 | -12/+30 |
|\ \
| |/ |
|
| * | HTTP backend / network cache: only cache responses to GET by default | Peter Hartmann | 2009-05-13 | 1 | -12/+30 |
|
|
* | | Merge branch '4.5' | Thiago Macieira | 2009-05-13 | 3 | -22/+55 |
|\ \
| |/ |
|
| * | Improve the HTTP status line parsing and catch more errors. | Thiago Macieira | 2009-05-13 | 2 | -23/+37 |
|
|
| * | Fix handling of garbage data sent by the HTTP server instead of a | Thiago Macieira | 2009-05-13 | 2 | -3/+22 |
|
|
* | | QNAM: Upload architecture change: Changed all QNAM backends | Markus Goetz | 2009-05-13 | 8 | -371/+198 |
|
|
* | | QNAM: ContentReSendError | Markus Goetz | 2009-05-13 | 2 | -0/+5 |
|
|
* | | QNAM: Upload architecture change: Backend and QNetworkReplyImpl changes | Markus Goetz | 2009-05-13 | 5 | -134/+188 |
|
|
* | | QNAM: Upload architecture change: HTTP implementation | Markus Goetz | 2009-05-13 | 6 | -126/+144 |
|
|
* | | QNAM: Added DoNotBufferUploadDataAttribute | Markus Goetz | 2009-05-13 | 2 | -0/+8 |
|
|
* | | Merge branch '4.5' | Thiago Macieira | 2009-05-07 | 2 | -17/+17 |
|\ \
| |/ |
|
| * | fix parsing cookies in multiple lines | Peter Hartmann | 2009-05-07 | 2 | -17/+17 |
|
|
* | | Merge branch '4.5' of git@scm.dev.troll.no:qt/qt | Simon Hausmann | 2009-05-06 | 2 | -2/+13 |
|\ \
| |/ |
|
| * | QNetworkDiskCache: check if opening file succeeds | Benjamin C Meyer | 2009-05-06 | 1 | -2/+6 |
|
|
| * | QNetworkCookieJar: do not allow cookies for domains like ".com" | Peter Hartmann | 2009-05-04 | 1 | -0/+7 |
|
|
* | | Merge commit 'origin/4.5' | Olivier Goffart | 2009-05-04 | 1 | -5/+4 |
|\ \
| |/ |
|
| * | QNetworkCookieJar: allow cookies with wrong domain attribute | Peter Hartmann | 2009-04-30 | 1 | -5/+4 |
|
|
* | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt | Simon Hausmann | 2009-04-29 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | QNetworkAccessManager: do not segfault when using a network cache | Benjamin C Meyer | 2009-04-29 | 1 | -1/+2 |
|
|
* | | Merge branch '4.5' of git@scm.dev.troll.no:qt/qt | Simon Hausmann | 2009-04-25 | 1 | -0/+8 |
|\ \
| |/ |
|
| * | Re-send network request properly when the socket is in Closing state. | Denis Dzyubenko | 2009-04-24 | 1 | -0/+8 |
|
|