summaryrefslogtreecommitdiffstats
path: root/src/rgw/rgw_http_client.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* rgw: pass DoutPrefixProvider into RGWHTTPClientCasey Bodley2024-07-021-3/+4
* rgw/multisite: maintain endpoints connectable status and retry the requests t...Jane Zhu2024-01-161-0/+5
* rgw: refactor selected files for better above- vs below-the-lineKaleb S. KEITHLEY2023-01-231-3/+1
* rgw: build without "using namespace std"Kefu Chai2021-08-131-30/+30
* rgw: add support for client cert and key for vaultJiffin Tony Thottan2021-04-161-0/+12
* rgw: add support to consume user given ca cert for vaultJiffin Tony Thottan2021-04-161-0/+6
* Merge pull request #39678 from yehudasa/wip-rgw-aws4-clientCasey Bodley2021-03-171-10/+12
|\
| * rgw, rgw-admin: config and pass region name for aws auth v4Yehuda Sadeh2021-03-091-4/+0
| * rgw: try to identify connections regionYehuda Sadeh2021-03-091-0/+4
| * rgw: basic client aws v4 signatureYehuda Sadeh2021-03-091-10/+12
* | rgw: do not include RWLock.h unless RWLock is usedKefu Chai2021-03-101-1/+0
|/
* 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