summaryrefslogtreecommitdiffstats
path: root/src/rgw/rgw_client_io.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* RGW - Make sure editor settings are correct for all filesDaniel Gryniewicz2019-08-191-1/+1
* ceph: switch to SubsystemMap::should_gather<SubV, LvlV>().Radoslaw Zarzynski2018-02-271-1/+1
* rgw: make init env methods return an errorAbhishek Lekshmanan2018-02-201-2/+6
* rgw: turn AWSv4Completer into a filter over rgw::io::RestfulClient.Radoslaw Zarzynski2017-06-071-22/+0
* radosgw: fixes after rebaseAdam Kupczyk2017-04-051-2/+2
* rgw: suppress logs that can leak customer keyAdam Kupczyk2017-04-051-2/+4
* rgw: don't log the client env_map twiceAbhishek Lekshmanan2017-02-171-4/+3
* rgw:clean redundant codeYankunLi2017-02-081-1/+1
* rgw: switch to size_t and exception in rgw::io::BasicClient::complete_request.Radoslaw Zarzynski2016-10-211-1/+1
* rgw: switch to namespaces and change naming in the frontend subsystem.Radoslaw Zarzynski2016-10-211-2/+7
* rgw: ONLY replace std::size_t with size_t.Radoslaw Zarzynski2016-10-211-1/+1
* rgw: make RGWRestfulIOEngine::Exception alias to std::system_error.Radoslaw Zarzynski2016-10-211-1/+1
* rgw: change naming based on RGWStreamIO in favor of RGWRestfulIO.Radoslaw Zarzynski2016-10-211-3/+3
* rgw: remove the legacy, non-throwing variant of RGWStreamIO.Radoslaw Zarzynski2016-10-211-9/+12
* rgw: switch to RGWStreamIOEngine::{send,recv}_body().Radoslaw Zarzynski2016-10-211-55/+5
* rgw: implement RGWStreamIOEngine::{send,recv}_body().Radoslaw Zarzynski2016-10-211-2/+2
* rgw: drop RGWStreamIOFacade::print().Radoslaw Zarzynski2016-10-211-26/+0
* rgw: RGWClientIO::get_env() is pure virtual now.Radoslaw Zarzynski2016-10-211-1/+1
* rgw: dissect non-core ops from RGWStreamIOEngine to RGWStreamIOFacade.Radoslaw Zarzynski2016-10-211-7/+7
* rgw: rename RGWStreamIOBase to RGWStreamIOEngine.Radoslaw Zarzynski2016-10-211-5/+5
* rgw: strip out AWSv4 signature calculation from RGWStreamIOBase.Radoslaw Zarzynski2016-10-211-7/+12
* rgw: improve const-correctness in the front-end infrastructure.Radoslaw Zarzynski2016-10-211-0/+2
* rgw: introduce RGWStreamIOBase to separate all non-IO related things.Radoslaw Zarzynski2016-10-211-14/+31
* Merge remote-tracking branch 'jmunhoz/wip-aws4' into wip-aws4Yehuda Sadeh2016-02-191-1/+13
|\
| * rgw: multiple fixes and adjustments following aws4 code reviewYehuda Sadeh2016-02-131-1/+4
| * rgw: AWS4 auth support for positive content-lengthJavier M. Mellid2016-02-131-1/+10
* | refactor RGWClientIOMatt Benjamin2016-02-121-7/+4
|/
* rgw: client io shouldn't try to write zero length bufferYehuda Sadeh2016-01-201-0/+4
* rgw: error out if frontend did not send all dataYehuda Sadeh2015-06-251-1/+6
* rgw: modelinesSage Weil2014-07-101-0/+2
* rgw: add some debug outputYehuda Sadeh2013-12-201-0/+15
* rgw: support for mongoose keepaliveYehuda Sadeh2013-11-051-0/+1
* rgw: fix usage accountingYehuda Sadeh2012-11-211-2/+1
* rgw: hide fcgi details from client codeYehuda Sadeh2012-10-081-0/+60