| Commit message (Expand) | Author | Age | Files | Lines |
* | QNAM Zerocopy: HTTP implementation part | Markus Goetz | 2010-08-12 | 1 | -22/+91 |
|
|
* | QNAM HTTP: Preemptive anti crash if() statement | Markus Goetz | 2010-05-13 | 1 | -0/+3 |
|
|
* | QNAM HTTP: Fix no-headers and HTTP-100 handling | Markus Goetz | 2010-03-16 | 1 | -4/+15 |
|
|
* | QNAM HTTP: Always set channel.reply to 0 when done | Markus Goetz | 2010-02-18 | 1 | -3/+10 |
|
|
* | QNAM HTTP: Forgot to remove a qDebug() | Markus Goetz | 2010-02-09 | 1 | -1/+1 |
|
|
* | QNAM HTTP: Reserve bytes for HTTP parsing | Markus Goetz | 2010-02-09 | 1 | -0/+12 |
|
|
* | QNAM HTTP: Improve readHeader() of the HTTP reply | Markus Goetz | 2010-02-09 | 1 | -11/+25 |
|
|
* | QNAM HTTP: Improve parseStatus() of HTTP reply | Markus Goetz | 2010-02-09 | 1 | -10/+12 |
|
|
* | QNAM HTTP: Fix readBuffer maximum size. | Markus Goetz | 2010-01-11 | 1 | -1/+11 |
|
|
* | Update copyright year to 2010 | Jason McDonald | 2010-01-06 | 1 | -1/+1 |
|
|
* | QNAM: Remove some more occurences of toLower on the hot path | Holger Hans Peter Freyther | 2009-11-11 | 1 | -3/+3 |
|
|
* | 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 |
|
|
* | Merge branch '4.5' into 4.6 | Thiago Macieira | 2009-08-31 | 1 | -13/+13 |
|\ |
|
| * | Update tech preview license header. | Jason McDonald | 2009-08-31 | 1 | -13/+13 |
|
|
| * | Update license headers. | Jason McDonald | 2009-08-11 | 1 | -1/+1 |
|
|
* | | QNAM HTTP Code: HTTP/1.0 has implicit connection close | Markus Goetz | 2009-08-28 | 1 | -2/+5 |
|
|
* | | QNAM HTTP Code: Optimize connectionCloseEnabled | Markus Goetz | 2009-08-27 | 1 | -4/+9 |
|
|
* | | Merge commit 'qt/master' | Jason Barron | 2009-08-20 | 1 | -7/+42 |
|\ \ |
|
| * | | QNAM HTTP: New attribute, Demo browser: Some request statistic output | Markus Goetz | 2009-08-20 | 1 | -0/+5 |
|
|
| * | | QNAM HTTP Pipelining | Markus Goetz | 2009-08-20 | 1 | -7/+10 |
|
|
| * | | QNAM: Moved more functions into QHttpNetworkConnectionChannel | Markus Goetz | 2009-08-20 | 1 | -0/+27 |
|
|
* | | | Merge commit 'qt/master' | Jason Barron | 2009-08-13 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Update contact URL in license headers. | Jason McDonald | 2009-08-12 | 1 | -1/+1 |
|
|
* | | | Merge commit 'qt/master-stable' | Jason Barron | 2009-08-06 | 1 | -0/+30 |
|\ \ \
| |/ / |
|
| * | | QNAM HTTP Code: Moved append() functions to the reply object | Markus Goetz | 2009-08-04 | 1 | -0/+30 |
|
|
* | | | Merge commit 'qt/master-stable' | Jason Barron | 2009-07-27 | 1 | -40/+49 |
|\ \ \
| |/ / |
|
| * | | QNetworkReply: add possibility to ignore specific SSL errors | Peter Hartmann | 2009-07-22 | 1 | -0/+7 |
|
|
| * | | QNetworkAccessManager: HTTP download performance improvements | Markus Goetz | 2009-07-17 | 1 | -43/+35 |
|
|
| * | | QHttpNetworkReply: Cache isChunked | Markus Goetz | 2009-07-09 | 1 | -1/+5 |
|
|
| * | | QNAM: Direct transfer of HTTP buffer to the QNetworkReply buffer | Markus Goetz | 2009-07-01 | 1 | -1/+7 |
|
|
* | | | Merge commit 'origin/master' into 4.6-merged | Jason Barron | 2009-07-09 | 1 | -2/+0 |
|\ \ \
| |/ /
|/| | |
|
| * | | Removed pointless variables to silence warnings from RVCT. | axis | 2009-07-06 | 1 | -2/+0 |
| |/ |
|
* | | QNAM HTTP Code: Properly use the QRingBuffer for some kind of data. | Markus Goetz | 2009-06-29 | 1 | -1/+25 |
|
|
* | | QNAM HTTP Code: Prepare for download performance improvements | Markus Goetz | 2009-06-25 | 1 | -0/+9 |
|
|
* | | QNAM HTTP Code: Uncluttering functions | Markus Goetz | 2009-06-25 | 1 | -2/+2 |
|
|
* | | Merge license header changes from 4.5 | Volker Hilsheimer | 2009-06-16 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Update license headers as requested by the marketing department. | Jason McDonald | 2009-06-16 | 1 | -2/+2 |
|
|
* | | QHttpNetworkConnection: Removed an unnecessary/dead check | Markus Goetz | 2009-06-11 | 1 | -1/+1 |
|
|
* | | Merge branch '4.5' | Thiago Macieira | 2009-05-13 | 1 | -19/+42 |
|\ \
| |/ |
|
| * | Improve the HTTP status line parsing and catch more errors. | Thiago Macieira | 2009-05-13 | 1 | -22/+36 |
|
|
| * | Fix handling of garbage data sent by the HTTP server instead of a | Thiago Macieira | 2009-05-13 | 1 | -1/+10 |
|
|
* | | QNAM: Upload architecture change: HTTP implementation | Markus Goetz | 2009-05-13 | 1 | -6/+6 |
|/ |
|
* | Splitted qhttpnetworkconnection* files into individual files | Markus Goetz | 2009-04-06 | 1 | -0/+663 |
|
|