summaryrefslogtreecommitdiffstats
path: root/src/network/access/qnetworkaccessmanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* network API: add support for HTTP multipart messagesPeter Hartmann2011-03-221-1/+92
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt into earth-masteraxis2011-02-241-3/+4
|\
| * Merge branch earth-team/master into earth-stagingJoão Abecasis2011-02-161-243/+11
| |\
| * \ 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
* | | | QNAM: Threaded HTTP implementationMarkus Goetz2011-02-211-0/+13
| |_|/ |/| |
* | | QNAM: Move authentication cache to separate classMarkus Goetz2011-02-041-243/+11
|/ /
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-251-33/+9
|\|
| * Fix header not found build errorShane Kearns2011-01-171-1/+1
| * Workaround crash when multiple QNetworkAccessManager instances are usedShane Kearns2011-01-141-33/+9
* | 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-2/+14
|\|
| * QNetworkAccessManager: enable synchronous HTTP callsPeter Hartmann2010-11-231-2/+14
* | Fix compilation after merge.Olivier Goffart2010-11-121-0/+1
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-11-121-0/+20
|\|
| * QNAM: Do not need QNetworkSession in AlwaysCache load modeMarkus Goetz2010-11-081-0/+21
* | Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2010-10-291-17/+11
|\|
| * QNAM: Internal function renamingMarkus Goetz2010-10-271-6/+6
| * QNAM: Do not load credentials from cache prematurelyMarkus Goetz2010-10-271-11/+5
| * QNAM: Do not need QNetworkSession for data://Markus Goetz2010-10-141-0/+16
* | QNAM: Move out function calls to new variableMarkus Goetz2010-10-051-2/+3
* | QNAM: Remove QNetworkAccessDataBackendMarkus Goetz2010-10-051-3/+1
* | QNAM: New specialized QNetworkReply for data: URLsMarkus Goetz2010-10-051-0/+6
* | QNAM: Rename QFileNetworkReply to QNetworkReplyFileImplMarkus Goetz2010-10-051-2/+2
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-09-281-3/+2
|\|
| * QNAM: Use QFileNetworkReply for qrc:/ URL schemaMisha Tyutyunik2010-09-221-2/+2
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-09-101-1/+1
|\|
| * QNetworkAccessManager doc: add since tag for added enumPeter Hartmann2010-08-311-1/+1
* | QNAM: Move a qRegisterMetaTypeMarkus Goetz2010-08-241-0/+2
* | Remove the use of deprecated qVariant*Olivier Goffart2010-08-061-1/+1
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-06-081-0/+9
|\|
| * QNAM: Improve child deletion orderMarkus Goetz2010-06-021-0/+9
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Thiago Macieira2010-06-011-0/+26
|\|
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-05-241-0/+26
| |\
| | * fix typo in documentationAlex2010-05-241-1/+1
| | * Improve Bearer Management related documentation in QNetworkAccessManagerAlex2010-05-241-0/+26
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-05-251-3/+5
|\| |
| * | Do not attempt to setParent of object in a different threadWarwick Allison2010-05-241-3/+5
| |/
* / Revert "Revert "Use QUrl::isLocalFile and fix the scheme checking in local UR...Thiago Macieira2010-05-201-6/+5
|/
* Revert "Use QUrl::isLocalFile and fix the scheme checking in local URLs."Morten Johan Sørvig2010-05-101-5/+6
* Use QUrl::isLocalFile and fix the scheme checking in local URLs.Thiago Macieira2010-05-051-6/+5
* QNAM HTTP: Introduce attributes for controlling cookies and authRobert Hogan2010-05-041-9/+18
* Add missing QT_NO_BEARERMANAGEMENT ifdefs.Aaron McCarthy2010-04-151-6/+4
* Introduce a qconfig feature for Bearer ManagementTasuku Suzuki2010-04-151-1/+15
* Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-04-131-0/+10
|\
| * Document Symbian platform security requirements on Qt APIsFrans Englich2010-04-121-0/+10
* | Revert "Don't emit open signal on session close/error."Aaron McCarthy2010-03-191-2/+0
* | Rename networkAccess property to networkAccessible.Aaron McCarthy2010-03-191-24/+82
* | Don't emit open signal on session close/error.Aaron McCarthy2010-03-191-0/+2