summaryrefslogtreecommitdiffstats
path: root/src/network/access/qnetworkaccessmanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Rename private signal.Aaron McCarthy2010-03-191-8/+10
* | Add flag to indicate that network sessions are expected on a platform.Aaron McCarthy2010-03-181-7/+7
* | Only enable BM by default in QNAM for appropriate platforms.Aaron McCarthy2010-03-121-8/+18
* | Fix creation of QNetworkSession.Aaron McCarthy2010-03-111-2/+2
* | Don't keep polling network sessions open indefinitely.Aaron McCarthy2010-03-051-2/+19
* | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into master-s60axis2010-02-261-1/+8
|\ \ | |/
| * QNetworkAccessManager: Documentation enhancementsMarkus Goetz2010-02-241-1/+8
* | Merge remote branch 'origin/master' into bearermanagement/unit-testsAaron McCarthy2010-02-221-4/+33
|\ \
| * | QNetworkAccessManager: add method to send custom requestsPeter Hartmann2010-02-161-4/+33
| |/
* | Allow QNAM to be created as a global variable.Aaron McCarthy2010-02-181-3/+7
* | Expand documentation for QNAM::setConfiguration() and friends.Aaron McCarthy2010-02-151-4/+29
* | Merge remote branch 'origin/master' into bearermanagement/integrationAaron McCarthy2010-02-141-1/+1
|\ \ | |/
| * doc: Fixed several typos.Martin Smith2010-02-121-1/+1
* | Fix build on Windows.Aaron McCarthy2010-02-121-1/+2
* | Fix compiler warning, unused variable.Aaron McCarthy2010-02-121-2/+0
* | Document networkSessionOnline() signal and mark as internal.Aaron McCarthy2010-02-111-0/+12
* | Fix documentation.Aaron McCarthy2010-02-111-1/+15
* | Fix after reworking to use signals/slots.Aaron McCarthy2010-02-111-2/+0
* | Rename and remove unused private slots.Aaron McCarthy2010-02-111-67/+19
* | Connect signals between QNAM and QNetworkReplyImpl.Aaron McCarthy2010-02-101-31/+5
* | Fix networkAccessEnabled implementation.Aaron McCarthy2010-02-101-42/+5
* | Add networkAccess property to QNAM.Aaron McCarthy2010-02-091-0/+84
* | Automatically migrate in-progress transfers after roaming.Aaron McCarthy2010-02-081-31/+4
* | Migrate in progress http downloads.Aaron McCarthy2010-02-081-2/+16
* | Only create session when valid configuration is available.Aaron McCarthy2010-02-081-19/+44
* | Fix compile warnings.Aaron McCarthy2010-02-031-38/+25
* | Remove debug.Aaron McCarthy2010-02-031-2/+0
* | Progress.Aaron McCarthy2010-02-031-10/+61
* | Bearer Management Integration.Aaron McCarthy2010-02-031-0/+79
* | Progress.Aaron McCarthy2010-02-031-3/+19
* | Start adding network session support into QNetworkAccessManager.Aaron McCarthy2010-02-031-0/+30
|/
* Enhance QFileNetworkReplyMarkus Goetz2010-01-181-2/+2
* network internals: start HTTP GET requests right away when calledPeter Hartmann2010-01-111-2/+2
* Update copyright year to 2010Jason McDonald2010-01-061-1/+1
* Introduce QFileNetworkReply in QNetworkAccessManagerMarkus Goetz2009-11-131-0/+12
* Networking documentation: Small improvementMarkus Goetz2009-10-161-1/+2
* Fixing the compile bug for Symbian when using ARMV5Aleksandar Sasha Babic2009-10-061-0/+4
* Update license headers again.Jason McDonald2009-09-091-4/+4
* QNetworkAccessManager: Missing break in proxyAuthenticationKeyMarkus Goetz2009-09-041-0/+1
* Merge branch '4.5' into 4.6Thiago Macieira2009-09-011-3/+0
|\