summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* Merge of masterBradley T. Hughes2009-06-159-24/+86
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-124-33/+26
|\
| * QHttpNetworkConnection: Removed an unnecessary/dead checkMarkus Goetz2009-06-113-16/+12
| * QHttpNetworkConnection: Some renamingsMarkus Goetz2009-06-112-17/+14
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-085-3/+37
|\ \ | |/
| * Merge commit 'origin/4.5'Oswald Buddenhagen2009-06-082-1/+6
| |\
| | * Doc typo fix in QSslSocketMarkus Goetz2009-06-081-1/+1
| | * Set the error to be HostUnreacheable if WSAEHOSTUNREACH is recievedAndy Shaw2009-06-081-0/+5
| * | 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
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-06-053-3/+4
|\ \ \ | |/ /
| * | Compile when -no-qt3-support is on.Sarah Smith2009-06-051-0/+1
| * | All of Qt's own code compiles with -pedantic now (but pcre and webkit don't s...David Faure2009-06-041-1/+1
| * | Merge commit 'origin/4.5'Olivier Goffart2009-06-041-2/+2
| |\ \ | | |/
| | * open pipes in overlapped mode also on the client sideOswald Buddenhagen2009-06-031-2/+2
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-05-2915-75/+61
|\ \ \ | |/ /
| * | improved string operations all over the placeThierry Bastian2009-05-2814-39/+39
| * | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-05-274-36/+22
| |\ \ | | |/
| | * QNetworkReply internals: do not assert when aborted and reading dataPeter Hartmann2009-05-271-1/+2
| | * SSL: Remove broken system certificate loading codeMarkus Goetz2009-05-261-24/+1
| | * Doc: Clarified what close(), abort() and disconnectFromHost() really doDavid Boddie2009-05-251-10/+18
| | * Doc: Miscellaneous documentation fixes for Qt 4.5.x and later.David Boddie2009-05-251-1/+1
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-05-268-100/+64
|\ \ \ | |/ /
| * | Merge branch '4.5'Thiago Macieira2009-05-231-15/+0
| |\ \ | | |/
| | * Fix another compilation breakage introduced by the fix to theThiago Macieira2009-05-231-15/+0
| * | Merge branch '4.5'Thiago Macieira2009-05-227-49/+40
| |\ \ | | |/
| | * Fix compilation breakage on Windows caused by 6c1d7e57.Thiago Macieira2009-05-223-41/+32
| | * Fixed compilation with -qtnamespaceMarkus Goetz2009-05-224-8/+8
| * | Merge branch '4.5'Thiago Macieira2009-05-222-41/+29
| |\ \ | | |/
| | * Fixed strict aliasing breaks with sockaddr_XXX structs.Thiago Macieira2009-05-222-41/+29
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-05-204-6/+6
|\ \ \ | |/ /
| * | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-05-194-6/+6
| |\ \ | | |/
| | * Fix some typos in the documentation.Frederik Schwarzer2009-05-183-3/+3
| | * Fix QNetworkDiskCache to expire the oldest files first.Benjamin C Meyer2009-05-181-3/+3
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-05-192-20/+29
|\ \ \ | |/ /
| * | 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 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-05-181-12/+30
|\ \ \ | |/ /
| * | 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 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-05-1326-660/+605
|\ \ \ | |/ /
| * | 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