summaryrefslogtreecommitdiffstats
path: root/src/network/access
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-143-6/+25
|\
| * QHstsPolicy: Replace bool with QFlagsTimur Pocheptsov2017-03-083-6/+25
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-0214-137/+132
|\|
| * HSTS policy - fix APITimur Pocheptsov2017-02-242-27/+30
| * QNAM - rename Redirect*s*Nnn to RedirectNnnTimur Pocheptsov2017-02-239-68/+68
| * HSTS - API/naming fixesTimur Pocheptsov2017-02-236-42/+34
* | Fix proxy when changing only the passwordCédric Cabessa2017-02-241-0/+4
|/
* Use static initialization for QBasicAtomicsMarc Mutz2017-02-161-1/+1
* Make some atomic counters zero-basedMarc Mutz2017-02-151-4/+7
* Fix some qdoc warnings for 5.9Friedemann Kleint2017-02-061-4/+4
* Revert "Network (HTTPS): prevent recursion among ->close() methods"Paolo Angelelli2017-01-261-23/+21
* Make our redirect policies STS-awareTimur Pocheptsov2017-01-262-8/+31
* Merge "Merge remote-tracking branch 'origin/5.8' into dev" into refs/staging/devLiang Qi2017-01-261-1/+1
|\
| * Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-251-1/+1
| |\
| | * QtNetwork: fix GCC 7 warningsMarc Mutz2017-01-141-1/+1
* | | Avoid detaching temporary objectsAlexander Volkov2017-01-251-1/+1
* | | Refactor HSTS cache implementationTimur Pocheptsov2017-01-247-154/+457
|/ /
* | Fix uninitialized memberJesus Fernandez2017-01-231-2/+1
* | Add HTTP strict tranport security support to QNAMTimur Pocheptsov2017-01-208-3/+802
* | Add a user-controlled auto-redirect policyTimur Pocheptsov2017-01-197-6/+48
* | HTTP/2 - fix SETTINGS frame validationTimur Pocheptsov2017-01-171-1/+1
* | Add redirects policy to QNetworkAccessManagerTimur Pocheptsov2017-01-179-32/+147
* | Network (HTTPS): prevent recursion among ->close() methodsEdward Welbourne2017-01-171-21/+23
* | Introduce QNetworkAccessManager::clearConnectionCache()Sebastian Lösch2017-01-163-4/+26
* | qhttp2protocolhandler - handle proxies correctlyTimur Pocheptsov2017-01-111-3/+12
* | HTTP/2 - fix handling of GOAWAY frameTimur Pocheptsov2017-01-112-12/+26
* | Set the error for HTTP code 403 to be a ContentAccessDenied errorAndy Shaw2016-12-202-2/+2
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-161-0/+1
|\|
| * Merge remote-tracking branch 'origin/5.7' into 5.8.0Liang Qi2016-12-081-0/+1
| |\
| | * ~QHttpNetworkConnectionPrivate - disconnect from socket's signalsTimur Pocheptsov2016-12-061-0/+1
* | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-131-1/+1
|\| |
| * | 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
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-11-171-0/+2
|\| | |
| * | | Unbreak a couple of configurationsLars Knoll2016-11-111-0/+2
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-11-028-103/+402
|\| | |
| * | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-011-4/+2
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-221-4/+2
| | |\|
| | | * QNetworkReplyHttpImpl: Fix UB (member call) in destruction sequenceMarc Mutz2016-10-201-4/+2
| * | | HTTP/2 - fix the handling of PUSH_PROMISETimur Pocheptsov2016-10-217-99/+400
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-10-134-7/+23
|\| | |
| * | | Add configure feature for QUrl::topLevelDomainLars Knoll2016-10-111-1/+10
| * | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-10-113-6/+13
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-083-6/+13
| | |\|
| | | * Make sure SSL configuration is correct in QNetworkReply::encrypted.Vladimir Prus2016-10-053-6/+13
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-09-212-4/+4
|\| | |
| * | | API Review: Don't reorder existing enum valuesSune Vuorela2016-09-151-2/+2
| * | | Use QString::fromLatin1() less to avoid string allocationsAnton Kudryavtsev2016-09-151-2/+2
* | | | Add a way to get Content-Length when using compressed dataJesus Fernandez2016-09-068-7/+34