summaryrefslogtreecommitdiffstats
path: root/src/network/access/qnetworkrequest.cpp
Commit message (Expand)AuthorAgeFilesLines
* QNAM: Enable HTTP/2 by defaultMårten Nordheim2020-09-101-1/+1
* Set default redirect policy to NoLessSafeRedirectPolicyFrederik Gladhorn2020-08-131-18/+8
* wasm: fix setTransferTimeoutLorn Potter2020-07-291-2/+3
* QtNetwork: Delete bearer managementMårten Nordheim2020-04-051-2/+0
* Merge remote-tracking branch 'origin/5.15' into devLars Knoll2020-02-281-1/+1
|\
| * Doc: Rename TransferTimeoutPreset to DefaultTransferTimeoutConstantMårten Nordheim2020-02-261-1/+1
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-261-3/+3
|\|
| * Rename TransferTimeoutPreset to DefaultTransferTimeoutConstantTimur Pocheptsov2020-02-251-3/+3
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-091-3/+3
|\|
| * Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-3/+3
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-251-1/+1
|\|
| * Make transferTimeout getters constVille Voutilainen2019-11-221-1/+1
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-301-0/+50
|\|
| * Add a timeout for transfersVille Voutilainen2019-10-281-0/+50
* | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2019-10-041-1/+1
|\|
| * Move away from recently deprecated HTTP2 attributesMårten Nordheim2019-10-011-1/+1
* | Retire SPDY protocol implementation (Qt6)Timur Pocheptsov2019-09-251-18/+0
|/
* QNetworkRequest: deprecate SPDY-related attributes for 5.15Timur Pocheptsov2019-09-121-3/+10
* Fix a broken buildTimur Pocheptsov2019-08-221-2/+15
* Add means to configure HTTP/2 protocol handlerTimur Pocheptsov2019-08-201-1/+57
* Port from QStringViewLiteral to u""Marc Mutz2019-07-291-1/+1
* QNetworkRequest: make the default ctor implicitMarc Mutz2019-07-151-1/+12
* Use QStringView overloads of <QDate/Time>::toString()Marc Mutz2019-05-291-1/+1
* Introduce AutoDeleteReplyOnFinishAttribute for QNetworkRequestMårten Nordheim2019-05-151-0/+6
* Add support for setting the peer verify name via the QNetwork* classesAndy Shaw2019-02-061-1/+30
* Documentation: Add \nullptr macro and use where applicableFriedemann Kleint2019-01-101-1/+1
* Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-09-271-3/+3
|\
| * Modernize the "datestring" featureLiang Qi2018-09-241-3/+3
* | Merge branch '5.11' into devEdward Welbourne2018-07-311-6/+3
|\|
| * QNetworkRequest - fix the documentationTimur Pocheptsov2018-07-201-6/+3
* | QByteArray: add compare() with case sensitivity optionsThiago Macieira2018-06-221-10/+10
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-241-0/+3
|\|
| * Treat the Content-Disposition header as a known headerAndy Shaw2018-05-141-0/+3
* | Add HTTP caching headers to KnownHeadersJan Murawski2018-04-191-0/+114
|/
* Correct since value of QNetworkRequest::Http2DirectAttributeAllan Sandfeld Jensen2018-01-241-1/+1
* Add QNetworkRequest::ResourceTypeAttribute for use in QtWebKitKonstantin Tokarev2017-11-241-0/+2
* Introduce Http2DirectAttributeTimur Pocheptsov2017-09-041-0/+12
* Use HTTP2WasUsedAttribute for HTTP2Timur Pocheptsov2017-03-291-1/+4
* QNAM - rename Redirect*s*Nnn to RedirectNnnTimur Pocheptsov2017-02-231-24/+24
* Add a user-controlled auto-redirect policyTimur Pocheptsov2017-01-191-0/+10
* Add redirects policy to QNetworkAccessManagerTimur Pocheptsov2017-01-171-0/+26
* Add a way to get Content-Length when using compressed dataJesus Fernandez2016-09-061-0/+7
* Document HTTP2Allowed attributeTimur Pocheptsov2016-08-111-0/+8
* QtNetwork: eradicate Q_FOREACH loops [needing qAsConst()]Marc Mutz2016-04-251-2/+2
* QtNetwork: eradicate Q_FOREACH loops [already const]Marc Mutz2016-04-251-2/+2
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-131-4/+6
|\
| * Doc: clarify redirection handling in QNetworkRequestDavid Faure2016-04-101-4/+5
| * Note the introductory version of network redirection related enums.Jake Petroules2016-04-091-0/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-211-5/+7
|\|
| * QNetworkHeaders: fix UB (invalid enum value) in Private::parseAndSetHeader()Marc Mutz2016-03-121-5/+7