summaryrefslogtreecommitdiffstats
path: root/src/network/access
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '4.5'Marius Storm-Olsen2009-06-303-5/+11
|\
| * QNetworkAccessManager stuff: Some fixes for coverityMarkus Goetz2009-06-293-6/+13
* | QNAM HTTP Code: Properly use the QRingBuffer for some kind of data.Markus Goetz2009-06-293-28/+75
* | Merge branch '4.5'Thiago Macieira2009-06-262-0/+35
|\ \ | |/
| * QNetworkReplyImpl: Protect against recursive event loopsMarkus Goetz2009-06-252-2/+39
* | QNAM HTTP Code: Prepare for download performance improvementsMarkus Goetz2009-06-254-9/+27
* | QNAM HTTP Code: Uncluttering functionsMarkus Goetz2009-06-253-18/+36
* | QNAM: Removed some dead codeMarkus Goetz2009-06-243-7/+0
* | QNetworkDiskCache: add code snippets in documentationPeter Hartmann2009-06-221-0/+14
* | Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-06-191-3/+2
|\ \ | |/
| * QNetworkAccessManager: Clarify doc about deleting QNetworkReplyMarkus Goetz2009-06-181-3/+2
* | Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-06-181-1/+2
|\ \ | |/
| * QNAM HTTP code: Do not close TCP connection in all casesMarkus Goetz2009-06-181-1/+2
* | QNAM: More comments, some renamingsMarkus Goetz2009-06-177-34/+50
* | QNAM: Added comment to de-confuse myselfMarkus Goetz2009-06-171-0/+1
* | QNAM: Use QTcpSocket for HTTP if no encryption was requestedMarkus Goetz2009-06-171-9/+26
* | Merge license header changes from 4.5Volker Hilsheimer2009-06-1648-96/+96
|\ \ | |/
| * Update license headers as requested by the marketing department.Jason McDonald2009-06-1648-96/+96
* | QHttp: Class made obsolete, changed module QDoc.Markus Goetz2009-06-121-3/+5
* | Allow a maximum of 6 simultaneous HTTP connections to a server.Prasanth Ullattil2009-06-122-18/+21
* | QHttpNetworkConnection: Removed an unnecessary/dead checkMarkus Goetz2009-06-113-16/+12
* | QHttpNetworkConnection: Some renamingsMarkus Goetz2009-06-112-17/+14
* | QNetworkAccessManager: forgot the "since" tag in my previous commitPeter Hartmann2009-06-051-0/+2
* | add HTTP DELETE support to Network Access APIPeter Hartmann2009-06-053-2/+29
* | improved string operations all over the placeThierry Bastian2009-05-283-4/+4
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-05-271-1/+2
|\ \ | |/
| * QNetworkReply internals: do not assert when aborted and reading dataPeter Hartmann2009-05-271-1/+2
* | Merge branch '4.5'Thiago Macieira2009-05-221-2/+2
|\ \ | |/
| * Fixed compilation with -qtnamespaceMarkus Goetz2009-05-221-2/+2
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-05-192-4/+4
|\ \ | |/
| * Fix some typos in the documentation.Frederik Schwarzer2009-05-181-1/+1
| * Fix QNetworkDiskCache to expire the oldest files first.Benjamin C Meyer2009-05-181-3/+3
* | Fixed typo.jasplin2009-05-191-1/+1
* | Fix compilation after mergeOlivier Goffart2009-05-181-0/+1
* | Merge commit 'origin/4.5'Olivier Goffart2009-05-181-19/+27
|\ \ | |/
| * HTTP authentication: return error if authentication cannot be handledPeter Hartmann2009-05-151-5/+15
* | Merge branch '4.5'Thiago Macieira2009-05-141-12/+30
|\ \ | |/
| * HTTP backend / network cache: only cache responses to GET by defaultPeter Hartmann2009-05-131-12/+30
* | Merge branch '4.5'Thiago Macieira2009-05-133-22/+55
|\ \ | |/
| * Improve the HTTP status line parsing and catch more errors.Thiago Macieira2009-05-132-23/+37
| * Fix handling of garbage data sent by the HTTP server instead of aThiago Macieira2009-05-132-3/+22
* | QNAM: Upload architecture change: Changed all QNAM backendsMarkus Goetz2009-05-138-371/+198
* | QNAM: ContentReSendErrorMarkus Goetz2009-05-132-0/+5
* | QNAM: Upload architecture change: Backend and QNetworkReplyImpl changesMarkus Goetz2009-05-135-134/+188
* | QNAM: Upload architecture change: HTTP implementationMarkus Goetz2009-05-136-126/+144
* | QNAM: Added DoNotBufferUploadDataAttributeMarkus Goetz2009-05-132-0/+8
* | Merge branch '4.5'Thiago Macieira2009-05-072-17/+17
|\ \ | |/
| * fix parsing cookies in multiple linesPeter Hartmann2009-05-072-17/+17
* | Merge branch '4.5' of git@scm.dev.troll.no:qt/qtSimon Hausmann2009-05-062-2/+13
|\ \ | |/
| * QNetworkDiskCache: check if opening file succeedsBenjamin C Meyer2009-05-061-2/+6