summaryrefslogtreecommitdiffstats
path: root/src/rgw/rgw_cr_rest.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* rgw: pass DoutPrefixProvider into RGWHTTPClientCasey Bodley2024-07-021-2/+4
* rgw: cloud sync: sign requests that read source objsYehuda Sadeh2022-08-261-2/+2
* rgw: DPP addition 5Kalpesh Pandya2021-08-171-4/+4
* rgw: build without "using namespace std"Kefu Chai2021-08-131-0/+2
* rgw: add DPP's to logging for most opsAli Maredia2021-05-041-5/+5
* RGW - Make sure editor settings are correct for all filesDaniel Gryniewicz2019-08-191-1/+1
* rgw: s/Mutex/ceph::mutex/Kefu Chai2019-08-031-3/+3
* rgw: http interfaces take optional_yieldCasey Bodley2019-03-291-2/+2
* rgw: clean-up -- insure C++ source code files contain editor directivesJ. Eric Ivancich2018-12-111-0/+3
* Rename "include/assert.h"Brad Hubbard2018-09-141-1/+1
* rgw: cloud sync crf: delete requestsYehuda Sadeh2018-04-251-0/+18
* rgw: cloud sync via multipart upload, send attrs on initYehuda Sadeh2018-04-251-2/+2
* rgw: cr_rest: write crf returns status when finishedYehuda Sadeh2018-04-251-0/+1
* rgw: splice cr: don't wake up writer continuouslyYehuda Sadeh2018-04-251-2/+8
* rgw: fixes following code reviewYehuda Sadeh2018-04-131-70/+40
* rgw: cr rest splice, reorder checksYehuda Sadeh2018-04-101-4/+4
* rgw: cr rest splice, both reads and writes are throttledYehuda Sadeh2018-04-101-14/+31
* rgw: rest_client: work towards throttling of http read requestsYehuda Sadeh2018-04-101-9/+7
* rgw: cr rest splice, work towards write throttlingYehuda Sadeh2018-04-101-14/+45
* rgw: cr: introduce io channelsYehuda Sadeh2018-04-101-5/+6
* rgw: http req, guard out_headersYehuda Sadeh2018-04-101-5/+6
* rgw: aws sync: multipart upload completeYehuda Sadeh2018-04-101-3/+9
* rgw: aws sync module, fix target object namingYehuda Sadeh2018-04-101-39/+0
* rgw: fix rest read crf handling of extra dataYehuda Sadeh2018-04-101-10/+17
* rgw: aws sync, add hooks for decoding/encoding rest objYehuda Sadeh2018-04-101-11/+48
* rgw: aws sync, in_crf init abstractionYehuda Sadeh2018-04-101-4/+33
* rgw: a bit cleaner interfaces for sending put crfYehuda Sadeh2018-04-101-2/+2
* rgw: first go at sync to aws spliceYehuda Sadeh2018-04-101-4/+4
* rgw: more streaming crf abstractionYehuda Sadeh2018-04-101-23/+64
* rgw: separte stream crfs for read and writeYehuda Sadeh2018-04-101-76/+19
* rgw: splice cr drains writesYehuda Sadeh2018-04-101-9/+20
* rgw: rest cr drains writes, returns errorsYehuda Sadeh2018-04-101-4/+35
* rgw: groundwork for supporting concurrent IOs in single crYehuda Sadeh2018-04-101-5/+7
* rgw: initial work for integrating streaming read/write with crYehuda Sadeh2018-04-101-0/+235