summaryrefslogtreecommitdiffstats
path: root/src/network/access/qnetworkreplyimpl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update contact information in license headers.Sergio Ahumada2012-08-011-2/+2
* QNAM - maintain a weak reference to the QNetworkSessionShane Kearns2012-06-061-4/+4
* QNetworkReply::setReadBufferSize fix for threaded httpMartin Petersson2012-05-131-2/+9
* Avoid emitting finished() before user can connect the signalShane Kearns2012-05-091-1/+1
* Fix build with QT_NO_WARNING_OUTPUTAndy Shaw2012-04-191-1/+1
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Merge remote-tracking branch 'origin/4.7' into qt-4.8-from-4.7Liang Qi2011-10-071-4/+19
|\
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2011-09-151-4/+19
| |\
| | * Prevent crash when cache is changed on the flyShane Kearns2011-09-141-4/+19
* | | Merge remote branch 'origin/4.8' into 4.8-from-4.7Rohan McGovern2011-09-141-46/+152
|\ \ \ | |/ / |/| |
| * | Merge branch 4.7 into qt-4.8-from-4.7Qt Continuous Integration System2011-07-061-1/+1
| |\ \ | | |/
| * | Merge remote-tracking branch 'qt/4.8'Jyri Tahtela2011-05-181-4/+6
| |\ \
| | * \ Merge remote-tracking branch 'origin/4.7' into qt-4.8-from-4.7Olivier Goffart2011-05-111-0/+2
| | |\ \
| | * \ \ Merge remote-tracking branch 'origin/4.8' into qt-4.8-from-4.7Olivier Goffart2011-05-111-4/+13
| | |\ \ \
| | * \ \ \ Merge remote-tracking branch 'origin/4.7' into qt-4.8-from-4.7Olivier Goffart2011-05-061-4/+4
| | |\ \ \ \
| * | | | | | Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
| | |_|/ / / | |/| | | |
| * | | | | Fix QNetworkReplyImpl error handlingShane Kearns2011-04-181-4/+13
| |/ / / /
| * | | | Merge remote branch 'earth/master' into symbian-socket-engineShane Kearns2011-03-251-4/+17
| |\ \ \ \
| | * \ \ \ 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-181-0/+7
| | | |\ \ \ \
| | * | | | | | QNAM: fix the tst_QNetworkAccessManager_And_QProgressDialog auto testMartin Petersson2011-03-171-4/+10
| | |/ / / / /
| * | | | | | Merge branch 'symbian-socket-engine' of scm.dev.troll.no:qt/qt-symbian-networ...Shane Kearns2011-03-081-1/+1
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Fix duplicate calls to _q_startOperationShane Kearns2011-02-221-1/+1
| * | | | | | 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
| | |\ \ \ \ \
| * | | | | | | 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
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-171-1/+1
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-12-201-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
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | 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
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | 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
* | | | | | | | | | | | update the proxy info before session is opened in QNAM by Aapo MakelaKranthi Kuntala2011-09-081-0/+5
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | Add a null check for the backend in QNetworkReplyImpl.Jocelyn Turcotte2011-07-051-1/+1
* | | | | | | | | | | Update licenseheader text in source filesJyri Tahtela2011-05-131-17/+17
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | emit QNetWorkAccessManager::finished on QNetworkReply::abort()Martin Petersson2011-05-091-0/+2
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | QNAM: Re-order checks in migrateBackend()Markus Goetz2011-05-051-4/+4
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Fix accidental population of the disk cache with partial contentSimon Hausmann2011-03-171-0/+7
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Fix potential networking crash due to null-pointer dereferenceSimon Hausmann2011-01-281-3/+3
| |_|_|_|_|/ |/| | | | |
* | | | | | Workaround crash when multiple QNetworkAccessManager instances are usedShane Kearns2011-01-141-3/+3
| |_|_|_|/ |/| | | |
* | | | | Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
| |_|_|/ |/| | |
* | | | Abort working replies with error when network session fails.Aaron McCarthy2010-12-141-2/+2
| |_|/ |/| |