summaryrefslogtreecommitdiffstats
path: root/src/network/access
Commit message (Expand)AuthorAgeFilesLines
* Check for loopback address if network access is unavailableMårten Nordheim2017-08-151-2/+10
* QNAM: requeue pipelined HTTP requests after unrecoverable socket errorsRomain Pokrzywka2017-08-141-2/+5
* Use QNetworkReply::ProtocolFailure in HTTP/2 failuresThiago Macieira2017-05-081-4/+4
* Doc: correct \sa statementNico Vertriest2017-04-211-3/+1
* QNetworkReplyHttpImpl - check 'isOpen' twiceTimur Pocheptsov2017-04-191-0/+6
* Doc: add missing doc for parametersNico Vertriest2017-04-182-5/+5
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-121-1/+1
|\
| * Fix reusing FTP connection after abortJesus Fernandez2017-04-071-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
* | Prefer rvalue versions of toLatin() and toUtf8()Anton Kudryavtsev2017-03-302-2/+2
* | Use HTTP2WasUsedAttribute for HTTP2Timur Pocheptsov2017-03-293-2/+14
* | Use case-insensitive compare moreAnton Kudryavtsev2017-03-291-1/+1
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-213-28/+59
|\|
| * QHttpNetworkConnection: fall back gracefully to HTTP/1.1Timur Pocheptsov2017-03-083-28/+59
* | QHstsPolicy: Replace bool with QFlagsTimur Pocheptsov2017-03-083-6/+25
* | 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
* | 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
| |\| |