summaryrefslogtreecommitdiffstats
path: root/src/network/access/qnetworkaccessmanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* Normalize some SIGNAL/SLOT signaturesJoerg Bornemann2019-02-061-2/+2
* QNetworkAccessManager: defer call to _q_networkSessionStateChangedUlf Hermann2018-10-161-1/+7
* Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-09-271-0/+13
|\
| * Protect HSTS code for no-feature-settings buildTimur Pocheptsov2018-09-241-0/+13
* | Fix typos in the documentationAleix Pol2018-09-251-1/+1
* | WebAssembly for QtBaseMorten Johan Sørvig2018-08-301-0/+13
|/
* Use nullptr instead of 0Jesus Fernandez2018-07-161-2/+2
* Doc: Add missing full stops in briefsPaul Wicking2018-06-211-1/+1
* Specify that you need an instance of QNetworkAccessManager per threadJussi Witick2018-04-271-1/+3
* Merge remote-tracking branch 'origin/5.10' into devLars Knoll2018-01-021-2/+3
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-12-301-2/+3
| |\
| | * Fix broken QNAM::networkAccessible()Filipe Azevedo2017-11-301-2/+3
* | | doc: Add class qualifiers to parameter typesMartin Smith2017-12-061-1/+3
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-301-13/+11
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-231-13/+11
| |\|
| | * Code cleanup in QNAMFilipe Azevedo2017-11-221-13/+11
* | | Modernize use of 'http' featureUlf Hermann2017-11-061-6/+14
|/ /
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-041-5/+6
|\|
| * Fix namespaced build on macOSJake Petroules2017-09-251-5/+6
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-061-3/+5
|\|
| * Convert features.ftp to QT_[REQUIRE_]CONFIGStephan Binner2017-09-061-3/+5
* | 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