summaryrefslogtreecommitdiffstats
path: root/src/network/access
Commit message (Expand)AuthorAgeFilesLines
* HTTP/2 - make protocol settings configurablev5.10.0-beta3Timur Pocheptsov2017-10-2610-68/+262
* QHstsStore - use qAsConst in a range-loopTimur Pocheptsov2017-10-231-1/+1
* Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-235-24/+80
|\
| * 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
* | Merge "Merge remote-tracking branch 'origin/5.9' into 5.10" into refs/staging...Liang Qi2017-10-174-3/+5
|\ \
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-164-3/+5
| |\|
| | * Add support for HTTP status 308 Permanent RedirectMårten Nordheim2017-10-104-3/+5
* | | HTTP/2 protocol handler: tweak receive window sizesTimur Pocheptsov2017-10-164-25/+30
|/ /
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-043-6/+34
|\|
| * 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
* | Revert "HTTP/2 protocol handler: set the redirect URL on reply"Timur Pocheptsov2017-09-291-18/+1
* | QNetworkDiskCache: Fix deprecation warningFriedemann Kleint2017-09-291-1/+3
* | HTTP/2 protocol handler: set the redirect URL on replyTimur Pocheptsov2017-09-281-1/+18
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-0611-38/+33
|\|
| * Convert features.networkdiskcache to QT_[REQUIRE_]CONFIGStephan Binner2017-09-064-15/+11
| * Convert features.ftp to QT_[REQUIRE_]CONFIGStephan Binner2017-09-068-23/+22
* | 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
* | HTTP/2 - implement the proper 'h2c' (protocol upgrade)Timur Pocheptsov2017-08-2711-36/+212
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-151-2/+5
|\|
| * QNAM: requeue pipelined HTTP requests after unrecoverable socket errorsRomain Pokrzywka2017-08-141-2/+5
* | Introduce QHstsStore - the permanent store for HSTS policiesTimur Pocheptsov2017-08-028-7/+411
* | Deprecate and remove the unused bearer support in QNetworkProxyThiago Macieira2017-07-211-22/+0
* | Fix some qdoc warnings for 5.10Friedemann Kleint2017-06-201-2/+2
* | QUuid, QHttpMultipart and QHash: use QRandomGeneratorThiago Macieira2017-06-121-14/+7
* | winrt: Skip host lookup for http connectionsOliver Wolff2017-05-181-0/+8
* | Merge remote-tracking branch 'origin/5.9' into devFrederik Gladhorn2017-05-101-4/+4
|\|
| * Use QNetworkReply::ProtocolFailure in HTTP/2 failuresThiago Macieira2017-05-081-4/+4
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-05-071-1/+1
|\|
| * Doc: correct \sa statementNico Vertriest2017-04-211-3/+1
* | qhttpthreaddelegate: Fix build with -no-ssl after @70d8460fc20Palo Kisa2017-04-271-1/+1
* | QNAM: delay SSL initializationTimur Pocheptsov2017-04-266-22/+43
* | Docs: Fix some warningsFriedemann Kleint2017-04-212-3/+3
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-204-8/+14
|\|
| * 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
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-071-4/+2
|\| |
| * | QNetworkRequest - do not set ManualRedirectPolicyTimur Pocheptsov2017-04-041-4/+2
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-046-5/+17
|\| |
| * | Prefer rvalue versions of toLatin() and toUtf8()Anton Kudryavtsev2017-03-302-2/+2