| Commit message (Expand) | Author | Age | Files | Lines |
* | Some unneeded semicolons less | Alessandro Portale | 2009-09-09 | 2 | -2/+2 |
|
|
* | Fix unresolved reference to q_sk_free with openssl 1.0 | Bernhard Rosenkraenzer | 2009-09-09 | 3 | -3/+10 |
|
|
* | Fix build with openssl 1.0.0 betas | Bernhard Rosenkraenzer | 2009-09-09 | 1 | -1/+2 |
|
|
* | Resolved ordinals for Qt/4.6 added OpenSSL symbols for Symbian OS. | Janne Anttila | 2009-09-09 | 1 | -0/+2 |
|
|
* | Update license headers again. | Jason McDonald | 2009-09-09 | 135 | -540/+540 |
|
|
* | Fix windows implemetation of QLocalSocket to emit bytesWritten() signal | abcd | 2009-09-09 | 1 | -1/+2 |
|
|
* | QAbstractSocket: Missing initializations | Markus Goetz | 2009-09-04 | 2 | -1/+5 |
|
|
* | QHostInfoPrivate: Uninitialized int | Markus Goetz | 2009-09-04 | 1 | -2/+3 |
|
|
* | QNetworkAccessManager: Missing break in proxyAuthenticationKey | Markus Goetz | 2009-09-04 | 1 | -0/+1 |
|
|
* | fix disconnect-after-write-problem in QLocalSocket on Windows | Joerg Bornemann | 2009-09-04 | 2 | -11/+34 |
|
|
* | QNativeSocketEngine: do not issue warning if socketDescriptor is <= 0 | Peter Hartmann | 2009-09-02 | 1 | -1/+4 |
|
|
* | Merge branch '4.5' into 4.6 | Thiago Macieira | 2009-09-01 | 4 | -24/+32 |
|\ |
|
| * | Re-add check for saving to cache, which was removed by accident. | Thiago Macieira | 2009-09-01 | 1 | -0/+1 |
|
|
| * | QNetworkAccessManager can delete the QAbstractNetworkCache pointer at | Benjamin C Meyer | 2009-09-01 | 4 | -21/+24 |
|
|
| * | Initialize QNetworkAccessBackend's private variables to 0 in the constructor | Benjamin C Meyer | 2009-09-01 | 1 | -2/+7 |
|
|
* | | 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 |
|
|