index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
rgw
/
rgw_client_io.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
rgw: refactor selected files for better above- vs below-the-line
Kaleb S. KEITHLEY
2023-01-23
1
-4
/
+1
*
rgw: remove unnecessary "struct" from req_state declarations
J. Eric Ivancich
2022-06-22
1
-2
/
+2
*
rgw: build without "using namespace std"
Kefu Chai
2021-08-13
1
-1
/
+1
*
src/rgw/rgw_client_io.h: fix a typo
Seongyeop Jeong
2021-04-01
1
-1
/
+1
*
rgw: Replace boost::string_ref/view with std::string_view
Prateek Sachan
2020-06-18
1
-7
/
+6
*
RGW - Make sure editor settings are correct for all files
Daniel Gryniewicz
2019-08-19
1
-1
/
+1
*
rgw: Use ceph_assert for asserts.
Adam C. Emerson
2018-08-27
1
-3
/
+3
*
misc: mark constructors as explicit
Danny Al-Gaaf
2018-05-02
1
-2
/
+2
*
rgw: make init env methods return an error
Abhishek Lekshmanan
2018-02-20
1
-3
/
+3
*
cleanup: rgw: fix a typo in comment
luomuyao
2017-12-20
1
-1
/
+1
*
Fix bytes_sent bugs.
Marcus Watts
2017-08-09
1
-2
/
+2
*
rgw: turn AWSv4Completer into a filter over rgw::io::RestfulClient.
Radoslaw Zarzynski
2017-06-07
1
-10
/
+9
*
rgw: extend RGWRestfulIO to cover dynamic filter injection.
Radoslaw Zarzynski
2017-06-07
1
-5
/
+27
*
rgw: make AWS_AUTHv4_IO const-friendly and const-correct.
Radoslaw Zarzynski
2017-06-07
1
-1
/
+1
*
rgw/cleanup: add override in headers
liuchang0812
2017-03-14
1
-2
/
+2
*
rgw: implement buffered HTTP header composition in front-ends.
Radoslaw Zarzynski
2016-10-25
1
-0
/
+61
*
rgw: document interfaces of the rgw::io namespace.
Radoslaw Zarzynski
2016-10-21
1
-19
/
+83
*
rgw: ONLY move rgw_client_io_decoimpl.h to rgw_client_io_filters.h.
Radoslaw Zarzynski
2016-10-21
1
-1
/
+1
*
rgw: protect the {ACCOUNTING,AWS_AUTHv4,RESTFUL}_IO casts with assert.
Radoslaw Zarzynski
2016-10-21
1
-1
/
+8
*
rgw: fix perfect forwarding of template arguments in IO filters.
Radoslaw Zarzynski
2016-10-21
1
-1
/
+1
*
rgw: switch to size_t and exception in rgw::io::BasicClient::complete_request.
Radoslaw Zarzynski
2016-10-21
1
-4
/
+4
*
rgw: introduce AWS_AUTHv4_IO.
Radoslaw Zarzynski
2016-10-21
1
-2
/
+6
*
rgw: switch to namespaces and change naming in the frontend subsystem.
Radoslaw Zarzynski
2016-10-21
1
-23
/
+29
*
rgw: ONLY replace std::size_t with size_t.
Radoslaw Zarzynski
2016-10-21
1
-24
/
+24
*
rgw: make RGWRestfulIOEngine::Exception alias to std::system_error.
Radoslaw Zarzynski
2016-10-21
1
-11
/
+2
*
rgw: rename and split STREAM_IO into RESTFUL_IO and ACCOUNTING_IO.
Radoslaw Zarzynski
2016-10-21
1
-0
/
+11
*
rgw: delegate transfer accounting to RGWRestfulIOAccountingEngine.
Radoslaw Zarzynski
2016-10-21
1
-34
/
+16
*
rgw: change naming based on RGWStreamIO in favor of RGWRestfulIO.
Radoslaw Zarzynski
2016-10-21
1
-33
/
+20
*
rgw: remove the legacy, non-throwing variant of RGWStreamIO.
Radoslaw Zarzynski
2016-10-21
1
-91
/
+9
*
rgw: ONLY move RGWDecoratedStreamIO.
Radoslaw Zarzynski
2016-10-21
1
-0
/
+89
*
rgw: add control logic for chunked transfer encoding.
Radoslaw Zarzynski
2016-10-21
1
-0
/
+22
*
rgw: switch to RGWStreamIOEngine::{send,recv}_body().
Radoslaw Zarzynski
2016-10-21
1
-32
/
+7
*
rgw: implement RGWStreamIOEngine::{send,recv}_body().
Radoslaw Zarzynski
2016-10-21
1
-16
/
+21
*
rgw: drop RGWStreamIOFacade::print().
Radoslaw Zarzynski
2016-10-21
1
-1
/
+0
*
rgw: implement RGWStreamIO[Engine]::send_header().
Radoslaw Zarzynski
2016-10-21
1
-2
/
+17
*
rgw: switch to std::size_t in the front-end infrastructure.
Radoslaw Zarzynski
2016-10-21
1
-9
/
+18
*
rgw: handle errors via exceptions in RGWStreamIOEngine.
Radoslaw Zarzynski
2016-10-21
1
-12
/
+40
*
rgw: RGWClientIO::get_env() is pure virtual now.
Radoslaw Zarzynski
2016-10-21
1
-7
/
+9
*
rgw: implement RGWStreamIOLegacyWrapper for using new front-ends with RGWStre...
Radoslaw Zarzynski
2016-10-21
1
-0
/
+59
*
rgw: dissect non-core ops from RGWStreamIOEngine to RGWStreamIOFacade.
Radoslaw Zarzynski
2016-10-21
1
-1
/
+19
*
rgw: dissect accounting interface from RGWClientIO.
Radoslaw Zarzynski
2016-10-21
1
-3
/
+13
*
rgw: rename RGWStreamIOBase to RGWStreamIOEngine.
Radoslaw Zarzynski
2016-10-21
1
-2
/
+2
*
rgw: further cleaning in RGWStreamIOBase.
Radoslaw Zarzynski
2016-10-21
1
-13
/
+14
*
rgw: strip out AWSv4 signature calculation from RGWStreamIOBase.
Radoslaw Zarzynski
2016-10-21
1
-2
/
+4
*
rgw: improve const-correctness in the front-end infrastructure.
Radoslaw Zarzynski
2016-10-21
1
-6
/
+10
*
rgw: move transfer accounting management from RGWClientIO to RGWStreamIO.
Radoslaw Zarzynski
2016-10-21
1
-13
/
+18
*
rgw: introduce RGWStreamIOBase to separate all non-IO related things.
Radoslaw Zarzynski
2016-10-21
1
-17
/
+28
*
Merge remote-tracking branch 'jmunhoz/wip-aws4' into wip-aws4
Yehuda Sadeh
2016-02-19
1
-2
/
+6
|
\
|
*
rgw: multiple fixes and adjustments following aws4 code review
Yehuda Sadeh
2016-02-13
1
-3
/
+1
|
*
rgw: AWS4 auth support for positive content-length
Javier M. Mellid
2016-02-13
1
-2
/
+7
[next]