summaryrefslogtreecommitdiffstats
path: root/src/rgw/rgw_client_io.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* rgw: refactor selected files for better above- vs below-the-lineKaleb S. KEITHLEY2023-01-231-4/+1
* rgw: remove unnecessary "struct" from req_state declarationsJ. Eric Ivancich2022-06-221-2/+2
* rgw: build without "using namespace std"Kefu Chai2021-08-131-1/+1
* src/rgw/rgw_client_io.h: fix a typoSeongyeop Jeong2021-04-011-1/+1
* rgw: Replace boost::string_ref/view with std::string_viewPrateek Sachan2020-06-181-7/+6
* RGW - Make sure editor settings are correct for all filesDaniel Gryniewicz2019-08-191-1/+1
* rgw: Use ceph_assert for asserts.Adam C. Emerson2018-08-271-3/+3
* misc: mark constructors as explicitDanny Al-Gaaf2018-05-021-2/+2
* rgw: make init env methods return an errorAbhishek Lekshmanan2018-02-201-3/+3
* cleanup: rgw: fix a typo in commentluomuyao2017-12-201-1/+1
* Fix bytes_sent bugs.Marcus Watts2017-08-091-2/+2
* rgw: turn AWSv4Completer into a filter over rgw::io::RestfulClient.Radoslaw Zarzynski2017-06-071-10/+9
* rgw: extend RGWRestfulIO to cover dynamic filter injection.Radoslaw Zarzynski2017-06-071-5/+27
* rgw: make AWS_AUTHv4_IO const-friendly and const-correct.Radoslaw Zarzynski2017-06-071-1/+1
* rgw/cleanup: add override in headersliuchang08122017-03-141-2/+2
* rgw: implement buffered HTTP header composition in front-ends.Radoslaw Zarzynski2016-10-251-0/+61
* rgw: document interfaces of the rgw::io namespace.Radoslaw Zarzynski2016-10-211-19/+83
* rgw: ONLY move rgw_client_io_decoimpl.h to rgw_client_io_filters.h.Radoslaw Zarzynski2016-10-211-1/+1
* rgw: protect the {ACCOUNTING,AWS_AUTHv4,RESTFUL}_IO casts with assert.Radoslaw Zarzynski2016-10-211-1/+8
* rgw: fix perfect forwarding of template arguments in IO filters.Radoslaw Zarzynski2016-10-211-1/+1
* rgw: switch to size_t and exception in rgw::io::BasicClient::complete_request.Radoslaw Zarzynski2016-10-211-4/+4
* rgw: introduce AWS_AUTHv4_IO.Radoslaw Zarzynski2016-10-211-2/+6
* rgw: switch to namespaces and change naming in the frontend subsystem.Radoslaw Zarzynski2016-10-211-23/+29
* rgw: ONLY replace std::size_t with size_t.Radoslaw Zarzynski2016-10-211-24/+24
* rgw: make RGWRestfulIOEngine::Exception alias to std::system_error.Radoslaw Zarzynski2016-10-211-11/+2
* rgw: rename and split STREAM_IO into RESTFUL_IO and ACCOUNTING_IO.Radoslaw Zarzynski2016-10-211-0/+11
* rgw: delegate transfer accounting to RGWRestfulIOAccountingEngine.Radoslaw Zarzynski2016-10-211-34/+16
* rgw: change naming based on RGWStreamIO in favor of RGWRestfulIO.Radoslaw Zarzynski2016-10-211-33/+20
* rgw: remove the legacy, non-throwing variant of RGWStreamIO.Radoslaw Zarzynski2016-10-211-91/+9
* rgw: ONLY move RGWDecoratedStreamIO.Radoslaw Zarzynski2016-10-211-0/+89
* rgw: add control logic for chunked transfer encoding.Radoslaw Zarzynski2016-10-211-0/+22
* rgw: switch to RGWStreamIOEngine::{send,recv}_body().Radoslaw Zarzynski2016-10-211-32/+7
* rgw: implement RGWStreamIOEngine::{send,recv}_body().Radoslaw Zarzynski2016-10-211-16/+21
* rgw: drop RGWStreamIOFacade::print().Radoslaw Zarzynski2016-10-211-1/+0
* rgw: implement RGWStreamIO[Engine]::send_header().Radoslaw Zarzynski2016-10-211-2/+17
* rgw: switch to std::size_t in the front-end infrastructure.Radoslaw Zarzynski2016-10-211-9/+18
* rgw: handle errors via exceptions in RGWStreamIOEngine.Radoslaw Zarzynski2016-10-211-12/+40
* rgw: RGWClientIO::get_env() is pure virtual now.Radoslaw Zarzynski2016-10-211-7/+9
* rgw: implement RGWStreamIOLegacyWrapper for using new front-ends with RGWStre...Radoslaw Zarzynski2016-10-211-0/+59
* rgw: dissect non-core ops from RGWStreamIOEngine to RGWStreamIOFacade.Radoslaw Zarzynski2016-10-211-1/+19
* rgw: dissect accounting interface from RGWClientIO.Radoslaw Zarzynski2016-10-211-3/+13
* rgw: rename RGWStreamIOBase to RGWStreamIOEngine.Radoslaw Zarzynski2016-10-211-2/+2
* rgw: further cleaning in RGWStreamIOBase.Radoslaw Zarzynski2016-10-211-13/+14
* rgw: strip out AWSv4 signature calculation from RGWStreamIOBase.Radoslaw Zarzynski2016-10-211-2/+4
* rgw: improve const-correctness in the front-end infrastructure.Radoslaw Zarzynski2016-10-211-6/+10
* rgw: move transfer accounting management from RGWClientIO to RGWStreamIO.Radoslaw Zarzynski2016-10-211-13/+18
* rgw: introduce RGWStreamIOBase to separate all non-IO related things.Radoslaw Zarzynski2016-10-211-17/+28
* Merge remote-tracking branch 'jmunhoz/wip-aws4' into wip-aws4Yehuda Sadeh2016-02-191-2/+6
|\
| * rgw: multiple fixes and adjustments following aws4 code reviewYehuda Sadeh2016-02-131-3/+1
| * rgw: AWS4 auth support for positive content-lengthJavier M. Mellid2016-02-131-2/+7