| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | QAbstractSocket: Clarify documentation | Markus Goetz | 2010-02-22 | 1 | -2/+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 |
|
|
* | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ... | Qt Continuous Integration System | 2010-02-16 | 2 | -7/+21 |
|\ |
|
| * | QLocalSocket::isValid on Windows must check for broken connection | Joerg Bornemann | 2010-02-16 | 1 | -1/+4 |
|
|
| * | fix pipe handle leak in qlocalsocket_win.cpp | Joerg Bornemann | 2010-02-16 | 2 | -6/+17 |
|
|
* | | 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 |
|
|
* | QTcpServer: Clarify thread affinity of incoming QTcpSocket | Markus Goetz | 2010-02-03 | 1 | -0/+9 |
|
|
* | QNAM HTTP: Fix bug related to re-sending a request | Markus Goetz | 2010-02-03 | 3 | -10/+27 |
|
|
* | Call cheaper clear() instead of assigning new QString() | Markus Goetz | 2010-01-28 | 4 | -19/+19 |
|
|
* | Fix some foreach usage to use const refs | Markus Goetz | 2010-01-28 | 5 | -6/+6 |
|
|
* | Core classes, examples, demos: Some changes from string to char | Markus Goetz | 2010-01-28 | 2 | -3/+3 |
|
|
* | QNativeSocketEngine: Set OS error strings on failed read() | Markus Goetz | 2010-01-25 | 3 | -4/+7 |
|
|
* | QNativeSocketEngine: Also handle unknown errors from socket engine | Markus Goetz | 2010-01-25 | 1 | -0/+5 |
|
|
* | QFileNetworkReply: Use a QFileEngine | Markus Goetz | 2010-01-25 | 2 | -19/+38 |
|
|
* | QNativeSocketEngine_win: Don't mess with linger settings | Markus Goetz | 2010-01-25 | 1 | -2/+4 |
|
|
* | QSslSocket: Take better care on how we use the SSL buffers | Markus Goetz | 2010-01-21 | 1 | -3/+23 |
|
|
* | SSL Certificate: don't crash when the END CERTIFICATE line ends without CRLF | Thiago Macieira | 2010-01-21 | 1 | -4/+4 |
|
|
* | QNAM HTTP: make it give some better error messages in case of socket failure. | Thiago Macieira | 2010-01-21 | 3 | -5/+7 |
|
|
* | Avoid calling WSAGetLastError() so often in nativeWrite | Markus Goetz | 2010-01-20 | 1 | -3/+3 |
|
|
* | QNativeSocketEngine windows: Fix performance degredation in write() | Markus Goetz | 2010-01-19 | 1 | -2/+11 |
|
|
* | Enhance QFileNetworkReply | Markus Goetz | 2010-01-18 | 4 | -65/+48 |
|
|
* | Fix QSslCertificate issues | Markus Goetz | 2010-01-18 | 1 | -2/+12 |
|
|
* | network internals: fix uploading of data | Peter Hartmann | 2010-01-14 | 1 | -1/+1 |
|
|
* | QSslSocket: Remove writeBuffer,readBuffer and use from QAbstractSocket | Markus Goetz | 2010-01-13 | 1 | -3/+0 |
|
|
* | 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 |
|
|
* | QNAM HTTP: Fix readBuffer maximum size. | Markus Goetz | 2010-01-11 | 10 | -1/+54 |
|
|
* | 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: fix build on S60 | Peter Hartmann | 2010-01-11 | 1 | -1/+1 |
|
|
* | network internals: start HTTP GET requests right away when called | Peter Hartmann | 2010-01-11 | 7 | -18/+30 |
|
|
* | Fix regression introduced in e49aee9f: set If-Modified-Since. | Thiago Macieira | 2010-01-11 | 1 | -8/+8 |
|
|
* | QNAM HTTP: just use the expirationDate in the code that validates the cache | Thiago Macieira | 2010-01-08 | 1 | -2/+6 |
|
|