summaryrefslogtreecommitdiffstats
path: root/src/network/access
Commit message (Expand)AuthorAgeFilesLines
* 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
* QNAM HTTP: Fix bug with explicitly zero-length compressed responses.Andreas Kling2011-03-221-1/+7
* Merge remote-tracking branch 'origin/master'Olivier Goffart2011-03-2110-12/+40
|\
| * Merge branch 'qt-master-from-4.7' of scm.dev.nokia.troll.no:qt/qt-integration...Qt Continuous Integration System2011-03-192-0/+12
| |\
| | * Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2011-03-182-0/+12
| | |\
| | | * Fix accidental population of the disk cache with partial contentSimon Hausmann2011-03-171-0/+7
| | | * Fix disk cache interaction for range retrieval HTTP requests.Simon Hausmann2011-03-171-0/+5
| * | | Merge remote-tracking branch 'origin/master' into lighthouse-masterJørgen Lind2011-03-1726-593/+1435
| |\ \ \ | | |/ /
| | * | Merge remote-tracking branch 'integration/qt-master-from-4.7' into HEADThiago Macieira2011-03-161-5/+8
| | |\ \
| | | * | QTcpSocket: Fix for disconnect in Unbuffered mode.Markus Goetz2011-03-161-5/+8
| | | * | Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Thiago Macieira2011-03-151-1/+14
| | | |\ \ | | | | |/
| | * | | Merge remote-tracking branch 'origin/4.7' into HEADThiago Macieira2011-03-161-1/+14
| | |\ \ \ | | | | |/ | | | |/|
| | | * | QNAM HTTP: error() in case connection is closed unexpectedlyMarkus Goetz2011-03-141-1/+14
| | * | | Merge earth-team into masterOlivier Goffart2011-03-154-31/+66
| | |\ \ \ | | | |_|/ | | |/| |
| | * | | Update copyright year to 2011.Rohan McGovern2011-03-105-5/+5
| | * | | Merge branch 'qt-master-from-4.7' of scm.dev.nokia.troll.no:qt/qt-integration...Qt Continuous Integration System2011-03-101-5/+16
| | |\ \ \
| | | * \ \ Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2011-03-091-5/+16
| | | |\ \ \ | | | | | |/ | | | | |/|
| | | | * | QNetworkCookie: fix quoted valuesPeter Hartmann2011-03-071-5/+8
| | | | * | Fix for QTBUG-17746. Quotes is retained in cookie valueAparna Nandyal2011-03-071-7/+15
| | * | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-earth-staging into mast...Qt Continuous Integration System2011-03-0421-549/+1329
| | |\ \ \ \ | | | |/ / / | | |/| | |
| * | | | | Fix http in combination with QT_NO_NETWORKPROXY.con2011-03-101-1/+6
| |/ / / /
| * | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2011-02-281-1/+1
| |\ \ \ \
| | * | | | Use TCP_LOCALSOCKET on INTEGRITYRolland Dudemaine2011-02-221-1/+1
* | | | | | QNAM: fix the tst_QNetworkAccessManager_And_QProgressDialog auto testMartin Petersson2011-03-172-5/+16
* | | | | | QTcpSocket: Fix for disconnect in Unbuffered mode.Markus Goetz2011-03-161-5/+8
* | | | | | QNAM HTTP: error() in case connection is closed unexpectedlyMarkus Goetz2011-03-151-1/+14
| |_|_|_|/ |/| | | |
* | | | | QNAM HTTP: Pair channels with requests at a later state.Martin Petersson2011-03-103-24/+48
* | | | | QNAM HTTP: Fix the ioPostToHttpFromSocket auto testMartin Petersson2011-03-043-7/+18
| |_|/ / |/| | |
* | | | Merge remote branch 'earth/master' into masterJoão Abecasis2011-02-2821-549/+1329
|\ \ \ \ | |/ / / |/| | |
| * | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt into earth-masteraxis2011-02-243-6/+9
| |\ \ \ | | |/ /
| * | | QNAM: Add a warning for misuse of the file backend.Martin Petersson2011-02-241-0/+2
| * | | QNAM HTTP: Be more strict with HTTP channel stateMarkus Goetz2011-02-242-11/+30
| * | | QNAM HTTP: Add qWarning() for double-finished() bugMarkus Goetz2011-02-231-0/+10
| * | | QNAM File: Switch back to use QFileMarkus Goetz2011-02-212-36/+18
| * | | QNAM HTTP: Define SynchronousRequestAttribute instead of enum hackMarkus Goetz2011-02-213-4/+4
| * | | QNAM HTTP: Fix compilation 2Markus Goetz2011-02-211-2/+8
| * | | QNAM HTTP: Fix compilationMarkus Goetz2011-02-211-4/+6
| * | | QNAM: Threaded HTTP implementationMarkus Goetz2011-02-2115-498/+1257
* | | | Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-02-231-2/+3
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | Doc: setSslConfiguration also sets the CA certificatesThiago Macieira2011-02-201-2/+3
* | | Merge branch earth-team/master into earth-stagingJoão Abecasis2011-02-166-261/+356
|\ \ \ | | |/ | |/|
| * | QNAM: Delete old fileMarkus Goetz2011-02-041-84/+0
| * | QNAM: Move authentication cache to separate classMarkus Goetz2011-02-046-245/+424
* | | Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-02-101-3/+4
|\ \ \ | | |/ | |/|
| * | Fix random crashes when bearer suddenly goes downShane Kearns2011-02-041-3/+4
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-02-012-4/+6
|\ \ \ | |/ / | | / | |/ |/|
| * Fix potential networking crash due to null-pointer dereferenceSimon Hausmann2011-01-281-3/+3
| * QNAM FTP: switch to binary mode before sending a SIZE commandThiago Macieira2011-01-261-1/+3
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-254-39/+13
|\ \ | |/