| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch '4.5' | Thiago Macieira | 2009-05-22 | 7 | -49/+40 |
|\ |
|
| * | Fix compilation breakage on Windows caused by 6c1d7e57. | Thiago Macieira | 2009-05-22 | 3 | -41/+32 |
|
|
| * | Fixed compilation with -qtnamespace | Markus Goetz | 2009-05-22 | 4 | -8/+8 |
|
|
* | | Merge branch '4.5' | Thiago Macieira | 2009-05-22 | 2 | -41/+29 |
|\ \
| |/ |
|
| * | Fixed strict aliasing breaks with sockaddr_XXX structs. | Thiago Macieira | 2009-05-22 | 2 | -41/+29 |
|
|
* | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt | Simon Hausmann | 2009-05-19 | 4 | -6/+6 |
|\ \
| |/ |
|
| * | Fix some typos in the documentation. | Frederik Schwarzer | 2009-05-18 | 3 | -3/+3 |
|
|
| * | Fix QNetworkDiskCache to expire the oldest files first. | Benjamin C Meyer | 2009-05-18 | 1 | -3/+3 |
|
|
* | | Fixed typo. | jasplin | 2009-05-19 | 1 | -1/+1 |
|
|
* | | Fix compilation after merge | Olivier Goffart | 2009-05-18 | 1 | -0/+1 |
|
|
* | | Merge commit 'origin/4.5' | Olivier Goffart | 2009-05-18 | 1 | -19/+27 |
|\ \
| |/ |
|
| * | HTTP authentication: return error if authentication cannot be handled | Peter Hartmann | 2009-05-15 | 1 | -5/+15 |
|
|
* | | Merge branch '4.5' | Thiago Macieira | 2009-05-14 | 1 | -12/+30 |
|\ \
| |/ |
|
| * | HTTP backend / network cache: only cache responses to GET by default | Peter Hartmann | 2009-05-13 | 1 | -12/+30 |
|
|
* | | Merge branch '4.5' | Thiago Macieira | 2009-05-13 | 3 | -22/+55 |
|\ \
| |/ |
|
| * | Improve the HTTP status line parsing and catch more errors. | Thiago Macieira | 2009-05-13 | 2 | -23/+37 |
|
|
| * | Fix handling of garbage data sent by the HTTP server instead of a | Thiago Macieira | 2009-05-13 | 2 | -3/+22 |
|
|
* | | QNAM: Upload architecture change: Changed all QNAM backends | Markus Goetz | 2009-05-13 | 8 | -371/+198 |
|
|
* | | QNAM: ContentReSendError | Markus Goetz | 2009-05-13 | 2 | -0/+5 |
|
|
* | | QNAM: Upload architecture change: Backend and QNetworkReplyImpl changes | Markus Goetz | 2009-05-13 | 5 | -134/+188 |
|
|
* | | QNAM: Upload architecture change: HTTP implementation | Markus Goetz | 2009-05-13 | 6 | -126/+144 |
|
|
* | | QNAM: Added DoNotBufferUploadDataAttribute | Markus Goetz | 2009-05-13 | 2 | -0/+8 |
|
|
* | | QSsl: Renamed testConnection to startHandshake | Markus Goetz | 2009-05-12 | 2 | -7/+7 |
|
|
* | | Small documentation fix for QSslSocket | Markus Goetz | 2009-05-12 | 1 | -2/+2 |
|
|
* | | Merge branch '4.5' | Thiago Macieira | 2009-05-11 | 1 | -0/+9 |
|\ \
| |/ |
|
| * | Document that we don't support NTLM version 2. | Thiago Macieira | 2009-05-11 | 1 | -0/+9 |
|
|
* | | Merge branch '4.5' | Thiago Macieira | 2009-05-07 | 4 | -27/+38 |
|\ \
| |/ |
|
| * | fix parsing cookies in multiple lines | Peter Hartmann | 2009-05-07 | 2 | -17/+17 |
|
|
| * | Fix OpenSSL dynamic loading on OpenBSD. | Thiago Macieira | 2009-05-07 | 1 | -3/+6 |
|
|
| * | Make QNetworkProxy calculate the capabilities for a new proxy type | Thiago Macieira | 2009-05-07 | 1 | -3/+10 |
|
|
| * | Clarify documentation in QNetworkProxy about SOCKS5 supporting domain | Thiago Macieira | 2009-05-07 | 1 | -4/+5 |
|
|
* | | Merge branch '4.5' of git@scm.dev.troll.no:qt/qt | Simon Hausmann | 2009-05-06 | 3 | -3/+14 |
|\ \
| |/ |
|
| * | QNetworkDiskCache: check if opening file succeeds | Benjamin C Meyer | 2009-05-06 | 1 | -2/+6 |
|
|
| * | Moved the QT_BEGIN_NAMESPACE macro to the right place in qsslcipher.cpp | Thiago Macieira | 2009-05-06 | 1 | -1/+1 |
|
|
| * | QNetworkCookieJar: do not allow cookies for domains like ".com" | Peter Hartmann | 2009-05-04 | 1 | -0/+7 |
|
|
* | | fix compilation of QLocalServer when QT_LOCALSOCKET_TCP is defined | Joerg Bornemann | 2009-05-06 | 1 | -0/+2 |
|
|
* | | standardize on one name for the socket connection slot | Oswald Buddenhagen | 2009-05-06 | 3 | -12/+4 |
|
|
* | | rewrite QLocalServer native Windows implementation. | Oswald Buddenhagen | 2009-05-06 | 4 | -178/+112 |
|
|
* | | Merge commit 'origin/4.5' | Olivier Goffart | 2009-05-04 | 1 | -5/+4 |
|\ \
| |/ |
|
| * | QNetworkCookieJar: allow cookies with wrong domain attribute | Peter Hartmann | 2009-04-30 | 1 | -5/+4 |
|
|
* | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt | Simon Hausmann | 2009-04-29 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | QNetworkAccessManager: do not segfault when using a network cache | Benjamin C Meyer | 2009-04-29 | 1 | -1/+2 |
|
|
* | | Merge branch '4.5' of git@scm.dev.troll.no:qt/qt | Simon Hausmann | 2009-04-25 | 1 | -0/+8 |
|\ \
| |/ |
|
| * | Re-send network request properly when the socket is in Closing state. | Denis Dzyubenko | 2009-04-24 | 1 | -0/+8 |
|
|
* | | Merge branch '4.5' | Thiago Macieira | 2009-04-24 | 1 | -2/+4 |
|\ \
| |/ |
|
| * | don't complain about invalid socket on server shutdown | Oswald Buddenhagen | 2009-04-24 | 1 | -2/+4 |
|
|
* | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt | Simon Hausmann | 2009-04-23 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | correctly handle remote disconnects | Oswald Buddenhagen | 2009-04-23 | 1 | -1/+1 |
|
|
* | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt | Simon Hausmann | 2009-04-17 | 2 | -18/+3 |
|\ \
| |/ |
|
| * | fix reading problem on 64-bit machines in QProcess and socket engine | Peter Hartmann | 2009-04-16 | 1 | -17/+2 |
|
|