summaryrefslogtreecommitdiffstats
path: root/src/network/access/qnetworkreplyhttpimpl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace usages of QVariant::value by qvariant_castOlivier Goffart2019-12-151-1/+1
* Port QThread::wait() to QDeadlineTimerChristian Ehrlicher2019-11-131-1/+1
* Add a timeout for transfersVille Voutilainen2019-10-281-3/+33
* Move away from recently deprecated HTTP2 attributesMårten Nordheim2019-10-011-4/+4
* Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-041-1/+2
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-08-311-1/+2
| |\
| | * Fix invalid end range appended to HTTP requestRainer Keller2019-08-281-1/+2
* | | Remove use of QByteDataBuffer in QNetworkReplyHttpImplMårten Nordheim2019-08-221-39/+19
* | | Add means to configure HTTP/2 protocol handlerTimur Pocheptsov2019-08-201-4/+2
* | | Introduce QNetworkConnection/Status/MonitorTimur Pocheptsov2019-05-021-4/+11
|/ /
* | Merge remote-tracking branch 'origin/5.12' into 5.13Friedemann Kleint2019-03-261-11/+3
|\|
| * Network cache: Stop treating no-cache like no-storeMårten Nordheim2019-03-221-11/+3
* | Fix can not -> cannotRobert Loehning2019-02-251-1/+1
* | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-02-081-1/+1
|\|
| * Normalize some SIGNAL/SLOT signaturesJoerg Bornemann2019-02-061-1/+1
* | Add support for setting the peer verify name via the QNetwork* classesAndy Shaw2019-02-061-0/+1
|/
* QNetworkReplyHttpImpl::_q_startOperation - remove a useless warningTimur Pocheptsov2019-01-081-4/+2
* Revise filtering of Content-Length in HTTP cache controlEdward Welbourne2018-12-071-5/+5
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-07-171-16/+16
|\
| * Use nullptr instead of 0Jesus Fernandez2018-07-161-16/+16
* | QByteArray: add compare() with case sensitivity optionsThiago Macieira2018-06-221-2/+2
|/
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-231-42/+40
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-301-42/+40
| |\
| | * 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
* | | Merge "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging...Liang Qi2017-11-061-0/+4
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-051-0/+4
| |\| |
| | * | HTTP/2 - make protocol settings configurablev5.10.0-beta3Timur Pocheptsov2017-10-261-0/+4
* | | | Modernize use of 'http' featureUlf Hermann2017-11-061-4/+0
|/ / /
* | | Merge remote-tracking branch 'origin/5.10' into devAllan Sandfeld Jensen2017-10-241-22/+67
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-231-22/+66
| |\|
| | * network: add a QT_CONFIG(bearermanagement) guardLiang Qi2017-10-181-0/+2
| | * Fix redirecting POST for HTTP 307 and 308Mårten Nordheim2017-10-171-1/+6
| | * Open a session during redirects when neededMårten Nordheim2017-10-171-21/+57
| | * QNAM (redirects) - clear 'raw' headers before sending the next requestTimur Pocheptsov2017-10-171-0/+1
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-161-0/+1
| |\|
| | * Add support for HTTP status 308 Permanent RedirectMårten Nordheim2017-10-101-0/+1
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-10-171-0/+8
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-041-0/+8
| |\|
| | * Fix cookies not being applied on redirectMårten Nordheim2017-09-291-0/+8
* | | Introduce Http2DirectAttributeTimur Pocheptsov2017-09-041-1/+9
|/ /
* / QNAM: delay SSL initializationTimur Pocheptsov2017-04-261-5/+12
|/
* QNetworkReplyHttpImpl - check 'isOpen' twiceTimur Pocheptsov2017-04-191-0/+6
* Use HTTP2WasUsedAttribute for HTTP2Timur Pocheptsov2017-03-291-1/+8
* QNAM - rename Redirect*s*Nnn to RedirectNnnTimur Pocheptsov2017-02-231-7/+7
* Make our redirect policies STS-awareTimur Pocheptsov2017-01-261-2/+26
* Add HTTP strict tranport security support to QNAMTimur Pocheptsov2017-01-201-0/+22
* Add a user-controlled auto-redirect policyTimur Pocheptsov2017-01-191-5/+16
* Add redirects policy to QNetworkAccessManagerTimur Pocheptsov2017-01-171-2/+8
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-11-021-4/+2
|\