| Commit message (Expand) | Author | Age | Files | Lines |
* | OpenSSL wrapping: compile when configured with -openssl-linked | Peter Hartmann | 2009-10-05 | 3 | -8/+2 |
|
|
* | Dealing with socket that was signalized on exception fds set | Aleksandar Sasha Babic | 2009-10-02 | 1 | -3/+5 |
|
|
* | Workaround for Open C bug | Aleksandar Sasha Babic | 2009-10-02 | 1 | -1/+1 |
|
|
* | Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qt into 4.6 | Simon Hausmann | 2009-10-01 | 1 | -0/+9 |
|\ |
|
| * | QNAM HTTP Code: Always send an Accept-Language header | Markus Goetz | 2009-10-01 | 1 | -0/+9 |
|
|
* | | Fix tr-Errors/remove QObject::tr(), mainly in ScriptTools | Friedemann Kleint | 2009-09-29 | 1 | -1/+1 |
|
|
* | | HTTP backend: store the date header in the cached resource | Peter Hartmann | 2009-09-29 | 1 | -5/+8 |
|
|
* | | Merge commit 'origin/4.5' into 4.6 | Andreas Aardal Hanssen | 2009-09-28 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | QHostAddress: Clarification about DNS | Markus Goetz | 2009-09-25 | 1 | -0/+3 |
|
|
* | | QNAM HTTP Code: Properly remove aborted requests from processing | Markus Goetz | 2009-09-23 | 4 | -4/+41 |
|
|
* | | QNetworkReplyImpl: Delete the outgoingDataBuffer in destructor | Markus Goetz | 2009-09-22 | 1 | -0/+2 |
|
|
* | | Removed a debug output that was a bit annoying | Thorbjørn Lindeijer | 2009-09-15 | 1 | -2/+1 |
|
|
* | | QNativeSocketEngine on Windows: don't bail out on non-fatal error | Peter Hartmann | 2009-09-15 | 1 | -3/+9 |
|
|
* | | Merge branch '4.5' into 4.6 | Thiago Macieira | 2009-09-12 | 1 | -4/+6 |
|\ \
| |/ |
|
| * | Only reset the backend pointer after we're done with it | João Abecasis | 2009-09-10 | 1 | -4/+6 |
|
|
| * | Update license headers again. | Jason McDonald | 2009-09-08 | 127 | -508/+508 |
|
|
* | | QLocalSocket (Win) emit readChannelFinished only once | Joerg Bornemann | 2009-09-11 | 1 | -1/+2 |
|
|
* | | QLocalSocket::readData (Windows) must return -1 on EOF | Joerg Bornemann | 2009-09-10 | 1 | -1/+4 |
|
|
* | | QLocalSocket Windows: emit readChannelFinished if broken pipe detected | Joerg Bornemann | 2009-09-10 | 1 | -0/+4 |
|
|
* | | 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 |
|\ \
| |/ |
|