summaryrefslogtreecommitdiffstats
path: root/src/rgw/rgw_compression.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* ceph-dencoder: Add missing rgw types to ceph-dencoder for accurate encode-dec...NitzanMordhai2023-09-071-0/+11
* rgw: support full object encryption stack on compressionDai Zhiwei2022-09-231-2/+10
* rgw:cleanup/refactor json and xml encoders and decodersKaleb S. KEITHLEY2021-12-131-0/+18
* rgw: build without "using namespace std"Kefu Chai2021-08-131-0/+2
* rgw: D3N Cache changes for UpstreamMark Kogan2021-07-061-3/+3
* rgw: cast rgw_max_chunk_size to off_tKefu Chai2021-04-151-2/+2
* rgw: add helper to decode compression info from single attrCasey Bodley2020-09-221-19/+26
* common/bl, *: deprecate list::claim() in favor of operator=(list&&).Radoslaw Zarzynski2020-06-291-3/+3
* compressor/zlib:make zlib windowBits configurable for compressionWangPengfei2020-04-301-2/+2
* rgw: switch copy{_in} users to bufferlist::iterator.Radoslaw Zarzynski2020-01-261-3/+10
* RGW - Make sure editor settings are correct for all filesDaniel Gryniewicz2019-08-191-1/+1
* Merge pull request #29118 from cbodley/wip-rgw-metadata-servicificationCasey Bodley2019-08-131-0/+25
|\
| * rgw: move rgw_compression_info_from_attrset() to a better homeYehuda Sadeh2019-07-291-0/+25
* | rgw:Fix rgw decompression log-printHan Fengzhe2019-08-131-1/+1
|/
* rgw: clean-up -- insure C++ source code files contain editor directivesJ. Eric Ivancich2018-12-111-1/+0
* rgw: compression filter uses rgw::putobj::PipeCasey Bodley2018-10-161-16/+13
* rgw: rest_client: work towards throttling of http read requestsYehuda Sadeh2018-04-101-1/+1
* rgw: download object might fail for local invariable uninitializedfang yuxiang2018-02-271-1/+1
* rgw: can't download object with range when compression enabledfang yuxiang2018-02-021-7/+9
* radosgw: refactor compression codeAdam Kupczyk2017-06-261-42/+31
* rgw: connection reset/crashed when download large zero object with compressio...fang.yuxiang2017-06-261-8/+29
* radosgw: fixed sizes of integers used to operate on offsets and lengths in co...Adam Kupczyk2017-06-221-6/+6
* rgw: get wrong content when download object with specific range whenfang.yuxiang2017-05-271-6/+7
* Implemented RGWGetObj_BlockDecrypt RGWPutObj_BlockEncrypt filters.Adam Kupczyk2017-04-051-2/+2
* rgw: use rgw_raw_obj in manifest codeYehuda Sadeh2017-03-091-1/+1
* rgw/rgw_compression.cc: prefer ++operator for non-primitive iteratorsDanny Al-Gaaf2017-02-091-1/+1
* rgw: ops use zone placement's compression typeCasey Bodley2016-12-011-4/+2
* rgw: move compressor plugin out of filterCasey Bodley2016-11-111-27/+14
* Fixed possible problems when compression expands data.Adam Kupczyk2016-11-021-2/+4
* rgw: move compression code in filters systemVed-vampir2016-11-021-0/+173