| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the use of deprecated qVariant* | Olivier Goffart | 2010-08-06 | 2 | -3/+3 |
|
|
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7 | Olivier Goffart | 2010-07-28 | 4 | -11/+16 |
|\ |
|
| * | QNAM HTTP: Fix problem with cached files and metaDataChanged() | Markus Goetz | 2010-07-15 | 1 | -4/+4 |
|
|
| * | Add a QAuthenticatorPrivate parsing for the headers without QHttpResponseHeader | Thiago Macieira | 2010-07-15 | 1 | -7/+2 |
|
|
| * | QNAM: Add future enum attribute for Zerocopy QNAM | Markus Goetz | 2010-07-12 | 2 | -0/+10 |
|
|
* | | QNAM: Stop half-supporting wrong way of deleting | Markus Goetz | 2010-07-27 | 2 | -31/+4 |
|
|
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7 | Thiago Macieira | 2010-07-15 | 2 | -64/+59 |
|\ \
| |/ |
|
| * | Fix qdoc warning. | Jason McDonald | 2010-07-09 | 1 | -1/+1 |
|
|
| * | Consolidate zlib configuration redundancy | Mark Brand | 2010-07-02 | 1 | -8/+1 |
|
|
| * | Fixed whitespace formatting | Mark Brand | 2010-07-02 | 1 | -55/+57 |
|
|
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7 | Thiago Macieira | 2010-07-01 | 1 | -3/+4 |
|\ \
| |/ |
|
| * | Updated leading whitespace to make indentation more consistent | Constantin Makshin | 2010-06-10 | 1 | -1/+1 |
|
|
| * | Updated project files so it is now possible to use "-system-zlib" configurati... | Constantin Makshin | 2010-06-10 | 1 | -2/+3 |
|
|
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7 | Olivier Goffart | 2010-06-08 | 2 | -0/+11 |
|\ \
| |/ |
|
| * | QNAM: Improve child deletion order | Markus Goetz | 2010-06-02 | 1 | -0/+9 |
|
|
| * | QNetworkCookie: do not accept cookies with non-alNum domain | Peter Hartmann | 2010-05-31 | 1 | -0/+2 |
|
|
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7 | Thiago Macieira | 2010-06-01 | 2 | -1/+27 |
|\ \
| |/ |
|
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ... | Qt Continuous Integration System | 2010-05-25 | 1 | -0/+26 |
| |\ |
|
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ... | Qt Continuous Integration System | 2010-05-24 | 1 | -0/+26 |
| | |\ |
|
| | | * | fix typo in documentation | Alex | 2010-05-24 | 1 | -1/+1 |
|
|
| | | * | Improve Bearer Management related documentation in QNetworkAccessManager | Alex | 2010-05-24 | 1 | -0/+26 |
|
|
| * | | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6 | Thiago Macieira | 2010-05-25 | 1 | -1/+1 |
| |\ \ \
| | |/ /
| |/| | |
|
| | * | | Fixing the compile issue. | Aleksandar Sasha Babic | 2010-05-21 | 1 | -1/+1 |
|
|
* | | | | Merge remote branch 'origin/4.7' into qt-master-from-4.7 | Olivier Goffart | 2010-05-25 | 1 | -3/+5 |
|\ \ \ \
| |/ / / |
|
| * | | | Do not attempt to setParent of object in a different thread | Warwick Allison | 2010-05-24 | 1 | -3/+5 |
| | |/
| |/| |
|
* | | | Revert "Revert "Use QUrl::isLocalFile and fix the scheme checking in local UR... | Thiago Macieira | 2010-05-20 | 2 | -9/+13 |
|
|
* | | | Revert "Revert "[QNAM FTP] Check for the "ftp" scheme case-insensitively"" | Thiago Macieira | 2010-05-20 | 1 | -1/+1 |
|/ / |
|
* | | Merge remote branch 'origin/4.7' into HEAD | Olivier Goffart | 2010-05-19 | 5 | -19/+19 |
|\ \ |
|
| * \ | Merge remote branch 'origin/4.6' into 4.7-from-4.6 | Rohan McGovern | 2010-05-19 | 1 | -2/+0 |
| |\ \
| | |/ |
|
| | * | QNAM HTTP: Remove dead code | Markus Goetz | 2010-05-18 | 1 | -2/+0 |
|
|
| * | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6 | Olivier Goffart | 2010-05-17 | 4 | -17/+19 |
| |\ \
| | |/ |
|
| | * | 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 |
|
|
* | | | doc: Fixed many broken links. | Martin Smith | 2010-05-19 | 1 | -2/+2 |
|/ / |
|
* | | Revert "[QNAM FTP] Check for the "ftp" scheme case-insensitively" | Morten Johan Sørvig | 2010-05-10 | 1 | -1/+1 |
|
|
* | | Revert "Use QUrl::isLocalFile and fix the scheme checking in local URLs." | Morten Johan Sørvig | 2010-05-10 | 2 | -13/+9 |
|
|
* | | [QNAM FTP] Check for the "ftp" scheme case-insensitively | Thiago Macieira | 2010-05-05 | 1 | -1/+1 |
|
|
* | | Use QUrl::isLocalFile and fix the scheme checking in local URLs. | Thiago Macieira | 2010-05-05 | 2 | -9/+13 |
|
|
* | | QNAM HTTP: Add doc since tags for new enums | Markus Goetz | 2010-05-04 | 1 | -0/+7 |
|
|
* | | QNAM HTTP: Introduce attributes for controlling cookies and auth | Robert Hogan | 2010-05-04 | 13 | -16/+128 |
|
|
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ... | Qt Continuous Integration System | 2010-05-02 | 1 | -0/+3 |
|\ \ |
|
| * | | Secure Cookies should only be sent over secure connections. | Robert Hogan | 2010-04-28 | 1 | -0/+3 |
|
|
* | | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6 | Thiago Macieira | 2010-04-29 | 4 | -28/+62 |
|\ \ \
| | |/
| |/| |
|
| * | | 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 |
|
|
* | | | Merge branch 'qt-4.7-from-4.6' of scm.dev.nokia.troll.no:qt/qt-integration in... | Qt Continuous Integration System | 2010-04-28 | 3 | -2/+11 |
|\ \ \
| |_|/
|/| | |
|