summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | QNAM: Added DoNotBufferUploadDataAttributeMarkus Goetz2009-05-132-0/+8
| * | QSsl: Renamed testConnection to startHandshakeMarkus Goetz2009-05-122-7/+7
| * | Small documentation fix for QSslSocketMarkus Goetz2009-05-121-2/+2
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtBradley T. Hughes2009-05-121-0/+9
|\ \ \ | |/ /
| * | Merge branch '4.5'Thiago Macieira2009-05-111-0/+9
| |\ \ | | |/
| | * Document that we don't support NTLM version 2.Thiago Macieira2009-05-111-0/+9
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into windows-7-mult...Bradley T. Hughes2009-05-086-30/+52
|\ \ \ | |/ /
| * | Merge branch '4.5'Thiago Macieira2009-05-074-27/+38
| |\ \ | | |/
| | * fix parsing cookies in multiple linesPeter Hartmann2009-05-072-17/+17
| | * Fix OpenSSL dynamic loading on OpenBSD.Thiago Macieira2009-05-071-3/+6
| | * Make QNetworkProxy calculate the capabilities for a new proxy typeThiago Macieira2009-05-071-3/+10
| | * Clarify documentation in QNetworkProxy about SOCKS5 supporting domainThiago Macieira2009-05-071-4/+5
| * | Merge branch '4.5' of git@scm.dev.troll.no:qt/qtSimon Hausmann2009-05-063-3/+14
| |\ \ | | |/
| | * QNetworkDiskCache: check if opening file succeedsBenjamin C Meyer2009-05-061-2/+6
| | * Moved the QT_BEGIN_NAMESPACE macro to the right place in qsslcipher.cppThiago Macieira2009-05-061-1/+1
| | * QNetworkCookieJar: do not allow cookies for domains like ".com"Peter Hartmann2009-05-041-0/+7
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into windows-7-mult...Bradley T. Hughes2009-05-065-188/+116
|\ \ \ | |/ /
| * | fix compilation of QLocalServer when QT_LOCALSOCKET_TCP is definedJoerg Bornemann2009-05-061-0/+2
| * | standardize on one name for the socket connection slotOswald Buddenhagen2009-05-063-12/+4
| * | rewrite QLocalServer native Windows implementation.Oswald Buddenhagen2009-05-064-178/+112
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into windows-7-mult...Bradley T. Hughes2009-05-041-5/+4
|\ \ \ | |/ /
| * | Merge commit 'origin/4.5'Olivier Goffart2009-05-041-5/+4
| |\ \ | | |/
| | * QNetworkCookieJar: allow cookies with wrong domain attributePeter Hartmann2009-04-301-5/+4
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into windows-7-mult...Bradley T. Hughes2009-04-291-1/+2
|\ \ \ | |/ /
| * | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-04-291-1/+2
| |\ \ | | |/
| | * QNetworkAccessManager: do not segfault when using a network cacheBenjamin C Meyer2009-04-291-1/+2
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into windows-7-mult...Bradley T. Hughes2009-04-272-2/+12
|\ \ \ | |/ /
| * | Merge branch '4.5' of git@scm.dev.troll.no:qt/qtSimon Hausmann2009-04-251-0/+8
| |\ \ | | |/
| | * Re-send network request properly when the socket is in Closing state.Denis Dzyubenko2009-04-241-0/+8
| * | Merge branch '4.5'Thiago Macieira2009-04-241-2/+4
| |\ \ | | |/