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.cc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
rgw: add skip_decrypt to RGWRESTConn::get_obj()
Casey Bodley
2017-08-16
1
-1
/
+4
*
rgw: delete object in error path
Yehuda Sadeh
2017-07-13
1
-2
/
+8
*
rgw: make RGWEnv return a const ref. to its map
Abhishek Lekshmanan
2017-06-14
1
-4
/
+4
*
rgw: extend interfaces to allow sending data
Yehuda Sadeh
2017-05-30
1
-1
/
+2
*
rgw: can send data in RGWRESTStreamRWRequest::send_request()
Yehuda Sadeh
2017-05-30
1
-5
/
+5
*
rgw: make key param in RGWRESTStreamRWRequest::send_request() optional
Yehuda Sadeh
2017-05-30
1
-5
/
+5
*
rgw: rename a few methods
Yehuda Sadeh
2017-05-30
1
-15
/
+15
*
Merge pull request #9950 from weiqiaomiao/wqm-wip-fetchobj-req
Casey Bodley
2017-05-04
1
-1
/
+7
|
\
|
*
rgw: should delete in_stream_req if conn->get_obj(...) return not zero value
weiqiaomiao
2016-07-04
1
-1
/
+7
*
|
rgw: enable move on RGWRESTConn
Casey Bodley
2017-05-03
1
-0
/
+21
*
|
rgw: migrate atomic_t to std::atomic<>
Jesse Williamson
2017-04-28
1
-2
/
+2
*
|
rgw: data sync skips slo data when syncing the manifest object
Casey Bodley
2017-03-23
1
-1
/
+5
*
|
rgw: keep rgw_obj key info in rgw_obj_key field
Yehuda Sadeh
2017-03-09
1
-2
/
+2
*
|
rgw: rest conn functions cleanup, only append zonegroup if not empty
Yehuda Sadeh
2016-10-07
1
-14
/
+19
*
|
rgw: a new cr to send http PUT requests
Yehuda Sadeh
2016-10-07
1
-9
/
+11
*
|
rgw: allow null store in RGWRESTConn
Yehuda Sadeh
2016-10-07
1
-2
/
+4
*
|
rgw: propagate attrs, mtime, size of remote object
Yehuda Sadeh
2016-10-07
1
-7
/
+11
*
|
rgw: helper to stat remote obj
Yehuda Sadeh
2016-10-07
1
-3
/
+8
|
/
*
rgw: more leaks fixes
Yehuda Sadeh
2016-05-09
1
-4
/
+0
*
rgw: rest and http client code to use param vectors
Karol Mroz
2016-04-26
1
-13
/
+13
*
rgw: cross rgw request need to send 'zonegroup' http header
Yehuda Sadeh
2016-04-15
1
-3
/
+3
*
rgw: the map 'headers' is assigned a wrong value
weiqiaomiao
2016-04-07
1
-1
/
+1
*
rgw: use higher precision time when encoding / decoding external apis
Yehuda Sadeh
2016-03-15
1
-1
/
+1
*
rgw: fetch remote obj uses high def clock for if-[un]modified-since
Yehuda Sadeh
2016-03-15
1
-1
/
+1
*
rgw: high resolution time
Yehuda Sadeh
2016-03-15
1
-5
/
+5
*
rgw: silence some noisy log messages
Yehuda Sadeh
2016-03-10
1
-5
/
+5
*
rgw: set_date_header should use header_name
Orit Wasserman
2016-02-12
1
-1
/
+1
*
rgw: fetch remote obj depends on zone id and pg ver
Yehuda Sadeh
2016-02-12
1
-0
/
+15
*
rgw: framework for per-rgw sync status reporting
Yehuda Sadeh
2016-02-12
1
-11
/
+13
*
rgw: RGWRESTPostResource takes param_list_t for RGWPostRESTResourceCR
Casey Bodley
2016-02-12
1
-0
/
+16
*
rgw: add make_param_list() helper
Casey Bodley
2016-02-12
1
-17
/
+10
*
rgw: add typedef for rest parameter lists
Casey Bodley
2016-02-12
1
-19
/
+19
*
rgw: use insert to copy containers in rgw_rest_conn
Casey Bodley
2016-02-12
1
-21
/
+8
*
rgw: RGWRestConn uses vector instead of map
Casey Bodley
2016-02-12
1
-6
/
+4
*
rgw: RGWRados internal zone should be protected and not accessed directly
Orit Wasserman
2016-02-12
1
-1
/
+1
*
rgw: zonegroup and zone should not be accessed directly
Orit Wasserman
2016-02-12
1
-1
/
+1
*
rgw: update rest_conn_master when adding a new master zonegroup
Orit Wasserman
2016-02-12
1
-2
/
+2
*
rgw: fetch_remote_obj() uses correct version_id
Yehuda Sadeh
2016-02-12
1
-0
/
+4
*
rgw: bucket sync fetches remote objects
Yehuda Sadeh
2016-02-12
1
-2
/
+3
*
rgw: per-bucket instance shard state
Yehuda Sadeh
2016-02-12
1
-0
/
+16
*
rgw: add rgwx-copy-if-newer http header
Yehuda Sadeh
2016-02-12
1
-2
/
+19
*
rgw: add simple POST requests interfaces
Yehuda Sadeh
2016-02-12
1
-0
/
+53
*
radosgw-admin: period pull supports --url
Casey Bodley
2016-02-12
1
-1
/
+2
*
rgw: RGWZoneGroup should inheirt from RGWSystemMetaObj
Orit Wasserman
2016-02-12
1
-1
/
+1
*
rgw: Rename Region to ZoneGroup only internal structures and class
Orit Wasserman
2016-02-09
1
-7
/
+7
*
rgw: mdlog sync error reporting on failed request
Yehuda Sadeh
2016-02-09
1
-0
/
+2
*
rgw: add new class to create resource request
Yehuda Sadeh
2016-02-09
1
-17
/
+50
*
rgw: more http aio stuff
Yehuda Sadeh
2016-02-09
1
-2
/
+22
*
rgw: initial work on mdlog sync
Yehuda Sadeh
2016-02-09
1
-0
/
+54
*
make ctors with one argument explicit
Danny Al-Gaaf
2016-01-29
1
-1
/
+1
[prev]
[next]