summaryrefslogtreecommitdiffstats
path: root/src/network/access/qnetworkreplyimpl.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't try to migrate finished or aborted requests.Aaron McCarthy2010-02-111-2/+6
* Remove functions used for testing.Aaron McCarthy2010-02-101-7/+0
* Connect signals between QNAM and QNetworkReplyImpl.Aaron McCarthy2010-02-101-0/+20
* Fix networkAccessEnabled implementation.Aaron McCarthy2010-02-101-0/+24
* Automatically migrate in-progress transfers after roaming.Aaron McCarthy2010-02-081-12/+25
* Add hooks for testing.Aaron McCarthy2010-02-081-0/+7
* Migrate in progress http downloads.Aaron McCarthy2010-02-081-1/+69
* Only create session when valid configuration is available.Aaron McCarthy2010-02-081-5/+11
* Remove debug.Aaron McCarthy2010-02-031-3/+0
* Progress.Aaron McCarthy2010-02-031-13/+27
* Bearer Management Integration.Aaron McCarthy2010-02-031-1/+28
* Start adding network session support into QNetworkAccessManager.Aaron McCarthy2010-02-031-1/+3
* QNAM HTTP: Fix readBuffer maximum size.Markus Goetz2010-01-111-0/+3
* network internals: start HTTP GET requests right away when calledPeter Hartmann2010-01-111-2/+11
* Update copyright year to 2010Jason McDonald2010-01-061-1/+1
* QNAM Code: Do not re-abort or continue processing notifications.Markus Goetz2009-12-141-2/+2
* QNetworkReplyImpl: Delete the outgoingDataBuffer in destructorMarkus Goetz2009-09-221-0/+2
* Merge branch '4.5' into 4.6Thiago Macieira2009-09-121-4/+6
|\
| * Only reset the backend pointer after we're done with itJoão Abecasis2009-09-101-4/+6
| * Update license headers again.Jason McDonald2009-09-081-4/+4
* | Update license headers again.Jason McDonald2009-09-091-4/+4
* | Merge branch '4.5' into 4.6Thiago Macieira2009-09-011-15/+21
|\ \ | |/
| * 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-011-15/+20
* | Merge branch '4.5' into 4.6Thiago Macieira2009-08-311-13/+13
|\ \ | |/
| * Update tech preview license header.Jason McDonald2009-08-311-13/+13
| * Update license headers.Jason McDonald2009-08-111-1/+1
* | Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
* | QNetworkReply: add possibility to ignore specific SSL errorsPeter Hartmann2009-07-221-0/+6
* | Merge commit 'origin/4.5'Olivier Goffart2009-07-221-0/+10
|\ \ | |/
| * QNAM: Proper loading of meta data when having AlwaysCache modeMarkus Goetz2009-07-211-0/+10
* | QNetworkAccessManager: HTTP download performance improvementsMarkus Goetz2009-07-171-15/+25
* | QNetworkReply: Add isFinished() methodMarkus Goetz2009-07-141-0/+5
* | Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-07-131-0/+2
|\ \ | |/
| * QNAM: Fix double sending of a HTTP requestMarkus Goetz2009-07-131-0/+5
* | Removed an assert from the QNetworkReply.Denis Dzyubenko2009-07-131-2/+2
* | QNAM: Direct transfer of HTTP buffer to the QNetworkReply bufferMarkus Goetz2009-07-011-2/+1
* | Merge branch '4.5'Marius Storm-Olsen2009-06-301-1/+2
|\ \ | |/
| * QNetworkAccessManager stuff: Some fixes for coverityMarkus Goetz2009-06-291-2/+4