summaryrefslogtreecommitdiffstats
path: root/src/network/access/qnetworkreplyimpl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master'Olivier Goffart2011-03-211-0/+7
|\
| * Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2011-03-191-0/+7
| |\
| | * Fix accidental population of the disk cache with partial contentSimon Hausmann2011-03-171-0/+7
* | | QNAM: fix the tst_QNetworkAccessManager_And_QProgressDialog auto testMartin Petersson2011-03-171-4/+10
|/ /
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt into earth-masteraxis2011-02-241-2/+2
|\ \
| * | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-02-011-3/+3
| |\|
| | * Fix potential networking crash due to null-pointer dereferenceSimon Hausmann2011-01-281-3/+3
* | | QNAM HTTP: Define SynchronousRequestAttribute instead of enum hackMarkus Goetz2011-02-211-1/+1
* | | QNAM: Threaded HTTP implementationMarkus Goetz2011-02-211-22/+35
|/ /
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-251-3/+3
|\|
| * Workaround crash when multiple QNetworkAccessManager instances are usedShane Kearns2011-01-141-3/+3
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-171-1/+1
|\|
| * Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-12-201-2/+2
|\|
| * Abort working replies with error when network session fails.Aaron McCarthy2010-12-141-2/+2
* | QNetworkReply: set to finished for synchronous requestsPeter Hartmann2010-12-101-0/+1
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-12-061-12/+35
|\|
| * QNetworkAccessManager: enable synchronous HTTP callsPeter Hartmann2010-11-231-12/+35
* | fix warningsKonstantin Ritt2010-10-271-1/+1
* | QNAM: Build fix for -qtnamespaceMarkus Goetz2010-09-291-2/+2
* | QNAM: More zerocopy changesMarkus Goetz2010-09-291-19/+22
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Thiago Macieira2010-09-211-0/+1
|\|
| * Fix compile warnings.Friedemann Kleint2010-09-141-0/+1
* | QNAM: New QNetworkReply::setFinished() protected functionMarkus Goetz2010-08-241-7/+4
* | QNAM: Fix namespaced compilationMarkus Goetz2010-08-121-1/+3
* | QNAM Zerocopy: QNAM implementation partMarkus Goetz2010-08-121-0/+80
* | QNAM: Stop half-supporting wrong way of deletingMarkus Goetz2010-07-271-9/+4
|/
* QNAM HTTP: Introduce attributes for controlling cookies and authRobert Hogan2010-05-041-2/+6
* Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-04-291-26/+49
|\
| * QNAM: Use a reference in appendDownstreamDataMarkus Goetz2010-04-261-1/+1
| * QNAM HTTP: Divide QNetworkReplyImplPrivate::appendDownstreamDataMarkus Goetz2010-04-261-25/+48
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-04-211-0/+5
|\|
| * QNAM: Add a code comment related to the cacheMarkus Goetz2010-04-211-0/+5
* | Add missing QT_NO_BEARERMANAGEMENT ifdefs.Aaron McCarthy2010-04-151-2/+7
* | Introduce a qconfig feature for Bearer ManagementTasuku Suzuki2010-04-151-1/+4
* | Fix compile error with QT_NO_HTTPTasuku Suzuki2010-03-241-0/+8
* | Revert "Don't emit open signal on session close/error."Aaron McCarthy2010-03-191-10/+0
* | Don't emit open signal on session close/error.Aaron McCarthy2010-03-191-0/+10
* | Rename private signal.Aaron McCarthy2010-03-191-1/+11
* | QNetworkReply: Fix canReadLine()Markus Goetz2010-03-161-0/+7
* | Abort waiting replies on session error.Aaron McCarthy2010-03-161-0/+16
* | Remove QObject::tr() in the network module code.Friedemann Kleint2010-02-241-1/+1
* | Fix segfault.Aaron McCarthy2010-02-161-14/+17
* | Fix build on Windows.Aaron McCarthy2010-02-121-0/+1
* | Move http resume code into http backend.Aaron McCarthy2010-02-121-18/+3
* | Remove debug.Aaron McCarthy2010-02-111-31/+18
* | We don't need to migrate cached replies.Aaron McCarthy2010-02-111-6/+5
* | Fix after reworking to use signals/slots.Aaron McCarthy2010-02-111-1/+1
* | Rename and remove unused private slots.Aaron McCarthy2010-02-111-2/+2
* | Move check for range header support to before deleting backend.Aaron McCarthy2010-02-111-6/+6