summaryrefslogtreecommitdiffstats
path: root/src/network/access
Commit message (Expand)AuthorAgeFilesLines
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-1362-1054/+1054
* Merge branch 'symbian-socket-engine' into staging-masterShane Kearns2011-05-106-31/+87
|\
| * Update QTBUG-17223 for Qt 4.8Shane Kearns2011-05-053-1/+16
| * Send User-Agent from the network request in http proxy CONNECT commandShane Kearns2011-05-051-0/+6
| * Fix QNetworkReplyImpl error handlingShane Kearns2011-04-181-4/+13
| * Enable per network configuration proxy settings in QNetworkAccessManagerShane Kearns2011-04-182-27/+53
* | Merge remote-tracking branch 'origin/4.8'Olivier Goffart2011-05-053-1/+8
|\ \
| * \ Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2011-05-052-0/+7
| |\ \
| | * | Fix compilation with QT_NO_*Tasuku Suzuki2011-05-022-0/+7
| * | | Merge branch 'qt-4.8-from-4.7' of scm.dev.nokia.troll.no:qt/qt-integration in...Qt Continuous Integration System2011-05-041-1/+1
| |\ \ \
| | * \ \ Merge branch 4.7 into qt-4.8-from-4.7Qt Continuous Integration System2011-05-031-1/+1
| | |\ \ \ | | | |/ / | | |/| |
| | | * | Clarified sendCustomRequest documentation to include HTTPSJanne Anttila2011-05-031-1/+1
| | * | | Fix warnings on unused parameters and variablesThiago Macieira2011-04-261-1/+0
* | | | | HTTP cache backend: do not load resources that must be revalidatedPeter Hartmann2011-05-041-2/+7
* | | | | HTTP backend: do not load resources from cache that must be revalidatedPeter Hartmann2011-05-041-7/+5
|/ / / /
* | | | QNetworkCookie: allow spaces in unquoted valuesPeter Hartmann2011-04-291-4/+5
* | | | Fixes warnings about unused variablesOlivier Goffart2011-04-281-1/+0
|/ / /
* | | Merge remote-tracking branch 'earth-team/master' into earth-staging-masterOlivier Goffart2011-04-2016-15/+177
|\ \ \
| * | | QNetworkCookie: do not access date string out of boundsPeter Hartmann2011-04-201-1/+1
| * | | HTTP+SSL: use default SSL configuration, and avoid setting it explctlyPeter Hartmann2011-04-142-2/+2
| * | | Merge branch 'symbian-socket-engine' of scm.dev.troll.no:qt/qt-symbian-networkShane Kearns2011-04-1214-12/+174
| |\ \ \ | | | |/ | | |/|
| | * | Merge remote branch 'earth/master' into symbian-socket-engineShane Kearns2011-04-111-6/+1
| | |\ \
| | * \ \ Merge branch 'master' of scm.dev.troll.no:qt/qt-earth-team into symbian-socke...Shane Kearns2011-04-116-47/+96
| | |\ \ \
| | * | | | Fix assert fail when debug log is enabledShane Kearns2011-04-051-1/+4
| | * | | | Merge remote branch 'earth/master' into symbian-socket-engineShane Kearns2011-03-2523-53/+1097
| | |\ \ \ \
| | * | | | | Fix network session use with the localhost optimisation in QNABShane Kearns2011-03-101-5/+2
| | * | | | | Bearer support for threaded http backendShane Kearns2011-03-103-0/+18
| | * | | | | Fix synchronous http deadlock when aborted by internal timeoutShane Kearns2011-03-101-2/+7
| | * | | | | Add debug logging to QHttpThreadDelegateShane Kearns2011-03-101-0/+38
| | * | | | | Merge branch 'symbian-socket-engine' of scm.dev.troll.no:qt/qt-symbian-networ...Shane Kearns2011-03-0811-9/+110
| | |\ \ \ \ \
| | | * | | | | Fix duplicate calls to _q_startOperationShane Kearns2011-02-223-6/+34
| | | * | | | | Implement network session for HTTP backendShane Kearns2011-02-214-0/+45
| | | * | | | | Explicit network session for QNetworkAccessManagerShane Kearns2011-02-173-1/+27
| | | * | | | | Merge remote branch 'qt/master' into symbian-socket-engineShane Kearns2011-02-0756-71/+6614
| | | |\ \ \ \ \
| | | * | | | | | Fix random crashes when bearer suddenly goes downShane Kearns2011-02-041-3/+4
| | | * | | | | | Change default type for http POST to application/octet-streamShane Kearns2011-02-031-2/+4
| | | * | | | | | Fix header not found build errorShane Kearns2011-02-011-1/+1
| | | * | | | | | Workaround crash when multiple QNetworkAccessManager instances are usedShane Kearns2011-02-014-39/+13
* | | | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-earth-staging into mast...Qt Continuous Integration System2011-04-1816-55/+1070
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Merge earth-team into origin/master'Olivier Goffart2011-04-121-8/+5
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
| * | | | | | | | Revert "HTTP caching internals: fix logic for PreferNetwork and PreferCache"Markus Goetz2011-04-111-6/+1
| | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | HTTP caching internals: fix logic for PreferNetwork and PreferCachePeter Hartmann2011-04-071-1/+6
| * | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt into earth-masteraxis2011-04-072-2/+7
| |\ \ \ \ \ \ \
| * | | | | | | | HTTP backend: rename method that loads resource from cachePeter Hartmann2011-04-042-4/+4
| * | | | | | | | HTTP backend: make cache validation method return boolPeter Hartmann2011-04-042-14/+12
| * | | | | | | | HTTP backend: return earlier when resource loaded from cachePeter Hartmann2011-04-041-7/+7
| * | | | | | | | QNetworkDiskCache: clean up after merge requestPeter Hartmann2011-04-011-4/+4
| * | | | | | | | QNetworkDiskCache: change file organizationSiddharth Mathur2011-04-012-24/+65
| | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | fix spelling error in HTTP multipart documentationPeter Hartmann2011-03-231-1/+1
| * | | | | | | network API: add support for HTTP multipart messagesPeter Hartmann2011-03-2210-5/+964