summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* QNAM HTTP Code: Properly remove aborted requests from processingMarkus Goetz2009-09-234-4/+41
* QNetworkReplyImpl: Delete the outgoingDataBuffer in destructorMarkus Goetz2009-09-221-0/+2
* Removed a debug output that was a bit annoyingThorbjørn Lindeijer2009-09-151-2/+1
* QNativeSocketEngine on Windows: don't bail out on non-fatal errorPeter Hartmann2009-09-151-3/+9
* Merge branch '4.5' into 4.6Thiago Macieira2009-09-121-4/+6
|\
| * Only reset the backend pointer after we're done with itJoão Abecasis2009-09-101-4/+6
| * Update license headers again.Jason McDonald2009-09-08127-508/+508
* | QLocalSocket (Win) emit readChannelFinished only onceJoerg Bornemann2009-09-111-1/+2
* | QLocalSocket::readData (Windows) must return -1 on EOFJoerg Bornemann2009-09-101-1/+4
* | QLocalSocket Windows: emit readChannelFinished if broken pipe detectedJoerg Bornemann2009-09-101-0/+4
* | Some unneeded semicolons lessAlessandro Portale2009-09-092-2/+2
* | Fix unresolved reference to q_sk_free with openssl 1.0Bernhard Rosenkraenzer2009-09-093-3/+10
* | Fix build with openssl 1.0.0 betasBernhard Rosenkraenzer2009-09-091-1/+2
* | Resolved ordinals for Qt/4.6 added OpenSSL symbols for Symbian OS.Janne Anttila2009-09-091-0/+2
* | Update license headers again.Jason McDonald2009-09-09135-540/+540
* | Fix windows implemetation of QLocalSocket to emit bytesWritten() signalabcd2009-09-091-1/+2
* | QAbstractSocket: Missing initializationsMarkus Goetz2009-09-042-1/+5
* | QHostInfoPrivate: Uninitialized intMarkus Goetz2009-09-041-2/+3
* | QNetworkAccessManager: Missing break in proxyAuthenticationKeyMarkus Goetz2009-09-041-0/+1
* | fix disconnect-after-write-problem in QLocalSocket on WindowsJoerg Bornemann2009-09-042-11/+34
* | QNativeSocketEngine: do not issue warning if socketDescriptor is <= 0Peter Hartmann2009-09-021-1/+4
* | Merge branch '4.5' into 4.6Thiago Macieira2009-09-014-24/+32
|\ \ | |/
| * Re-add check for saving to cache, which was removed by accident.Thiago Macieira2009-09-011-0/+1
| * QNetworkAccessManager can delete the QAbstractNetworkCache pointer atBenjamin C Meyer2009-09-014-21/+24
| * Initialize QNetworkAccessBackend's private variables to 0 in the constructorBenjamin C Meyer2009-09-011-2/+7
* | QNAM HTTP Code: Removed unnecessary legacy loopMarkus Goetz2009-09-011-23/+16
* | QtNetwork: More Coverity fixesMarkus Goetz2009-09-013-1/+9
* | Socket code: Do not use magic buffer size valueMarkus Goetz2009-09-011-4/+13
* | QNAM HTTP Code: Pipelining used queue from wrong sideMarkus Goetz2009-09-011-1/+1
* | QSslCertificate: fix previous patch, add autotest and documentationPeter Hartmann2009-09-011-3/+3
* | QSslCertificate: Add + 1 to serialNumberRaul Metsma2009-09-011-2/+2
* | Implement QSslCertificate::version() and QSslCertificate::serialNumber()Raul Metsma2009-09-013-0/+11
* | Doc for QSslError constructor parameters fixed each cons.Peter Yard2009-09-011-3/+12
* | Performance: don't call WinHttpGetProxyForUrl for a file URL (e.g. from webkit)David Faure2009-08-311-1/+6
* | Update license header for new file from merge requestThiago Macieira2009-08-311-14/+14
* | Add QNetworkProxyFactory::setUseSystemConfigurationEnabled(true)David Faure2009-08-313-0/+110
* | Update tech preview license header for files that are new in 4.6.Jason McDonald2009-08-317-91/+91
* | Merge branch '4.5' into 4.6Thiago Macieira2009-08-31127-1651/+1651
|\ \ | |/
| * Update tech preview license header.Jason McDonald2009-08-31127-1651/+1651
* | Fix QSslCertificate::alternateSubjectNames() memory leakRaul Metsma2009-08-313-1/+4
* | Merge branch '4.5' into 4.6Thiago Macieira2009-08-311-1/+1
|\ \ | |/
| * Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5Keith Isdale2009-08-312-5/+3
| |\
| | * Fix parsing of Subject Alternate Names in Qt.Thiago Macieira2009-08-281-1/+1
| * | Correct grammatical in documentation for QNetworkDiskCache::expire()Keith Isdale2009-08-311-1/+1
* | | QNAM HTTP Code: Do not cache Date headerMarkus Goetz2009-08-281-0/+6
* | | QNAM HTTP Code: HTTP/1.0 has implicit connection closeMarkus Goetz2009-08-281-2/+5
* | | Merge branch '4.5' into 4.6Thiago Macieira2009-08-271-4/+2
|\ \ \ | | |/ | |/|
| * | QSslSocket: Clarified doc about QSslSocket::systemCaCertificatesMarkus Goetz2009-08-271-4/+2
| |/
* | QNAM HTTP Code: Optimize connectionCloseEnabledMarkus Goetz2009-08-274-9/+15
* | QNAM HTTP Code: Moved isSocket* functions to channel objectMarkus Goetz2009-08-274-32/+29