summaryrefslogtreecommitdiffstats
path: root/src/network/access/qnetworkaccessmanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* QtNetwork: use nullary version of qRegisterMetaType<T>("T")Marc Mutz2012-07-251-8/+8
* QNetworkAccessManager: delete the httpThreadMartin Petersson2012-06-201-2/+8
* QNAM - maintain a weak reference to the QNetworkSessionShane Kearns2012-06-011-21/+37
* Track active network replies without qFindChildrenShane Kearns2012-06-011-1/+5
* Fix QtNetwork compilation for -qconfig largeTasuku Suzuki2012-05-191-0/+2
* Doc: Modularize QtNetwork documentation.Casper van Donderen2012-05-091-6/+6
* Use reference count to close down idle network sessionShane Kearns2012-05-051-4/+4
* Fixed iOS compilation issues.Ian Dean2012-04-261-2/+2
* Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-161-0/+70
|\
| * Automatically query for Mac Proxy Server credentialsAron Rosenberg2012-04-111-0/+70
* | Add autotest interface to get session from QNAMShane Kearns2012-04-111-0/+11
|/
* Call wait() after calling quit() so that it can gracefully finishAndy Shaw2012-03-081-0/+2
* Fix tst_QNetworkReply::httpWithNoCredentialUsage autotestShane Kearns2012-03-061-4/+6
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-021-4/+4
* Test for QT_NO_SSL instead of QT_NO_OPENSSLShane Kearns2012-02-211-4/+4
* Make https requests fail fast when configured without ssl supportShane Kearns2012-02-211-1/+5
* Fix handling of urls containing username/password in QNetworkAccessManagerShane Kearns2012-02-171-0/+10
* Remove one un-used variant.Xizhi Zhu2012-02-021-1/+0
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Cleaning up header includes.Jonas M. Gastal2012-01-131-0/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Clarifying the flow of signals on QNetworkAccessManager.Jonas M. Gastal2011-12-281-1/+6
* Don't fetch credentials from cache following a failed proxy authenticationShane Kearns2011-12-221-9/+3
* network: remove Symbian specific codePeter Hartmann2011-11-141-11/+1
* QNAM: Introduce clearAccessCache()Markus Goetz2011-07-131-0/+14
* QNAM: Remove QNetworkAccessHttpBackendMarkus Goetz2011-07-111-1/+0
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* Doc: Applying a pending change from previous merges.David Boddie2011-05-231-0/+4
* Clarified sendCustomRequest documentation to include HTTPSJanne Anttila2011-05-101-1/+1
* Enable per network configuration proxy settings in QNetworkAccessManagerShane Kearns2011-05-091-4/+0
* QNAM: Start new HTTP backend architectureMarkus Goetz2011-05-031-7/+25
* QNAM: Improve internal proxyAuthenticationRequired()Markus Goetz2011-05-031-6/+7
* QNAM: Improve internal authenticationRequired()Markus Goetz2011-05-031-11/+11
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+1299