Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | Convert generic engine into a plugin. | Aaron McCarthy | 2009-12-22 | 10 | -287/+125 | |
| | * | | | | | | | Fix compile warnings. | Aaron McCarthy | 2009-12-22 | 2 | -5/+6 | |
| | * | | | | | | | Fix up license headers. | Aaron McCarthy | 2009-12-22 | 38 | -38/+38 | |
| | * | | | | | | | Make compile. | Aaron McCarthy | 2009-12-22 | 40 | -98/+217 | |
| * | | | | | | | | Bearer Management Integration 2. | Aaron McCarthy | 2010-01-04 | 28 | -637/+524 | |
| |/ / / / / / / | ||||||
| * | | | | | | | Bearer Management Integration 1. | Aaron McCarthy | 2009-12-22 | 40 | -0/+14008 | |
* | | | | | | | | QNativeSocketEngine: Fix some error handling related to waitFor*() | Markus Goetz | 2010-02-22 | 1 | -0/+6 | |
| |_|_|_|_|/ / |/| | | | | | | ||||||
* | | | | | | | Merge remote branch 'origin/4.6' into qt-master-from-4.6 | Thiago Macieira | 2010-02-19 | 5 | -49/+70 | |
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | ||||||
| * | | | | | | 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 | |
* | | | | | | | Merge remote branch 'origin/4.6' into integration-master-from-4.6 | Rohan McGovern | 2010-02-18 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | |/ / / / / / | ||||||
| * | | | | | | HTTP backend: remove comment | Peter Hartmann | 2010-02-17 | 1 | -1/+1 | |
* | | | | | | | Merge remote branch 'origin/master' into qt-master-from-4.6 | Thiago Macieira | 2010-02-18 | 8 | -29/+108 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Revert "remove -lz from OPENSSL_LIBS so as to respect qt-zlib" | Mark Brand | 2010-02-17 | 1 | -6/+0 | |
| * | | | | | | | remove -lz from OPENSSL_LIBS so as to respect qt-zlib | Mark Brand | 2010-02-17 | 1 | -0/+6 | |
| * | | | | | | | QNAM HTTP: More micro optimization in QHttpNetworkRequest | Markus Goetz | 2010-02-17 | 1 | -3/+7 | |
| * | | | | | | | QNAM HTTP: Some micro optimization in QHttpNetworkRequest | Markus Goetz | 2010-02-17 | 1 | -9/+16 | |
| * | | | | | | | QNAM HTTP: Trivial optimization | Markus Goetz | 2010-02-17 | 1 | -13/+12 | |
| * | | | | | | | QNetworkAccessManager: add method to send custom requests | Peter Hartmann | 2010-02-16 | 8 | -6/+75 | |
| | |_|_|_|_|/ | |/| | | | | | ||||||
* | | | | | | | Merge branch '4.6' into qt-master-from-4.6 | Thiago Macieira | 2010-02-17 | 4 | -31/+59 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| / / / / / | |/ / / / / | ||||||
| * | | | | | 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 | |
| |/ / / / / | ||||||
* | | | | | | Merge remote branch 'origin/4.6' into qt-master-from-4.6 | Thiago Macieira | 2010-02-13 | 1 | -1/+1 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | doc: Fixed several typos. | Martin Smith | 2010-02-12 | 1 | -1/+1 | |
* | | | | | | Merge remote branch 'origin/4.6' into qt-master-from-4.6 | Thiago Macieira | 2010-02-12 | 4 | -34/+65 | |
|\ \ \ \ \ \ | |/ / / / / | | | | | / | |_|_|_|/ |/| | | | | ||||||
| * | | | | 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 | |
* | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master... | Qt Continuous Integration System | 2010-02-04 | 2 | -3/+23 | |
|\ \ \ \ | ||||||
| * | | | | doc: Fixed some qdoc warnings. | Martin Smith | 2010-02-04 | 2 | -3/+23 | |
* | | | | | Merge remote branch 'origin/4.6' into qt-master-from-4.6 | Olivier Goffart | 2010-02-04 | 4 | -10/+36 | |
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / / | ||||||
| * | | | 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 | |
* | | | | Merge remote branch 'qt/4.6' into qt-master-from-4.6 | Qt Continuous Integration System | 2010-02-01 | 16 | -51/+80 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | 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 | |
* | | | Merge commit 'oslo1/master' into oslo1-master | Rohan McGovern | 2010-02-01 | 4 | -48/+71 | |
|\ \ \ | ||||||
| * \ \ | Merge branch '4.6' | Thiago Macieira | 2010-01-21 | 6 | -71/+73 | |
| |\ \ \ |