summaryrefslogtreecommitdiffstats
path: root/src/network/access/qnetworkreplyhttpimpl.cpp
Commit message (Expand)AuthorAgeFilesLines
* network: Fix typos in source code commentsJonas Kvinge2021-10-121-3/+3
* QNetworkReply: hold QAtomicInt in shared_ptr, not QSharedPointerMarc Mutz2021-07-281-2/+2
* QNAM: Allow to configure when connections to a host are torn downMarkus Goetz2021-07-271-0/+3
* QNetworkReply: Add two new signalsMarkus Goetz2021-07-201-0/+4
* Hold QRingBuffer and QNonContiguousByteDevice in shared_ptrMarc Mutz2021-07-141-7/+7
* QNetworkRequest: Rename (set)minimumArchiveBombSizeMårten Nordheim2021-07-021-1/+2
* QNetworkReply: Decompress when readingMårten Nordheim2021-06-121-41/+133
* QNetworkRequest: Add API to set a minimum archive bomb sizeMårten Nordheim2021-05-311-8/+1
* QNAM: Work around QObject finicky orphan cleanup detailsMårten Nordheim2020-11-061-1/+11
* QDecompressHelper: limit decompression ratioMårten Nordheim2020-09-221-0/+8
* QNAM: Enable HTTP/2 by defaultMårten Nordheim2020-09-101-2/+4
* Redo QNetworkAccessBackend and various cleanups around itMårten Nordheim2020-08-271-0/+2
* Set default redirect policy to NoLessSafeRedirectPolicyFrederik Gladhorn2020-08-131-3/+1
* Http: Fix POST-to-GET redirects still uploading or transmitting CLMårten Nordheim2020-06-121-0/+26
* QNetworkReplyHttpImpl: resolve a todo after the bearer removalMårten Nordheim2020-06-041-22/+3
* QNetworkReply: Remove some bearer management leftoversMårten Nordheim2020-05-151-51/+1
* Remove bearermanagement usage inside QNAM and QNetworkProxyMårten Nordheim2020-04-011-220/+3
* Merge remote-tracking branch 'origin/5.15' into devLars Knoll2020-03-041-1/+1
|\
| * QNetworkReply: Deprecate 'error' signal, use 'errorOccurred' insteadMårten Nordheim2020-03-031-1/+1
* | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-02-131-9/+9
|\|
| * QNetworkAccessManager: deprecate bearer related functionsMårten Nordheim2020-01-301-9/+9
* | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-01-041-1/+1
|\|
| * Replace usages of QVariant::value by qvariant_castOlivier Goffart2019-12-151-1/+1
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-251-1/+1
|\|
| * Port QThread::wait() to QDeadlineTimerChristian Ehrlicher2019-11-131-1/+1
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-301-3/+33
|\|
| * Add a timeout for transfersVille Voutilainen2019-10-281-3/+33
| * Move away from recently deprecated HTTP2 attributesMårten Nordheim2019-10-011-4/+4
* | Retire SPDY protocol implementation (Qt6)Timur Pocheptsov2019-09-251-17/+5
|/
* 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