summaryrefslogtreecommitdiffstats
path: root/src/network/access/qhttpnetworkconnectionchannel.cpp
Commit message (Expand)AuthorAgeFilesLines
* QNAM HTTP: Be more strict with HTTP channel stateMarkus Goetz2011-02-241-11/+24
* QNAM: Threaded HTTP implementationMarkus Goetz2011-02-211-1/+1
* Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-171-1/+1
|\
| * Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-12-061-1/+1
|\ \ | |/
| * Revert "Fix a missing error-signal when a server is shut down while downloading"Peter Hartmann2010-11-261-17/+1
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7Ville Pernu2010-11-241-1/+1
| |\
| | * QNetworkAccessManager: enable synchronous HTTP callsPeter Hartmann2010-11-231-1/+1
| * | Fix a missing error-signal when a server is shut down while downloadingVille Pernu2010-11-241-1/+17
| |/
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-11-051-1/+3
|\ \ | |/
| * QNAM HTTP: Download last chunk properly when readBufferSize() limitedMarkus Goetz2010-11-041-2/+3
* | Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2010-10-291-20/+16
|\ \ | |/
| * QNAM HTTP: Remove the error() of QHttpNetworkConnectionMarkus Goetz2010-10-271-16/+8
| * QNAM HTTP: Move cacheCredentials() to QHttpNetworkReplyMarkus Goetz2010-10-271-1/+1
| * QNAM HTTP: Use sslErrors() from QHttpNetworkReplyMarkus Goetz2010-10-271-1/+1
| * QNAM HTTP: Remove Wait4AuthStateMarkus Goetz2010-10-271-1/+0
| * QNAM HTTP: Internal variable spelling mistakesMarkus Goetz2010-10-271-2/+2
| * QNAM HTTP: Also pause connection when emitting sslErrors()Markus Goetz2010-10-271-0/+4
| * QNAM HTTP: Move caching of credentials from URLMarkus Goetz2010-10-271-0/+1
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-10-251-2/+12
|\ \ | |/
| * QNAM HTTP: Fix error signal emission for unreachable IPsMarkus Goetz2010-10-151-2/+12
* | QNAM: More zerocopy changesMarkus Goetz2010-09-291-1/+2
* | QNAM HTTP: Fix a warningMarkus Goetz2010-08-241-1/+3
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2010-08-131-59/+105
|\ \
| * | QNAM HTTP: Remove eatWhitespace() hackMarkus Goetz2010-08-131-28/+8
| * | QNAM Zerocopy: HTTP implementation partMarkus Goetz2010-08-121-32/+98
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-08-131-1/+3
|\ \ \ | |/ / |/| / | |/
| * QNAM HTTP: Fix crash related to aborted uploadsMarkus Goetz2010-08-121-1/+3
* | QNAM: Stop half-supporting wrong way of deletingMarkus Goetz2010-07-271-22/+0
|/
* Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Olivier Goffart2010-05-171-1/+2
|\
| * QNAM HTTP: Only force read when actual bytes availableMarkus Goetz2010-05-121-1/+2
* | QNAM HTTP: Introduce attributes for controlling cookies and authRobert Hogan2010-05-041-2/+5
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-04-291-0/+7
|\ \ | |/
| * QNAM HTTP: Fix invoking a method when being destructed right now (2)Markus Goetz2010-04-261-0/+7
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-04-211-1/+1
|\ \ | |/
| * QNAM HTTP: Fixed a bug when getting empty files with pipeliningMarkus Goetz2010-04-211-1/+1
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Olivier Goffart2010-04-161-3/+4
|\ \ | |/
| * QNAM HTTP: Pipelining changesMarkus Goetz2010-04-151-3/+4
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-04-141-0/+2
|\ \ | |/
| * QNAM HTTP: Do not pipeline with WebLogic serversMarkus Goetz2010-04-131-0/+2
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-301-3/+6
|\ \ | |/ |/|
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-301-3/+6
| |\
| | * QNAM HTTP: Fix invoking a method when being destructed right nowPeter Hartmann2010-03-291-3/+6
* | | Fix compile error on Symbian 9.1, caused in network/access.Frans Englich2010-03-261-0/+30
* | | QNAM HTTP: Fix crazy crash when exiting applicationMarkus Goetz2010-03-251-1/+1
|/ /
* | QNAM HTTP: Do not use TCP_NODELAYMarkus Goetz2010-03-231-1/+8
|/
* QNAM HTTP: Fix no-headers and HTTP-100 handlingMarkus Goetz2010-03-161-0/+1
* QNAM HTTP: Fix invoking a method when being destructed right nowMarkus Goetz2010-03-021-1/+5
* QNAM HTTP: Set some values after clear() in a QHttpNetworkReplyMarkus Goetz2010-02-241-0/+2
* QNAM HTTP: Clean code a bitMarkus Goetz2010-02-181-23/+41