summaryrefslogtreecommitdiffstats
path: root/src/network/access
Commit message (Expand)AuthorAgeFilesLines
* doc: Fixed many broken links.Martin Smith2010-05-191-2/+2
* Revert "[QNAM FTP] Check for the "ftp" scheme case-insensitively"Morten Johan Sørvig2010-05-101-1/+1
* Revert "Use QUrl::isLocalFile and fix the scheme checking in local URLs."Morten Johan Sørvig2010-05-102-13/+9
* [QNAM FTP] Check for the "ftp" scheme case-insensitivelyThiago Macieira2010-05-051-1/+1
* Use QUrl::isLocalFile and fix the scheme checking in local URLs.Thiago Macieira2010-05-052-9/+13
* QNAM HTTP: Add doc since tags for new enumsMarkus Goetz2010-05-041-0/+7
* QNAM HTTP: Introduce attributes for controlling cookies and authRobert Hogan2010-05-0413-16/+128
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-05-021-0/+3
|\
| * Secure Cookies should only be sent over secure connections.Robert Hogan2010-04-281-0/+3
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-04-294-28/+62
|\ \
| * | QNAM HTTP: Fix invoking a method when being destructed right now (2)Markus Goetz2010-04-261-0/+7
| * | QNAM: Use a reference in appendDownstreamDataMarkus Goetz2010-04-261-1/+1
| * | QNAM HTTP: Divide QNetworkReplyImplPrivate::appendDownstreamDataMarkus Goetz2010-04-262-25/+53
| * | QNAM HTTP: Avoid one copyMarkus Goetz2010-04-261-2/+1
* | | Merge branch 'qt-4.7-from-4.6' of scm.dev.nokia.troll.no:qt/qt-integration in...Qt Continuous Integration System2010-04-283-2/+11
|\ \ \ | |_|/ |/| |
| * | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-04-213-2/+11
| |\ \ | | |/
| | * QNAM: Add a code comment related to the cacheMarkus Goetz2010-04-211-0/+5
| | * QNAM HTTP: Fixed a bug when getting empty files with pipeliningMarkus Goetz2010-04-211-1/+1
| | * QNAM HTTP: Pipelining improvementMarkus Goetz2010-04-201-1/+5
* | | Fix compatibility with Qt Mobility.Aaron McCarthy2010-04-281-4/+8
* | | Fix compilation with QT_NO_TEXTSTREAMTasuku Suzuki2010-04-271-1/+1
|/ /
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-04-177-2/+51
|\ \
| * \ Merge remote branch 'staging/4.7' into bearermanagement/qconfigAaron McCarthy2010-04-151-0/+2
| |\ \
| * | | Add missing QT_NO_BEARERMANAGEMENT ifdefs.Aaron McCarthy2010-04-154-8/+23
| * | | Introduce a qconfig feature for Bearer ManagementTasuku Suzuki2010-04-156-2/+36
* | | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Olivier Goffart2010-04-164-42/+66
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | QNAM HTTP: Pipelining changesMarkus Goetz2010-04-153-42/+60
| * | QFtp: Fix possible crashMarkus Goetz2010-04-141-0/+6
* | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-04-141-0/+2
|\ \ \ | |/ / | | / | |/ |/|
| * QNAM HTTP: Do not pipeline with WebLogic serversMarkus Goetz2010-04-131-0/+2
* | 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
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-04-092-1/+6
|\ \ | |/
| * Fix compile error with QT_NO_NETWORKDISKCACHE in QtNetworkTasuku Suzuki2010-03-312-1/+6
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-301-3/+6
|\ \
| * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-301-3/+6
| |\ \
| | * | QNAM HTTP: Fix invoking a method when being destructed right nowPeter Hartmann2010-03-291-3/+6
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7Martin Jones2010-03-255-54/+138
| |\ \ \ | | |/ /
| * | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.7Alexis Menard2010-03-251-1/+8
| |\ \ \
* | \ \ \ Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-03-292-17/+44
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| |
| * | | Fix compile error on Symbian 9.1, caused in network/access.Frans Englich2010-03-262-14/+33
| * | | QNAM HTTP: Symbian compile fixMarkus Goetz2010-03-251-0/+1
| * | | QNAM HTTP: Fix crazy crash when exiting applicationMarkus Goetz2010-03-252-2/+2
| | |/ | |/|
| * | QNAM HTTP: Do not use TCP_NODELAYMarkus Goetz2010-03-231-1/+8
* | | Fix compile error with QT_NO_HTTPTasuku Suzuki2010-03-241-0/+8
* | | Remove extraneous semi-colon.Aaron McCarthy2010-03-231-1/+1
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-225-54/+130
|\ \ \ | |_|/ |/| |
| * | Revert "Don't emit open signal on session close/error."Aaron McCarthy2010-03-193-14/+0
| * | Rename networkAccess property to networkAccessible.Aaron McCarthy2010-03-193-31/+99
| * | Don't emit open signal on session close/error.Aaron McCarthy2010-03-193-0/+14