summaryrefslogtreecommitdiffstats
path: root/src/rgw/rgw_cr_rest.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* rgw: pass DoutPrefixProvider into RGWHTTPClientCasey Bodley2024-07-021-15/+19
* rgw/multisite: maintain endpoints connectable status and retry the requests t...Jane Zhu2024-01-161-7/+13
* rgw: clean up header filesJ. Eric Ivancich2023-01-241-1/+1
* rgw: DPP addition 5Kalpesh Pandya2021-08-171-4/+4
* rgw: build without "using namespace std"Kefu Chai2021-08-131-36/+36
* rgw: add DPP's to logging for most opsAli Maredia2021-05-041-13/+13
* rgw: add const correctness to some rest functionsJ. Eric Ivancich2019-11-151-4/+1
* RGW - Make sure editor settings are correct for all filesDaniel Gryniewicz2019-08-191-1/+1
* rgw: s/Mutex/ceph::mutex/Kefu Chai2019-08-031-1/+1
* rgw: http interfaces take optional_yieldCasey Bodley2019-03-291-5/+5
* rgw: rest cr: can return json decoded errorsYehuda Sadeh2019-01-301-33/+48
* rgw_cr_rest: support extra headers for get resource crsAbhishek Lekshmanan2019-01-261-2/+28
* rgw: rgw_cr_rest: allow headers to be specified in Put CRsAbhishek Lekshmanan2019-01-261-0/+11
* 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
* Merge pull request #21637 from ceph/wip-da-SCA-20180423Kefu Chai2018-05-061-1/+1
|\
| * misc: mark constructors as explicitDanny Al-Gaaf2018-05-021-1/+1
* | misc: mark functions with 'override' specifierDanny Al-Gaaf2018-05-021-2/+2
|/
* rgw: cloud sync crf: delete requestsYehuda Sadeh2018-04-251-1/+2
* rgw: rework rest client to handle meta attributesYehuda Sadeh2018-04-251-15/+16
* rgw: cloud sync via multipart upload, send attrs on initYehuda Sadeh2018-04-251-14/+21
* rgw: splice cr: don't wake up writer continuouslyYehuda Sadeh2018-04-251-0/+1
* rgw: fixes following code reviewYehuda Sadeh2018-04-131-8/+31
* rgw: cloud sync: store source object info in destination objectYehuda Sadeh2018-04-131-3/+6
* rgw/cleanup: fix compile warnningChang Liu2018-04-101-2/+5
* rgw: cr rest splice, work towards write throttlingYehuda Sadeh2018-04-101-3/+18
* rgw: cr: introduce io channelsYehuda Sadeh2018-04-101-0/+2
* rgw: aws sync: check that source object doesn't changeYehuda Sadeh2018-04-101-0/+3
* rgw: aws sync: multipart upload completeYehuda Sadeh2018-04-101-0/+2
* rgw: aws sync, more work on large object sync via multipart uploadYehuda Sadeh2018-04-101-0/+26
* rgw: aws sync module, fix target object namingYehuda Sadeh2018-04-101-3/+14
* rgw: fix rest read crf handling of extra dataYehuda Sadeh2018-04-101-0/+1
* rgw: aws sync, add hooks for decoding/encoding rest objYehuda Sadeh2018-04-101-23/+32
* rgw: aws sync, in_crf init abstractionYehuda Sadeh2018-04-101-10/+18
* rgw: a bit cleaner interfaces for sending put crfYehuda Sadeh2018-04-101-2/+3
* rgw: first go at sync to aws spliceYehuda Sadeh2018-04-101-6/+6
* rgw: more streaming crf abstractionYehuda Sadeh2018-04-101-8/+29
* rgw: separte stream crfs for read and writeYehuda Sadeh2018-04-101-23/+44
* rgw: splice cr drains writesYehuda Sadeh2018-04-101-0/+1
* rgw: rest cr drains writes, returns errorsYehuda Sadeh2018-04-101-0/+2
* rgw: groundwork for supporting concurrent IOs in single crYehuda Sadeh2018-04-101-3/+3
* rgw: initial work for integrating streaming read/write with crYehuda Sadeh2018-04-101-0/+67
* rgw: typo fix during rebase (squash)Abhishek Lekshmanan2018-04-101-0/+1
* rgw_cr_rest: have a raw variant of read resourceAbhishek Lekshmanan2018-04-101-24/+39
* set_content_length for streamrw requestsAbhishek Lekshmanan2018-04-101-8/+1
* rgw_cr_rest: send content length on raw requestsAbhishek Lekshmanan2018-04-101-7/+14
* rgw_cr_rest: allow sending of raw put requestsAbhishek Lekshmanan2018-04-101-21/+61
* allow cr http client to deal with non json typesAbhishek Lekshmanan2018-04-101-5/+22
* rgw/cleanup: add override in headersliuchang08122017-03-141-12/+12
* rgw: add cr to send DELETE to remove endpointYehuda Sadeh2016-10-071-1/+65