summaryrefslogtreecommitdiffstats
path: root/src/rgw/rgw_http_client.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* rgw/http: add timeout to http clientYuval Lifshitz2020-04-071-0/+8
* Merge pull request #29639 from baixueyu/wip-crypto-bugCasey Bodley2019-09-031-1/+5
|\
| * get barbican secret key request return error codeRichard Bai(白学余)2019-08-211-1/+5
* | RGW - Make sure editor settings are correct for all filesDaniel Gryniewicz2019-08-191-1/+1
|/
* Merge branch 'wip-rgw-metadata-servicification'Casey Bodley2019-08-131-48/+1
|\
| * rgw: more headers cleanupYehuda Sadeh2019-07-291-48/+1
* | rgw: s/Mutex/ceph::mutex/Kefu Chai2019-08-031-6/+6
|/
* rgw: http interfaces take optional_yieldCasey Bodley2019-03-291-3/+4
* rgw: http_client: propagate send_data_hint differentlyYehuda Sadeh2019-01-261-3/+7
* misc: mark constructors as explicitDanny Al-Gaaf2018-05-021-1/+1
* rgw: cloud sync crf: delete requestsYehuda Sadeh2018-04-251-1/+2
* rgw/cleanup: fix compile warnningChang Liu2018-04-101-5/+4
* rgw: don't allow for io_id to complete more than onceYehuda Sadeh2018-04-101-0/+8
* rgw: cr rest splice, both reads and writes are throttledYehuda Sadeh2018-04-101-3/+3
* rgw: http_client, add the ability to pause/unpause incoming dataYehuda Sadeh2018-04-101-2/+5
* rgw: rest_client: work towards throttling of http read requestsYehuda Sadeh2018-04-101-22/+4
* rgw: cr: introduce io channelsYehuda Sadeh2018-04-101-11/+34
* rgw: groundwork for supporting concurrent IOs in single crYehuda Sadeh2018-04-101-12/+31
* rgw: initial work for integrating streaming read/write with crYehuda Sadeh2018-04-101-0/+2
* rgw: amend http client manager interfaceYehuda Sadeh2018-04-101-2/+2
* rgw: http client, simplify interfacesYehuda Sadeh2018-04-101-5/+0
* rgw: create global http managerYehuda Sadeh2018-04-101-0/+9
* rgw: tweak http client interfaceYehuda Sadeh2018-04-101-14/+30
* rgw: http client, streaming writes apiYehuda Sadeh2018-04-101-0/+26
* src: Added const references to various function parametersWilson E. Alvarez2018-04-061-1/+1
* Merge pull request #15301 from shashalu/rgw-sslCasey Bodley2017-06-081-1/+1
|\
| * rgw: add "rgw_verify_ssl" configlu.shasha2017-05-271-1/+1
* | rgw: send request to elasticsearch and parse responseYehuda Sadeh2017-05-301-2/+4
|/
* rgw: migrate atomic_t to std::atomic<>Jesse Williamson2017-04-281-4/+5
* rgw/cleanup: add override in headersliuchang08122017-03-141-4/+4
* rgw: improve error checking in Keystone-related code.Radoslaw Zarzynski2016-06-021-0/+1
* rgw: reuse ltstr_nocase in RGWHTTPHeadersCollector.Radoslaw Zarzynski2016-06-021-12/+5
* rgw: replace RGWPostHTTPData with RGW[Keystone]HTTPTransceiver.Radoslaw Zarzynski2016-06-021-16/+25
* rgw: improve encapsulation and const-correctness in the RGWHTTPClient family.Radoslaw Zarzynski2016-06-021-27/+59
* rgw: ONLY move RGWPostHTTPData's definitions to rgw_http_client.cc.Radoslaw Zarzynski2016-06-021-50/+2
* rgw: ONLY move RGWPostHTTPData to rgw_http_client.h.Radoslaw Zarzynski2016-06-021-0/+77
* rgw: implement RGWHTTPHeadersCollector.Radoslaw Zarzynski2016-06-021-0/+46
* rgw: RGWHTTPClient requests can unregister themselves earlyYehuda Sadeh2016-05-091-1/+6
* rgw: RGWHTTPManager, can call stop() more than onceYehuda Sadeh2016-05-091-0/+1
* rgw: more leaks fixesYehuda Sadeh2016-05-091-3/+11
* rgw: rest and http client code to use param vectorsKarol Mroz2016-04-261-1/+4
* rgw: add insecure option to the http clientAbhishek Lekshmanan2016-02-261-0/+8
* rgw: enable users of RGWHTTPClient to get HTTP status code.Radoslaw Zarzynski2016-02-221-1/+16
* rgw: get some errors from req_dataYehuda Sadeh2016-02-121-0/+2
* rgw: don't try to unregister request on destructorYehuda Sadeh2016-02-121-1/+0
* rgw: add new class to create resource requestYehuda Sadeh2016-02-121-0/+1
* rgw: move more code aroundYehuda Sadeh2016-02-121-17/+1
* rgw: a few bug fixes related to async operationsYehuda Sadeh2016-02-091-0/+1
* rgw: mdlog sync error reporting on failed requestYehuda Sadeh2016-02-091-0/+5
* rgw: can now wait on async rest requestsYehuda Sadeh2016-02-091-3/+31