summaryrefslogtreecommitdiffstats
path: root/src/network/access
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-08-254-6/+8
|\| | |
| * | | Merge dev into 5.8Oswald Buddenhagen2016-08-2211-468/+461
| |\ \ \
| * | | | Support C++17 fallthrough attributeAllan Sandfeld Jensen2016-08-194-6/+8
* | | | | QNetworkAccessBackend: remove unused fwd declarationMarc Mutz2016-08-241-1/+0
| |/ / / |/| | |
* | | | Refactor Http2::FrameReader/Http2::FrameWriterTimur Pocheptsov2016-08-196-402/+343
* | | | HTTP/2 - do not set END_HEADERS if we have CONTINUATIONsTimur Pocheptsov2016-08-172-1/+2
* | | | HTTP/2 - fix QT_NO_SSL buildTimur Pocheptsov2016-08-153-22/+19