index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
rgw
/
rgw_cr_rest.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
rgw: pass DoutPrefixProvider into RGWHTTPClient
Casey Bodley
2024-07-02
1
-15
/
+19
*
rgw/multisite: maintain endpoints connectable status and retry the requests t...
Jane Zhu
2024-01-16
1
-7
/
+13
*
rgw: clean up header files
J. Eric Ivancich
2023-01-24
1
-1
/
+1
*
rgw: DPP addition 5
Kalpesh Pandya
2021-08-17
1
-4
/
+4
*
rgw: build without "using namespace std"
Kefu Chai
2021-08-13
1
-36
/
+36
*
rgw: add DPP's to logging for most ops
Ali Maredia
2021-05-04
1
-13
/
+13
*
rgw: add const correctness to some rest functions
J. Eric Ivancich
2019-11-15
1
-4
/
+1
*
RGW - Make sure editor settings are correct for all files
Daniel Gryniewicz
2019-08-19
1
-1
/
+1
*
rgw: s/Mutex/ceph::mutex/
Kefu Chai
2019-08-03
1
-1
/
+1
*
rgw: http interfaces take optional_yield
Casey Bodley
2019-03-29
1
-5
/
+5
*
rgw: rest cr: can return json decoded errors
Yehuda Sadeh
2019-01-30
1
-33
/
+48
*
rgw_cr_rest: support extra headers for get resource crs
Abhishek Lekshmanan
2019-01-26
1
-2
/
+28
*
rgw: rgw_cr_rest: allow headers to be specified in Put CRs
Abhishek Lekshmanan
2019-01-26
1
-0
/
+11
*
rgw: clean-up -- insure C++ source code files contain editor directives
J. Eric Ivancich
2018-12-11
1
-0
/
+3
*
Rename "include/assert.h"
Brad Hubbard
2018-09-14
1
-1
/
+1
*
Merge pull request #21637 from ceph/wip-da-SCA-20180423
Kefu Chai
2018-05-06
1
-1
/
+1
|
\
|
*
misc: mark constructors as explicit
Danny Al-Gaaf
2018-05-02
1
-1
/
+1
*
|
misc: mark functions with 'override' specifier
Danny Al-Gaaf
2018-05-02
1
-2
/
+2
|
/
*
rgw: cloud sync crf: delete requests
Yehuda Sadeh
2018-04-25
1
-1
/
+2
*
rgw: rework rest client to handle meta attributes
Yehuda Sadeh
2018-04-25
1
-15
/
+16
*
rgw: cloud sync via multipart upload, send attrs on init
Yehuda Sadeh
2018-04-25
1
-14
/
+21
*
rgw: splice cr: don't wake up writer continuously
Yehuda Sadeh
2018-04-25
1
-0
/
+1
*
rgw: fixes following code review
Yehuda Sadeh
2018-04-13
1
-8
/
+31
*
rgw: cloud sync: store source object info in destination object
Yehuda Sadeh
2018-04-13
1
-3
/
+6
*
rgw/cleanup: fix compile warnning
Chang Liu
2018-04-10
1
-2
/
+5
*
rgw: cr rest splice, work towards write throttling
Yehuda Sadeh
2018-04-10
1
-3
/
+18
*
rgw: cr: introduce io channels
Yehuda Sadeh
2018-04-10
1
-0
/
+2
*
rgw: aws sync: check that source object doesn't change
Yehuda Sadeh
2018-04-10
1
-0
/
+3
*
rgw: aws sync: multipart upload complete
Yehuda Sadeh
2018-04-10
1
-0
/
+2
*
rgw: aws sync, more work on large object sync via multipart upload
Yehuda Sadeh
2018-04-10
1
-0
/
+26
*
rgw: aws sync module, fix target object naming
Yehuda Sadeh
2018-04-10
1
-3
/
+14
*
rgw: fix rest read crf handling of extra data
Yehuda Sadeh
2018-04-10
1
-0
/
+1
*
rgw: aws sync, add hooks for decoding/encoding rest obj
Yehuda Sadeh
2018-04-10
1
-23
/
+32
*
rgw: aws sync, in_crf init abstraction
Yehuda Sadeh
2018-04-10
1
-10
/
+18
*
rgw: a bit cleaner interfaces for sending put crf
Yehuda Sadeh
2018-04-10
1
-2
/
+3
*
rgw: first go at sync to aws splice
Yehuda Sadeh
2018-04-10
1
-6
/
+6
*
rgw: more streaming crf abstraction
Yehuda Sadeh
2018-04-10
1
-8
/
+29
*
rgw: separte stream crfs for read and write
Yehuda Sadeh
2018-04-10
1
-23
/
+44
*
rgw: splice cr drains writes
Yehuda Sadeh
2018-04-10
1
-0
/
+1
*
rgw: rest cr drains writes, returns errors
Yehuda Sadeh
2018-04-10
1
-0
/
+2
*
rgw: groundwork for supporting concurrent IOs in single cr
Yehuda Sadeh
2018-04-10
1
-3
/
+3
*
rgw: initial work for integrating streaming read/write with cr
Yehuda Sadeh
2018-04-10
1
-0
/
+67
*
rgw: typo fix during rebase (squash)
Abhishek Lekshmanan
2018-04-10
1
-0
/
+1
*
rgw_cr_rest: have a raw variant of read resource
Abhishek Lekshmanan
2018-04-10
1
-24
/
+39
*
set_content_length for streamrw requests
Abhishek Lekshmanan
2018-04-10
1
-8
/
+1
*
rgw_cr_rest: send content length on raw requests
Abhishek Lekshmanan
2018-04-10
1
-7
/
+14
*
rgw_cr_rest: allow sending of raw put requests
Abhishek Lekshmanan
2018-04-10
1
-21
/
+61
*
allow cr http client to deal with non json types
Abhishek Lekshmanan
2018-04-10
1
-5
/
+22
*
rgw/cleanup: add override in headers
liuchang0812
2017-03-14
1
-12
/
+12
*
rgw: add cr to send DELETE to remove endpoint
Yehuda Sadeh
2016-10-07
1
-1
/
+65
[next]