index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
rgw
/
rgw_rest_conn.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
rgw: pass DoutPrefixProvider into RGWHTTPClient
Casey Bodley
2024-07-02
1
-12
/
+18
*
rgw: forward_to_master() passes rgw_owner for effective uid header
Casey Bodley
2024-04-10
1
-11
/
+9
*
rgw/multisite: maintain endpoints connectable status and retry the requests t...
Jane Zhu
2024-01-16
1
-0
/
+19
*
rgw: fix use of creds in forward_iam_request()
Casey Bodley
2024-01-11
1
-1
/
+1
*
rgw: forward_request takes const req_info
Casey Bodley
2023-11-07
1
-2
/
+2
*
rgw: Pass and check destination zone trace when fetching object
Alex Wojno
2023-05-24
1
-1
/
+2
*
rgw/cloudtransition: Allow multisite zones to sync cloudtiered objects
Soumya Koduri
2023-05-01
1
-1
/
+3
*
rgw/rados: remove sal handles from RGWRados::Object ops
Casey Bodley
2023-02-18
1
-4
/
+4
*
RGW - Zipper - Rename rgw::sal::Store to rgw::sal::Driver
Daniel Gryniewicz
2022-12-08
1
-3
/
+3
*
RGW - Zipper - Add rgw_sal_fwd.h
Daniel Gryniewicz
2022-06-28
1
-4
/
+1
*
rgw: implementation of forward_request_to_master()
Pritha Srivastava
2022-06-06
1
-0
/
+3
*
rgw: BucketInstanceTrimCR knows about generations
Adam C. Emerson
2022-05-27
1
-2
/
+2
*
RGW: Zipper - zonegroup, placement tier
Daniel Gryniewicz
2022-04-20
1
-28
/
+8
*
rgw/CloudTransition: Replace Coroutines with RGWRestConn APIs
Soumya Koduri
2021-11-18
1
-3
/
+3
*
rgw/RGWRESTConn: Define a wrapper to send PUT/POST stream request
Soumya Koduri
2021-11-18
1
-0
/
+10
*
rgw: build without "using namespace std"
Kefu Chai
2021-08-13
1
-66
/
+66
*
rgw: add DPP's to logging for most ops
Ali Maredia
2021-05-04
1
-21
/
+22
*
RGW Zipper - The Great Rename
Daniel Gryniewicz
2021-04-15
1
-9
/
+9
*
rgw: more rest api work
Yehuda Sadeh
2021-03-09
1
-1
/
+1
*
rgw: rest: some code cleanup
Yehuda Sadeh
2021-03-09
1
-2
/
+2
*
rgw, rgw-admin: config and pass region name for aws auth v4
Yehuda Sadeh
2021-03-09
1
-12
/
+39
*
RGW - Zipper 10: Pull The Thread
Daniel Gryniewicz
2021-03-02
1
-0
/
+12
*
rgw: No null_yield in rgw_rest
Adam C. Emerson
2020-11-13
1
-6
/
+6
*
rgw: optional_yield support for REST connection
Casey Bodley
2020-09-15
1
-13
/
+22
*
rgw: remove unnecessary #include "rgw_rados.h"
Kaleb S. KEITHLEY
2020-08-10
1
-1
/
+0
*
Zipper Object
Daniel Gryniewicz
2020-07-17
1
-4
/
+4
*
crimson:common add TOPNSPC namespace for ceph and crimson
Chunmei Liu
2020-02-28
1
-1
/
+1
*
rgw: add const correctness to some rest functions
J. Eric Ivancich
2019-11-15
1
-6
/
+1
*
RGW - Make sure editor settings are correct for all files
Daniel Gryniewicz
2019-08-19
1
-1
/
+1
*
rgw: cr_rest: allow a error type for wait with bufferlists
Abhishek Lekshmanan
2019-04-25
1
-19
/
+9
*
rgw: rest_conn: wait bl takes an optional error template
Abhishek Lekshmanan
2019-04-18
1
-35
/
+25
*
rgw: rest_conn: parse_json bails on failed parsing
Abhishek Lekshmanan
2019-04-18
1
-9
/
+8
*
rgw: http interfaces take optional_yield
Casey Bodley
2019-03-29
1
-10
/
+10
*
rgw: rest cr: can return json decoded errors
Yehuda Sadeh
2019-01-30
1
-9
/
+20
*
rgw: svc: more zone work, add zone_utils, quota services
Yehuda Sadeh
2018-11-08
1
-7
/
+7
*
misc: mark constructors as explicit
Danny Al-Gaaf
2018-05-02
1
-1
/
+1
*
rgw: rework rest client to handle meta attributes
Yehuda Sadeh
2018-04-25
1
-1
/
+6
*
rgw: cloud sync via multipart upload, send attrs on init
Yehuda Sadeh
2018-04-25
1
-0
/
+12
*
rgw: handle the situation that get a 409 response from S3 correctly
lvshanchun
2018-04-13
1
-1
/
+1
*
rgw: virtual hosted-style support
lvshanchun
2018-04-13
1
-6
/
+12
*
rgw/cleanup: fix compile warnning
Chang Liu
2018-04-10
1
-1
/
+5
*
rgw: add populate_zonegroup() and populate_uid() in RGWRESTConn
lvshanchun
2018-04-10
1
-0
/
+15
*
rgw: implement S3RESTConn to send request to S3
lvshanchun
2018-04-10
1
-0
/
+18
*
rgw: rest_client: work towards throttling of http read requests
Yehuda Sadeh
2018-04-10
1
-5
/
+5
*
rgw: cr: introduce io channels
Yehuda Sadeh
2018-04-10
1
-12
/
+4
*
rgw: aws sync: check that source object doesn't change
Yehuda Sadeh
2018-04-10
1
-0
/
+3
*
rgw: aws sync, more work on large object sync via multipart upload
Yehuda Sadeh
2018-04-10
1
-5
/
+35
*
rgw: aws sync module, fix target object naming
Yehuda Sadeh
2018-04-10
1
-2
/
+2
*
rgw: a bit cleaner interfaces for sending put crf
Yehuda Sadeh
2018-04-10
1
-3
/
+5
*
rgw: first go at sync to aws splice
Yehuda Sadeh
2018-04-10
1
-2
/
+2
[next]