summaryrefslogtreecommitdiffstats
path: root/src/network/access
Commit message (Expand)AuthorAgeFilesLines
* QFtp: only use fall-back password for anonymous accessRyan Chu2018-01-091-2/+10
* Fix broken QNAM::networkAccessible()Filipe Azevedo2017-11-301-2/+3
* Handle HostNotFoundError correctly for HTTP/2Timur Pocheptsov2017-11-241-8/+8
* Code cleanup in QNAMFilipe Azevedo2017-11-221-13/+11
* HTTP/2 - fix header processingTimur Pocheptsov2017-11-151-1/+1
* Fix private includes in qhttp2protocolhandler_p.hJoerg Bornemann2017-10-271-5/+5
* Replace unneeded nullptr-checks with ASSERTSMårten Nordheim2017-10-271-36/+36
* Fix redirecting all the other methods for HTTP 307 and 308Mårten Nordheim2017-10-241-6/+4
* Fix cookie path matching for empty url pathMårten Nordheim2017-10-191-1/+1
* network: add a QT_CONFIG(bearermanagement) guardLiang Qi2017-10-182-0/+4
* Fix redirecting POST for HTTP 307 and 308Mårten Nordheim2017-10-173-2/+15
* Open a session during redirects when neededMårten Nordheim2017-10-172-21/+59
* QNAM (redirects) - clear 'raw' headers before sending the next requestTimur Pocheptsov2017-10-171-0/+1
* Add support for HTTP status 308 Permanent RedirectMårten Nordheim2017-10-104-3/+5
* Fix cookies not being applied on redirectMårten Nordheim2017-09-291-0/+8
* HTTP/2 protocol handler: set redirect URL on replyTimur Pocheptsov2017-09-291-1/+20
* Fix namespaced build on macOSJake Petroules2017-09-251-5/+6
* Convert features.networkdiskcache to QT_[REQUIRE_]CONFIGStephan Binner2017-09-064-15/+11
* Convert features.ftp to QT_[REQUIRE_]CONFIGStephan Binner2017-09-068-23/+22
* Avoid dereferencing nullptrMårten Nordheim2017-08-181-1/+1
* 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