summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* 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
* | QNAM HTTP Code: Reduce connection count for SymbianMarkus Goetz2009-08-271-0/+4
* | Merge branch '4.5' into 4.6Thiago Macieira2009-08-241-0/+9
|\|
| * QSslSocket: Clear readBuffer and writeBuffer on close()Markus Goetz2009-08-181-0/+9
| * Update URL of online documentation.Jason McDonald2009-08-111-1/+1
| * Eliminate some mentions of Trolltech.Jason McDonald2009-08-114-5/+4
| * Qt's domain name is now qt.nokia.com.Jason McDonald2009-08-112-5/+5
| * Update license headers.Jason McDonald2009-08-11127-127/+127
* | QAbstractSocket: Also check for HostLookupStateMarkus Goetz2009-08-241-2/+3
* | Fix the last fix to QList.Thiago Macieira2009-08-241-1/+1
* | Fixing compile issue on platforms other than Symbian.Aleksandar Sasha Babic2009-08-211-4/+4
* | Fixing cause for failing network tests on Symbian.Aleksandar Sasha Babic2009-08-211-10/+49
* | Removing #ifdef guards around inlcude statements.Aleksandar Sasha Babic2009-08-211-2/+0
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicJason Barron2009-08-206-20/+14
|\ \
| * | Use QExcplicitlySharedDataPointerHarald Fernengel2009-08-206-20/+14
* | | Merge commit 'qt/master'Jason Barron2009-08-2015-577/+967
|\ \ \ | |/ / |/| |
| * | QNAM HTTP: New attribute, Demo browser: Some request statistic outputMarkus Goetz2009-08-206-0/+19