| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ... | Qt Continuous Integration System | 2010-05-12 | 17 | -18/+185 |
|\ |
|
| * | 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 |
|
|
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ... | Qt Continuous Integration System | 2010-05-07 | 19 | -28/+199 |
| |\ |
|
| | * | QTcpServer: Fix documentation for previous commit | Markus Goetz | 2010-05-06 | 1 | -1/+2 |
|
|
| | * | Keep support for maximum pending connections in derived QTcpServer | Robin Helgelin | 2010-05-06 | 2 | -0/+16 |
|
|
| | * | [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 |
|
|
| | * | QHostInfo: Avoid one tiny copy of QHostInfo object when emitting | Markus Goetz | 2010-05-05 | 1 | -1/+1 |
|
|
| | * | QHostInfo: Emit postponed lookup results when finishing current | Markus Goetz | 2010-05-05 | 2 | -0/+14 |
|
|
| | * | QHostInfo: Immediately delete aborted lookup requests. | Markus Goetz | 2010-05-05 | 1 | -0/+17 |
|
|
| | * | 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 |
|
|
* | | | Workaround for Symbian Open C bug in socket connect. | Janne Anttila | 2010-05-10 | 1 | -0/+3 |
|/ / |
|
* | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6 | Thiago Macieira | 2010-05-04 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | fix crash in QLocalServer::close on Windows | Joerg Bornemann | 2010-05-04 | 1 | -1/+1 |
|
|
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ... | Qt Continuous Integration System | 2010-05-02 | 1 | -0/+4 |
|\ \ |
|
| * | | Fix QT_NO_LIBRARY | Tasuku Suzuki | 2010-04-29 | 1 | -0/+4 |
|
|
* | | | 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 |
|\ \ \
| |_|/
|/| | |
|
| * | | Merge branch 'qt-4.7-from-4.6' of scm.dev.nokia.troll.no:qt/qt-integration in... | Qt Continuous Integration System | 2010-04-22 | 5 | -6/+17 |
| |\ \ |
|
| | * \ | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6 | Thiago Macieira | 2010-04-21 | 5 | -6/+17 |
| | |\ \
| | | |/ |
|
| | | * | 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 |
|
|
| | | * | Ensure we stop the name lookups in QAbstractSocket if we abort(). | Thiago Macieira | 2010-04-20 | 1 | -0/+4 |
|
|
| | | * | Don't rely on tryStart() to do job control. | Thiago Macieira | 2010-04-20 | 1 | -4/+2 |
|
|
* | | | | Fix compatibility with Qt Mobility. | Aaron McCarthy | 2010-04-28 | 1 | -4/+8 |
|
|
* | | | | Fix compilation with QT_NO_TEXTSTREAM | Tasuku Suzuki | 2010-04-27 | 1 | -1/+1 |
|
|
* | | | | Ensure we stop the name lookups in QAbstractSocket if we abort(). | Thiago Macieira | 2010-04-26 | 1 | -0/+4 |
|
|
* | | | | Don't rely on tryStart() to do job control. | Thiago Macieira | 2010-04-26 | 1 | -4/+2 |
|/ / / |
|
* | | | [tst_qhostinfo] Properly clean up the cache and lookup threads. | Thiago Macieira | 2010-04-20 | 2 | -5/+20 |
|
|
* | | | Remove redundant network configuration updates on startup. | Aaron McCarthy | 2010-04-20 | 1 | -1/+1 |
|/ / |
|
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ... | Qt Continuous Integration System | 2010-04-17 | 19 | -17/+121 |
|\ \ |
|
| * \ | Merge remote branch 'staging/4.7' into bearermanagement/qconfig | Aaron McCarthy | 2010-04-15 | 2 | -1/+3 |
| |\ \ |
|
| | * \ | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ... | Qt Continuous Integration System | 2010-04-15 | 6 | -14/+27 |
| | |\ \ |
|
| * | | | | Add missing QT_NO_BEARERMANAGEMENT ifdefs. | Aaron McCarthy | 2010-04-15 | 4 | -8/+23 |
|
|
| * | | | | Introduce a qconfig feature for Bearer Management | Tasuku Suzuki | 2010-04-15 | 17 | -3/+79 |
| | |/ /
| |/| | |
|
| * | | | Remove holes in bearer management data structures. | Aaron McCarthy | 2010-04-15 | 5 | -14/+23 |
|
|
| * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ... | Qt Continuous Integration System | 2010-04-14 | 1 | -0/+4 |
| |\ \ \ |
|
| | * \ \ | Merge remote branch 'staging/4.7' into bearermanagement/mobility-changes-squash | Aaron McCarthy | 2010-04-14 | 7 | -10/+79 |
| | |\ \ \ |
|
| | * | | | | Bearer management changes from Qt Mobility (7a5ff985) | Aaron McCarthy | 2010-04-14 | 1 | -0/+4 |
|
|
* | | | | | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6 | Olivier Goffart | 2010-04-16 | 4 | -42/+66 |
|\ \ \ \ \ \
| |_|_|_|/ /
|/| | | | /
| | |_|_|/
| |/| | | |
|
| * | | | | QNAM HTTP: Pipelining changes | Markus Goetz | 2010-04-15 | 3 | -42/+60 |
|
|