summaryrefslogtreecommitdiffstats
path: root/src/network/access
Commit message (Expand)AuthorAgeFilesLines
* Doc: Add missing full stops in briefsPaul Wicking2018-06-213-3/+3
* Fix build for Android with android-clang in r17Liang Qi2018-06-061-2/+0
* Http/2 - remove unused 'compressedData'Timur Pocheptsov2018-05-241-1/+0
* Treat the Content-Disposition header as a known headerAndy Shaw2018-05-141-0/+3
* Stop rejecting cookies which have a domain that matches a TLDMårten Nordheim2018-04-301-0/+16
* Specify that you need an instance of QNetworkAccessManager per threadJussi Witick2018-04-271-1/+3
* HTTP/2 - reset uploadByteDevice if necessaryTimur Pocheptsov2018-04-121-0/+14
* HTTP/2 - treat HEADERS frames as valid for streams in 'open' stateTimur Pocheptsov2018-04-051-3/+4
* QNetworkReply: fix isFinished() for disabled repliesDavid Faure2018-03-171-0/+1
* Fix build when ftp feature is disabledPasi Petäjäjärvi2018-02-211-0/+1
* Merge remote-tracking branch 'origin/5.10' into 5.11Liang Qi2018-02-155-1/+13
|\
| * QNAM should prepend Host header to the header list instead of appendingKonstantin Tokarev2018-01-245-1/+13
* | Fix typosJarek Kobus2018-02-131-2/+2
* | Correct since value of QNetworkRequest::Http2DirectAttributeAllan Sandfeld Jensen2018-01-241-1/+1
* | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-111-2/+10
|\|
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-091-2/+10
| |\
| | * QFtp: only use fall-back password for anonymous accessRyan Chu2018-01-091-2/+10
* | | Merge remote-tracking branch 'origin/5.10' into devLars Knoll2018-01-021-2/+3
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-12-301-2/+3
| |\|
| | * Fix broken QNAM::networkAccessible()Filipe Azevedo2017-11-301-2/+3
* | | 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
| | |\ \