summaryrefslogtreecommitdiff
path: root/src/network/access/qnetworkaccessbackend.cpp
Commit message (Expand)AuthorAgeFilesLines
* QNAM - maintain a weak reference to the QNetworkSessionShane Kearns2012-06-131-5/+6
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Use QBasicAtomicInt as a static variableShane Kearns2011-10-191-2/+2
* Fix construction races in QtNetworkShane Kearns2011-10-061-5/+10
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
* Enable per network configuration proxy settings in QNetworkAccessManagerShane Kearns2011-04-181-23/+53
* Fix network session use with the localhost optimisation in QNABShane Kearns2011-03-101-5/+2
* Merge branch 'symbian-socket-engine' of scm.dev.troll.no:qt/qt-symbian-networ...Shane Kearns2011-03-081-1/+6
|\
| * Explicit network session for QNetworkAccessManagerShane Kearns2011-02-171-1/+6
* | QNAM: Threaded HTTP implementationMarkus Goetz2011-02-211-15/+7
* | QNAM: Move authentication cache to separate classMarkus Goetz2011-02-041-1/+1
|/
* 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-061-0/+1
|\ \ | |/
| * QNetworkAccessManager: enable synchronous HTTP callsPeter Hartmann2010-11-231-0/+1
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-11-121-12/+0
|\ \ | |/
| * QNAM: Do not need QNetworkSession in AlwaysCache load modeMarkus Goetz2010-11-081-12/+0
* | Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2010-10-291-1/+1
|\ \ | |/
| * QNAM: Internal function renamingMarkus Goetz2010-10-271-1/+1
* | QNAM: New QNetworkReply::setFinished() protected functionMarkus Goetz2010-08-241-1/+1
* | QNAM Zerocopy: QNAM implementation partMarkus Goetz2010-08-121-0/+11
|/
* Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Olivier Goffart2010-05-171-1/+1
|\
| * QNetworkAccessManager: Backends were tried in wrong orderMarkus Goetz2010-05-141-1/+1
* | QNAM HTTP: Introduce attributes for controlling cookies and authRobert Hogan2010-05-041-0/+5
* | Introduce a qconfig feature for Bearer ManagementTasuku Suzuki2010-04-151-0/+3
* | Merge remote branch 'origin/master' into bearermanagement/unit-testsAaron McCarthy2010-02-221-1/+4
|\ \
| * | QNetworkAccessManager: add method to send custom requestsPeter Hartmann2010-02-161-1/+4
| |/
* | Fix build on Windows.Aaron McCarthy2010-02-121-0/+1
* | Rename and remove unused private slots.Aaron McCarthy2010-02-111-2/+3
* | Only create session when valid configuration is available.Aaron McCarthy2010-02-081-0/+5
* | Remove debug.Aaron McCarthy2010-02-031-10/+3
* | Don't try to resolve names to determine if dest is localhost.Aaron McCarthy2010-02-031-8/+8
* | Progress.Aaron McCarthy2010-02-031-25/+18
* | Wait until session is in the connected state before starting transfer.Aaron McCarthy2010-02-031-6/+13
* | Bearer Management Integration.Aaron McCarthy2010-02-031-20/+4
* | Progress.Aaron McCarthy2010-02-031-0/+19
* | Start adding network session support into QNetworkAccessManager.Aaron McCarthy2010-02-031-0/+30
|/
* QNAM HTTP: Fix readBuffer maximum size.Markus Goetz2010-01-111-0/+6
* Update copyright year to 2010Jason McDonald2010-01-071-1/+1
* QNAM: Do not emit uploadProgress() when reply was abortedMarkus Goetz2009-11-061-0/+2
* Update license headers again.Jason McDonald2009-09-091-4/+4
* Merge branch '4.5' into 4.6Thiago Macieira2009-09-011-4/+10
|\
| * QNetworkAccessManager can delete the QAbstractNetworkCache pointer atBenjamin C Meyer2009-09-011-1/+3
| * Initialize QNetworkAccessBackend's private variables to 0 in the constructorBenjamin C Meyer2009-09-011-2/+7
* | 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
* | QNetworkAccessManager: HTTP download performance improvementsMarkus Goetz2009-07-171-2/+2