| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6 | Olivier Goffart | 2010-05-17 | 1 | -1/+2 |
|\ |
|
| * | QNAM HTTP: Only force read when actual bytes available | Markus Goetz | 2010-05-12 | 1 | -1/+2 |
|
|
* | | QNAM HTTP: Introduce attributes for controlling cookies and auth | Robert Hogan | 2010-05-04 | 1 | -2/+5 |
|
|
* | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6 | Thiago Macieira | 2010-04-29 | 1 | -0/+7 |
|\ \
| |/ |
|
| * | QNAM HTTP: Fix invoking a method when being destructed right now (2) | Markus Goetz | 2010-04-26 | 1 | -0/+7 |
|
|
* | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6 | Thiago Macieira | 2010-04-21 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | QNAM HTTP: Fixed a bug when getting empty files with pipelining | Markus Goetz | 2010-04-21 | 1 | -1/+1 |
|
|
* | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6 | Olivier Goffart | 2010-04-16 | 1 | -3/+4 |
|\ \
| |/ |
|
| * | QNAM HTTP: Pipelining changes | Markus Goetz | 2010-04-15 | 1 | -3/+4 |
|
|
* | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6 | Thiago Macieira | 2010-04-14 | 1 | -0/+2 |
|\ \
| |/ |
|
| * | QNAM HTTP: Do not pipeline with WebLogic servers | Markus Goetz | 2010-04-13 | 1 | -0/+2 |
|
|
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ... | Qt Continuous Integration System | 2010-03-30 | 1 | -3/+6 |
|\ \
| |/
|/| |
|
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ... | Qt Continuous Integration System | 2010-03-30 | 1 | -3/+6 |
| |\ |
|
| | * | QNAM HTTP: Fix invoking a method when being destructed right now | Peter Hartmann | 2010-03-29 | 1 | -3/+6 |
|
|
* | | | Fix compile error on Symbian 9.1, caused in network/access. | Frans Englich | 2010-03-26 | 1 | -0/+30 |
|
|
* | | | QNAM HTTP: Fix crazy crash when exiting application | Markus Goetz | 2010-03-25 | 1 | -1/+1 |
|/ / |
|
* | | QNAM HTTP: Do not use TCP_NODELAY | Markus Goetz | 2010-03-23 | 1 | -1/+8 |
|/ |
|
* | QNAM HTTP: Fix no-headers and HTTP-100 handling | Markus Goetz | 2010-03-16 | 1 | -0/+1 |
|
|
* | QNAM HTTP: Fix invoking a method when being destructed right now | Markus Goetz | 2010-03-02 | 1 | -1/+5 |
|
|
* | QNAM HTTP: Set some values after clear() in a QHttpNetworkReply | Markus Goetz | 2010-02-24 | 1 | -0/+2 |
|
|
* | QNAM HTTP: Clean code a bit | Markus Goetz | 2010-02-18 | 1 | -23/+41 |
|
|
* | QNAM HTTP: Always set channel.reply to 0 when done | Markus Goetz | 2010-02-18 | 1 | -3/+14 |
|
|
* | QNAM HTTP: Unify socket EOF handling a bit | Markus Goetz | 2010-02-16 | 1 | -24/+37 |
|
|
* | QNAM HTTP: Optimize detectPipeliningSupport() | Markus Goetz | 2010-02-11 | 1 | -7/+7 |
|
|
* | QNAM HTTP: Set channel to IdleState at better place | Markus Goetz | 2010-02-11 | 1 | -3/+3 |
|
|
* | QNAM HTTP: Fix issue with some servers | Markus Goetz | 2010-02-09 | 1 | -2/+5 |
|
|
* | QNAM HTTP: Fix bug related to re-sending a request | Markus Goetz | 2010-02-03 | 1 | -9/+18 |
|
|
* | QNAM HTTP: make it give some better error messages in case of socket failure. | Thiago Macieira | 2010-01-21 | 1 | -1/+1 |
|
|
* | network internals: fix uploading of data | Peter Hartmann | 2010-01-14 | 1 | -1/+1 |
|
|
* | QNAM HTTP Code: Cache socket state inside ensureConnection() | Markus Goetz | 2010-01-11 | 1 | -4/+6 |
|
|
* | QNAM HTTP: Don't call d_func() so often | Markus Goetz | 2010-01-11 | 1 | -27/+30 |
|
|
* | QNAM HTTP: Fix readBuffer maximum size. | Markus Goetz | 2010-01-11 | 1 | -0/+10 |
|
|
* | QNAM HTTP: Optimize eatWhitespace() | Markus Goetz | 2010-01-11 | 1 | -3/+10 |
|
|
* | QNAM HTTP: Check if socket already tries to connect. | Markus Goetz | 2010-01-11 | 1 | -5/+12 |
|
|
* | network internals: start HTTP GET requests right away when called | Peter Hartmann | 2010-01-11 | 1 | -5/+7 |
|
|
* | Update copyright year to 2010 | Jason McDonald | 2010-01-06 | 1 | -1/+1 |
|
|
* | QNAM HTTP Code: Use KeepAlive socket option | Markus Goetz | 2009-11-19 | 1 | -0/+2 |
|
|
* | Ran the script utils/normalize | Olivier Goffart | 2009-11-18 | 1 | -4/+4 |
|
|
* | QNAM HTTP Code: Proceed POSTing on encryptedBytesWritten() | Markus Goetz | 2009-10-15 | 1 | -0/+12 |
|
|
* | QHttpNetworkConnectionChannel: Limit the socket read buffer | Markus Goetz | 2009-10-12 | 1 | -0/+5 |
|
|
* | QNAM HTTP Code: Properly remove aborted requests from processing | Markus Goetz | 2009-09-23 | 1 | -1/+2 |
|
|
* | Update license headers again. | Jason McDonald | 2009-09-09 | 1 | -4/+4 |
|
|
* | Update tech preview license header for files that are new in 4.6. | Jason McDonald | 2009-08-31 | 1 | -13/+13 |
|
|
* | QNAM HTTP Code: Optimize connectionCloseEnabled | Markus Goetz | 2009-08-27 | 1 | -3/+3 |
|
|
* | QNAM HTTP Code: Moved isSocket* functions to channel object | Markus Goetz | 2009-08-27 | 1 | -3/+23 |
|
|
* | QNAM HTTP: New attribute, Demo browser: Some request statistic output | Markus Goetz | 2009-08-20 | 1 | -0/+2 |
|
|
* | QNAM HTTP Code: Compile fix 2 | Markus Goetz | 2009-08-20 | 1 | -5/+3 |
|
|
* | QNAM HTTP Code: Compile fix | Markus Goetz | 2009-08-20 | 1 | -2/+2 |
|
|
* | QNAM HTTP Pipelining | Markus Goetz | 2009-08-20 | 1 | -24/+153 |
|
|
* | QNAM HTTP Code: Allow to specify the amount of TCP connections | Markus Goetz | 2009-08-20 | 1 | -3/+1 |
|
|