summaryrefslogtreecommitdiffstats
path: root/src/rgw/rgw_rest_conn.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* rgw: add skip_decrypt to RGWRESTConn::get_obj()Casey Bodley2017-08-161-1/+4
* rgw: delete object in error pathYehuda Sadeh2017-07-131-2/+8
* rgw: make RGWEnv return a const ref. to its mapAbhishek Lekshmanan2017-06-141-4/+4
* rgw: extend interfaces to allow sending dataYehuda Sadeh2017-05-301-1/+2
* rgw: can send data in RGWRESTStreamRWRequest::send_request()Yehuda Sadeh2017-05-301-5/+5
* rgw: make key param in RGWRESTStreamRWRequest::send_request() optionalYehuda Sadeh2017-05-301-5/+5
* rgw: rename a few methodsYehuda Sadeh2017-05-301-15/+15
* Merge pull request #9950 from weiqiaomiao/wqm-wip-fetchobj-reqCasey Bodley2017-05-041-1/+7
|\
| * rgw: should delete in_stream_req if conn->get_obj(...) return not zero valueweiqiaomiao2016-07-041-1/+7
* | rgw: enable move on RGWRESTConnCasey Bodley2017-05-031-0/+21
* | rgw: migrate atomic_t to std::atomic<>Jesse Williamson2017-04-281-2/+2
* | rgw: data sync skips slo data when syncing the manifest objectCasey Bodley2017-03-231-1/+5
* | rgw: keep rgw_obj key info in rgw_obj_key fieldYehuda Sadeh2017-03-091-2/+2
* | rgw: rest conn functions cleanup, only append zonegroup if not emptyYehuda Sadeh2016-10-071-14/+19
* | rgw: a new cr to send http PUT requestsYehuda Sadeh2016-10-071-9/+11
* | rgw: allow null store in RGWRESTConnYehuda Sadeh2016-10-071-2/+4
* | rgw: propagate attrs, mtime, size of remote objectYehuda Sadeh2016-10-071-7/+11
* | rgw: helper to stat remote objYehuda Sadeh2016-10-071-3/+8
|/
* rgw: more leaks fixesYehuda Sadeh2016-05-091-4/+0
* rgw: rest and http client code to use param vectorsKarol Mroz2016-04-261-13/+13
* rgw: cross rgw request need to send 'zonegroup' http headerYehuda Sadeh2016-04-151-3/+3
* rgw: the map 'headers' is assigned a wrong valueweiqiaomiao2016-04-071-1/+1
* rgw: use higher precision time when encoding / decoding external apisYehuda Sadeh2016-03-151-1/+1
* rgw: fetch remote obj uses high def clock for if-[un]modified-sinceYehuda Sadeh2016-03-151-1/+1
* rgw: high resolution timeYehuda Sadeh2016-03-151-5/+5
* rgw: silence some noisy log messagesYehuda Sadeh2016-03-101-5/+5
* rgw: set_date_header should use header_nameOrit Wasserman2016-02-121-1/+1
* rgw: fetch remote obj depends on zone id and pg verYehuda Sadeh2016-02-121-0/+15
* rgw: framework for per-rgw sync status reportingYehuda Sadeh2016-02-121-11/+13
* rgw: RGWRESTPostResource takes param_list_t for RGWPostRESTResourceCRCasey Bodley2016-02-121-0/+16
* rgw: add make_param_list() helperCasey Bodley2016-02-121-17/+10
* rgw: add typedef for rest parameter listsCasey Bodley2016-02-121-19/+19
* rgw: use insert to copy containers in rgw_rest_connCasey Bodley2016-02-121-21/+8
* rgw: RGWRestConn uses vector instead of mapCasey Bodley2016-02-121-6/+4
* rgw: RGWRados internal zone should be protected and not accessed directlyOrit Wasserman2016-02-121-1/+1
* rgw: zonegroup and zone should not be accessed directlyOrit Wasserman2016-02-121-1/+1
* rgw: update rest_conn_master when adding a new master zonegroupOrit Wasserman2016-02-121-2/+2
* rgw: fetch_remote_obj() uses correct version_idYehuda Sadeh2016-02-121-0/+4
* rgw: bucket sync fetches remote objectsYehuda Sadeh2016-02-121-2/+3
* rgw: per-bucket instance shard stateYehuda Sadeh2016-02-121-0/+16
* rgw: add rgwx-copy-if-newer http headerYehuda Sadeh2016-02-121-2/+19
* rgw: add simple POST requests interfacesYehuda Sadeh2016-02-121-0/+53
* radosgw-admin: period pull supports --urlCasey Bodley2016-02-121-1/+2
* rgw: RGWZoneGroup should inheirt from RGWSystemMetaObjOrit Wasserman2016-02-121-1/+1
* rgw: Rename Region to ZoneGroup only internal structures and classOrit Wasserman2016-02-091-7/+7
* rgw: mdlog sync error reporting on failed requestYehuda Sadeh2016-02-091-0/+2
* rgw: add new class to create resource requestYehuda Sadeh2016-02-091-17/+50
* rgw: more http aio stuffYehuda Sadeh2016-02-091-2/+22
* rgw: initial work on mdlog syncYehuda Sadeh2016-02-091-0/+54
* make ctors with one argument explicitDanny Al-Gaaf2016-01-291-1/+1