| Commit message (Expand) | Author | Age | Files | Lines |
* | QNetworkAccessManager: Backends were tried in wrong order | Markus Goetz | 2010-05-14 | 1 | -1/+1 |
|
|
* | QNAM HTTP: Preemptive anti crash if() statement | Markus Goetz | 2010-05-13 | 1 | -0/+3 |
|
|
* | QNAM HTTP: Only force read when actual bytes available | Markus Goetz | 2010-05-12 | 1 | -1/+2 |
|
|
* | QNAM HTTP: Start more requests in once function call | Markus Goetz | 2010-05-05 | 1 | -15/+13 |
|
|
* | QNAM HTTP: Fix invoking a method when being destructed right now (2) | Markus Goetz | 2010-04-26 | 1 | -0/+7 |
|
|
* | QNAM: Use a reference in appendDownstreamData | Markus Goetz | 2010-04-26 | 1 | -1/+1 |
|
|
* | QNAM HTTP: Divide QNetworkReplyImplPrivate::appendDownstreamData | Markus Goetz | 2010-04-26 | 2 | -25/+53 |
|
|
* | QNAM HTTP: Avoid one copy | Markus Goetz | 2010-04-26 | 1 | -2/+1 |
|
|
* | QNAM: Add a code comment related to the cache | Markus Goetz | 2010-04-21 | 1 | -0/+5 |
|
|
* | QNAM HTTP: Fixed a bug when getting empty files with pipelining | Markus Goetz | 2010-04-21 | 1 | -1/+1 |
|
|
* | QNAM HTTP: Pipelining improvement | Markus Goetz | 2010-04-20 | 1 | -1/+5 |
|
|
* | QNAM HTTP: Pipelining changes | Markus Goetz | 2010-04-15 | 3 | -42/+60 |
|
|
* | QFtp: Fix possible crash | Markus Goetz | 2010-04-14 | 1 | -0/+6 |
|
|
* | QNAM HTTP: Do not pipeline with WebLogic servers | Markus Goetz | 2010-04-13 | 1 | -0/+2 |
|
|
* | Document Symbian platform security requirements on Qt APIs | Frans Englich | 2010-04-12 | 1 | -0/+10 |
|
|
* | Fix compile error with QT_NO_NETWORKDISKCACHE in QtNetwork | Tasuku Suzuki | 2010-03-31 | 2 | -1/+6 |
|
|
* | Fix compile error on Symbian 9.1, caused in network/access. | Frans Englich | 2010-03-26 | 2 | -14/+33 |
|
|
* | QNAM HTTP: Symbian compile fix | Markus Goetz | 2010-03-25 | 1 | -0/+1 |
|
|
* | QNAM HTTP: Fix crazy crash when exiting application | Markus Goetz | 2010-03-25 | 2 | -2/+2 |
|
|
* | 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 | 3 | -4/+17 |
|
|
* | QNAM HTTP: Fix invoking a method when being destructed right now | Markus Goetz | 2010-03-02 | 1 | -1/+5 |
|
|
* | QNAM HTTP: Switch back to QueuedConnection for requeueRequest. | Markus Goetz | 2010-02-24 | 1 | -2/+16 |
|
|
* | QNAM HTTP: Set some values after clear() in a QHttpNetworkReply | Markus Goetz | 2010-02-24 | 1 | -0/+2 |
|
|
* | QNetworkAccessManager: Documentation enhancements | Markus Goetz | 2010-02-24 | 1 | -1/+8 |
|
|
* | QNetworkRequest: Doc enhancement | Markus Goetz | 2010-02-22 | 1 | -0/+2 |
|
|
* | QNAM HTTP: Clean code a bit | Markus Goetz | 2010-02-18 | 2 | -29/+45 |
|
|
* | QNAM HTTP: Always set channel.reply to 0 when done | Markus Goetz | 2010-02-18 | 5 | -22/+27 |
|
|
* | HTTP backend: remove comment | Peter Hartmann | 2010-02-17 | 1 | -1/+1 |
|
|
* | QNAM HTTP: Unify socket EOF handling a bit | Markus Goetz | 2010-02-16 | 2 | -24/+38 |
|
|
* | doc: Fixed several typos. | Martin Smith | 2010-02-12 | 1 | -1/+1 |
|
|
* | 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: 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 |
|
|
* | QNetworkCookie(Jar): fix includes | Peter Hartmann | 2010-02-09 | 2 | -2/+2 |
|
|
* | 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 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 | 3 | -10/+27 |
|
|
* | Fix some foreach usage to use const refs | Markus Goetz | 2010-01-28 | 2 | -2/+2 |
|
|
* | Core classes, examples, demos: Some changes from string to char | Markus Goetz | 2010-01-28 | 1 | -1/+1 |
|
|
* | QFileNetworkReply: Use a QFileEngine | Markus Goetz | 2010-01-25 | 2 | -19/+38 |
|
|
* | QNAM HTTP: make it give some better error messages in case of socket failure. | Thiago Macieira | 2010-01-21 | 3 | -5/+7 |
|
|
* | Enhance QFileNetworkReply | Markus Goetz | 2010-01-18 | 4 | -65/+48 |
|
|
* | network internals: fix uploading of data | Peter Hartmann | 2010-01-14 | 1 | -1/+1 |
|
|
* | Fix an issue with HTTP headers like "private, max-age=300". | Thiago Macieira | 2010-01-12 | 1 | -1/+1 |
|
|
* | QNAM HTTP Code: Cache socket state inside ensureConnection() | Markus Goetz | 2010-01-11 | 1 | -4/+6 |
|
|
* | QNAM HTTP Code: When starting new request, prefer connected sockets. | Markus Goetz | 2010-01-11 | 1 | -5/+17 |
|
|
* | QNAM HTTP: Don't call d_func() so often | Markus Goetz | 2010-01-11 | 1 | -27/+30 |
|
|