summaryrefslogtreecommitdiffstats
path: root/src/network/access
Commit message (Expand)AuthorAgeFilesLines
* doc: Add class qualifiers to parameter typesMartin Smith2017-12-062-4/+18
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-302-21/+19
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-281-8/+8
| |\
| | * Handle HostNotFoundError correctly for HTTP/2Timur Pocheptsov2017-11-241-8/+8
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-231-13/+11
| |\|
| | * Code cleanup in QNAMFilipe Azevedo2017-11-221-13/+11
* | | Merge "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging...Thiago Macieira2017-11-303-48/+46
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-233-48/+46
| |\| |
| | * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-171-1/+1
| | |\|
| | | * HTTP/2 - fix header processingTimur Pocheptsov2017-11-151-1/+1
| | * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-302-47/+45
| | |\|
| | | * 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
* | | | Add QNetworkRequest::ResourceTypeAttribute for use in QtWebKitKonstantin Tokarev2017-11-242-0/+3
|/ / /
* | | Merge "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging...Liang Qi2017-11-0611-68/+263
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-0511-68/+263
| |\| |
| | * | QRandomGenerator: add system() and global()Thiago Macieira2017-10-291-1/+1
| | * | HTTP/2 - make protocol settings configurablev5.10.0-beta3Timur Pocheptsov2017-10-2610-68/+262
* | | | Modernize use of 'http' featureUlf Hermann2017-11-0629-117/+81
|/ / /
* | | Merge "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging...Liang Qi2017-10-268-28/+86
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.10' into devAllan Sandfeld Jensen2017-10-248-28/+86
| |\| |
| | * | 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
* | | | | QHstsCache - do not mix const/non-const iteratorsTimur Pocheptsov2017-10-262-10/+11
* | | | | HPACK - remove non-trivial ctorsTimur Pocheptsov2017-10-261-17/+5
* | | | | HPACK - make Huffman 'CodeEntry' into PODTimur Pocheptsov2017-10-261-13/+0
* | | | | QHttp2ProtocolHandler - avoid calls to detach in a range-loopTimur Pocheptsov2017-10-241-1/+2
|/ / / /
* | | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-10-177-32/+67
|\| | |
| * | | 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.10' into devLiang Qi2017-09-2611-38/+33
|\| |
| * | 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
* | | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-197-10/+10