summaryrefslogtreecommitdiffstats
path: root/src/network/access/qnetworkaccessmanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-311-3/+11
|\
| * Avoid dereferencing nullptrMårten Nordheim2017-08-181-1/+1
| * Check for loopback address if network access is unavailableMårten Nordheim2017-08-151-2/+10
* | Introduce QHstsStore - the permanent store for HSTS policiesTimur Pocheptsov2017-08-021-1/+43
* | Docs: Fix some warningsFriedemann Kleint2017-04-211-1/+1
|/
* Doc: add missing doc for parametersNico Vertriest2017-04-181-1/+1
* Make networkAccessibility() return the actual state of the networkAndy Shaw2017-04-111-2/+2
* QNetworkRequest - do not set ManualRedirectPolicyTimur Pocheptsov2017-04-041-4/+2
* QNAM - rename Redirect*s*Nnn to RedirectNnnTimur Pocheptsov2017-02-231-11/+11
* HSTS - API/naming fixesTimur Pocheptsov2017-02-231-27/+13
* Refactor HSTS cache implementationTimur Pocheptsov2017-01-241-0/+41
* Add HTTP strict tranport security support to QNAMTimur Pocheptsov2017-01-201-0/+67
* Add redirects policy to QNetworkAccessManagerTimur Pocheptsov2017-01-171-4/+52
* Introduce QNetworkAccessManager::clearConnectionCache()Sebastian Lösch2017-01-161-3/+22
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-251-1/+1
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-251-1/+1
| |\
| | * _q_networkSessionClosed - disconnect the correct objectTimur Pocheptsov2016-11-231-1/+1
* | | Add missing overloads for custom verbsRichard J. Moore2016-07-221-0/+41
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-131-10/+0
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-061-10/+0
| |\|
| | * Remove QNetworkReplyNSURLConnectionImpl.Jake Petroules2016-05-261-10/+0
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-231-22/+81
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-191-22/+81
| |\|
| | * make sure QNAM reacts to configuration changesLorn Potter2016-05-071-22/+79
* | | Add support for Apple tvOSMike Krus2016-05-171-2/+2
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-03-221-28/+26
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-211-28/+26
| |\|
| | * Deduplicate a condition to make clear that several cases ask it.Edward Welbourne2016-03-101-27/+25
| | * Skip spurious .toLower() on returns of QUrl::scheme()Edward Welbourne2016-03-101-1/+1
* | | Async open file support in QNetworkAccessManagerJesus Fernandez2016-03-071-16/+24
|/ /
* / Updated license headersJani Heikkinen2016-01-151-14/+20
|/
* Make UnknownAccessibility not block requestsLorn Potter2015-11-061-2/+1
* Libraries: Fix single-character string literals.Friedemann Kleint2015-10-131-1/+1
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-021-22/+48
|\
| * Make sure networkAccessibilityChanged is emittedLorn Potter2015-09-261-22/+48
* | Merge remote-tracking branch 'origin/5.5' into HEADSimon Hausmann2015-07-171-8/+17
|\|
| * Make sure to report correct NetworkAccessibilityLorn Potter2015-07-151-8/+17
* | QtNetwork: fix warnings when compiling with QT_NO_BEARERMANAGEMENTUlf Hermann2015-06-191-1/+1
|/
* Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-06-011-20/+21
|\
| * Fix no bearermanagement buildLorn Potter2015-05-291-20/+21
* | Update copyright headersJani Heikkinen2015-02-111-7/+7
* | QNetworkAccessManager: introduce support for TLS PSKGiuseppe D'Angelo2015-01-231-0/+37
|/
* Reset QNAM's NetworkConfiguration when state changes.Lorn Potter2014-11-051-1/+11
* Doc: Use title case in section1 titlesNico Vertriest2014-09-301-1/+1
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Mac networking: only try system proxy credentials oncePeter Hartmann2014-06-231-4/+9
* Mac networking: check system keychain for proxy authPeter Hartmann2014-06-231-19/+20
* network: add support for the SPDY protocolPeter Hartmann2014-02-191-0/+13
* Remove obsolete parts from QNAM documentationAlex Blasche2014-01-241-6/+1
* NSUrlConnection backend for QNetworkAccessManagerMorten Johan Sørvig2013-11-081-0/+10