| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | QNAM HTTP Code: Removed unnecessary legacy loop | Markus Goetz | 2009-09-01 | 1 | -23/+16 |
|
|
* | | QtNetwork: More Coverity fixes | Markus Goetz | 2009-09-01 | 3 | -1/+9 |
|
|
* | | Socket code: Do not use magic buffer size value | Markus Goetz | 2009-09-01 | 1 | -4/+13 |
|
|
* | | QNAM HTTP Code: Pipelining used queue from wrong side | Markus Goetz | 2009-09-01 | 1 | -1/+1 |
|
|
* | | QSslCertificate: fix previous patch, add autotest and documentation | Peter Hartmann | 2009-09-01 | 1 | -3/+3 |
|
|
* | | QSslCertificate: Add + 1 to serialNumber | Raul Metsma | 2009-09-01 | 1 | -2/+2 |
|
|
* | | Implement QSslCertificate::version() and QSslCertificate::serialNumber() | Raul Metsma | 2009-09-01 | 3 | -0/+11 |
|
|
* | | Doc for QSslError constructor parameters fixed each cons. | Peter Yard | 2009-09-01 | 1 | -3/+12 |
|
|
* | | Performance: don't call WinHttpGetProxyForUrl for a file URL (e.g. from webkit) | David Faure | 2009-08-31 | 1 | -1/+6 |
|
|
* | | Update license header for new file from merge request | Thiago Macieira | 2009-08-31 | 1 | -14/+14 |
|
|
* | | Add QNetworkProxyFactory::setUseSystemConfigurationEnabled(true) | David Faure | 2009-08-31 | 3 | -0/+110 |
|
|
* | | Update tech preview license header for files that are new in 4.6. | Jason McDonald | 2009-08-31 | 7 | -91/+91 |
|
|
* | | Merge branch '4.5' into 4.6 | Thiago Macieira | 2009-08-31 | 127 | -1651/+1651 |
|\ \
| |/ |
|
| * | Update tech preview license header. | Jason McDonald | 2009-08-31 | 127 | -1651/+1651 |
|
|
* | | Fix QSslCertificate::alternateSubjectNames() memory leak | Raul Metsma | 2009-08-31 | 3 | -1/+4 |
|
|
* | | Merge branch '4.5' into 4.6 | Thiago Macieira | 2009-08-31 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5 | Keith Isdale | 2009-08-31 | 2 | -5/+3 |
| |\ |
|
| | * | Fix parsing of Subject Alternate Names in Qt. | Thiago Macieira | 2009-08-28 | 1 | -1/+1 |
|
|
| * | | Correct grammatical in documentation for QNetworkDiskCache::expire() | Keith Isdale | 2009-08-31 | 1 | -1/+1 |
|
|
* | | | QNAM HTTP Code: Do not cache Date header | Markus Goetz | 2009-08-28 | 1 | -0/+6 |
|
|
* | | | QNAM HTTP Code: HTTP/1.0 has implicit connection close | Markus Goetz | 2009-08-28 | 1 | -2/+5 |
|
|
* | | | Merge branch '4.5' into 4.6 | Thiago Macieira | 2009-08-27 | 1 | -4/+2 |
|\ \ \
| | |/
| |/| |
|
| * | | QSslSocket: Clarified doc about QSslSocket::systemCaCertificates | Markus Goetz | 2009-08-27 | 1 | -4/+2 |
| |/ |
|
* | | QNAM HTTP Code: Optimize connectionCloseEnabled | Markus Goetz | 2009-08-27 | 4 | -9/+15 |
|
|
* | | QNAM HTTP Code: Moved isSocket* functions to channel object | Markus Goetz | 2009-08-27 | 4 | -32/+29 |
|
|
* | | QNAM HTTP Code: Reduce connection count for Symbian | Markus Goetz | 2009-08-27 | 1 | -0/+4 |
|
|
* | | Merge branch '4.5' into 4.6 | Thiago Macieira | 2009-08-24 | 1 | -0/+9 |
|\ \
| |/ |
|
| * | QSslSocket: Clear readBuffer and writeBuffer on close() | Markus Goetz | 2009-08-18 | 1 | -0/+9 |
|
|
| * | Update URL of online documentation. | Jason McDonald | 2009-08-11 | 1 | -1/+1 |
|
|
| * | Eliminate some mentions of Trolltech. | Jason McDonald | 2009-08-11 | 4 | -5/+4 |
|
|
| * | Qt's domain name is now qt.nokia.com. | Jason McDonald | 2009-08-11 | 2 | -5/+5 |
|
|
| * | Update license headers. | Jason McDonald | 2009-08-11 | 127 | -127/+127 |
|
|
* | | QAbstractSocket: Also check for HostLookupState | Markus Goetz | 2009-08-24 | 1 | -2/+3 |
|
|
* | | Fix the last fix to QList. | Thiago Macieira | 2009-08-24 | 1 | -1/+1 |
|
|
* | | Fixing compile issue on platforms other than Symbian. | Aleksandar Sasha Babic | 2009-08-21 | 1 | -4/+4 |
|
|
* | | Fixing cause for failing network tests on Symbian. | Aleksandar Sasha Babic | 2009-08-21 | 1 | -10/+49 |
|
|
* | | Removing #ifdef guards around inlcude statements. | Aleksandar Sasha Babic | 2009-08-21 | 1 | -2/+0 |
|
|
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public | Jason Barron | 2009-08-20 | 6 | -20/+14 |
|\ \ |
|
| * | | Use QExcplicitlySharedDataPointer | Harald Fernengel | 2009-08-20 | 6 | -20/+14 |
|
|
* | | | Merge commit 'qt/master' | Jason Barron | 2009-08-20 | 15 | -577/+967 |
|\ \ \
| |/ /
|/| | |
|
| * | | QNAM HTTP: New attribute, Demo browser: Some request statistic output | Markus Goetz | 2009-08-20 | 6 | -0/+19 |
|
|
| * | | QNetworkRequest: Doc fix | Markus Goetz | 2009-08-20 | 1 | -1/+1 |
|
|
| * | | QNAM HTTP Code: Compile fix 2 | Markus Goetz | 2009-08-20 | 1 | -5/+3 |
|
|
| * | | compile fix for Windows | Joerg Bornemann | 2009-08-20 | 1 | -0/+1 |
|
|
| * | | QNAM HTTP Code: Compile fix | Markus Goetz | 2009-08-20 | 1 | -2/+2 |
|
|
| * | | Fix literal IPv6 hostname resolution in QHostInfo. | Thiago Macieira | 2009-08-20 | 3 | -19/+40 |
|
|
| * | | QNAM HTTP Pipelining | Markus Goetz | 2009-08-20 | 11 | -49/+383 |
|
|
| * | | QNAM HTTP Code: Allow to specify the amount of TCP connections | Markus Goetz | 2009-08-20 | 3 | -5/+26 |
|
|
| * | | QNAM: Moved more functions into QHttpNetworkConnectionChannel | Markus Goetz | 2009-08-20 | 7 | -523/+519 |
|
|
* | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | axis | 2009-08-19 | 1 | -1/+6 |
|\ \ \
| |/ / |
|