index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
rgw
/
rgw_http_client.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
rgw: pass DoutPrefixProvider into RGWHTTPClient
Casey Bodley
2024-07-02
1
-3
/
+4
*
rgw/multisite: maintain endpoints connectable status and retry the requests t...
Jane Zhu
2024-01-16
1
-0
/
+5
*
rgw: refactor selected files for better above- vs below-the-line
Kaleb S. KEITHLEY
2023-01-23
1
-3
/
+1
*
rgw: build without "using namespace std"
Kefu Chai
2021-08-13
1
-30
/
+30
*
rgw: add support for client cert and key for vault
Jiffin Tony Thottan
2021-04-16
1
-0
/
+12
*
rgw: add support to consume user given ca cert for vault
Jiffin Tony Thottan
2021-04-16
1
-0
/
+6
*
Merge pull request #39678 from yehudasa/wip-rgw-aws4-client
Casey Bodley
2021-03-17
1
-10
/
+12
|
\
|
*
rgw, rgw-admin: config and pass region name for aws auth v4
Yehuda Sadeh
2021-03-09
1
-4
/
+0
|
*
rgw: try to identify connections region
Yehuda Sadeh
2021-03-09
1
-0
/
+4
|
*
rgw: basic client aws v4 signature
Yehuda Sadeh
2021-03-09
1
-10
/
+12
*
|
rgw: do not include RWLock.h unless RWLock is used
Kefu Chai
2021-03-10
1
-1
/
+0
|
/
*
rgw/http: add timeout to http client
Yuval Lifshitz
2020-04-07
1
-0
/
+8
*
Merge pull request #29639 from baixueyu/wip-crypto-bug
Casey Bodley
2019-09-03
1
-1
/
+5
|
\
|
*
get barbican secret key request return error code
Richard Bai(白学余)
2019-08-21
1
-1
/
+5
*
|
RGW - Make sure editor settings are correct for all files
Daniel Gryniewicz
2019-08-19
1
-1
/
+1
|
/
*
Merge branch 'wip-rgw-metadata-servicification'
Casey Bodley
2019-08-13
1
-48
/
+1
|
\
|
*
rgw: more headers cleanup
Yehuda Sadeh
2019-07-29
1
-48
/
+1
*
|
rgw: s/Mutex/ceph::mutex/
Kefu Chai
2019-08-03
1
-6
/
+6
|
/
*
rgw: http interfaces take optional_yield
Casey Bodley
2019-03-29
1
-3
/
+4
*
rgw: http_client: propagate send_data_hint differently
Yehuda Sadeh
2019-01-26
1
-3
/
+7
*
misc: mark constructors as explicit
Danny Al-Gaaf
2018-05-02
1
-1
/
+1
*
rgw: cloud sync crf: delete requests
Yehuda Sadeh
2018-04-25
1
-1
/
+2
*
rgw/cleanup: fix compile warnning
Chang Liu
2018-04-10
1
-5
/
+4
*
rgw: don't allow for io_id to complete more than once
Yehuda Sadeh
2018-04-10
1
-0
/
+8
*
rgw: cr rest splice, both reads and writes are throttled
Yehuda Sadeh
2018-04-10
1
-3
/
+3
*
rgw: http_client, add the ability to pause/unpause incoming data
Yehuda Sadeh
2018-04-10
1
-2
/
+5
*
rgw: rest_client: work towards throttling of http read requests
Yehuda Sadeh
2018-04-10
1
-22
/
+4
*
rgw: cr: introduce io channels
Yehuda Sadeh
2018-04-10
1
-11
/
+34
*
rgw: groundwork for supporting concurrent IOs in single cr
Yehuda Sadeh
2018-04-10
1
-12
/
+31
*
rgw: initial work for integrating streaming read/write with cr
Yehuda Sadeh
2018-04-10
1
-0
/
+2
*
rgw: amend http client manager interface
Yehuda Sadeh
2018-04-10
1
-2
/
+2
*
rgw: http client, simplify interfaces
Yehuda Sadeh
2018-04-10
1
-5
/
+0
*
rgw: create global http manager
Yehuda Sadeh
2018-04-10
1
-0
/
+9
*
rgw: tweak http client interface
Yehuda Sadeh
2018-04-10
1
-14
/
+30
*
rgw: http client, streaming writes api
Yehuda Sadeh
2018-04-10
1
-0
/
+26
*
src: Added const references to various function parameters
Wilson E. Alvarez
2018-04-06
1
-1
/
+1
*
Merge pull request #15301 from shashalu/rgw-ssl
Casey Bodley
2017-06-08
1
-1
/
+1
|
\
|
*
rgw: add "rgw_verify_ssl" config
lu.shasha
2017-05-27
1
-1
/
+1
*
|
rgw: send request to elasticsearch and parse response
Yehuda Sadeh
2017-05-30
1
-2
/
+4
|
/
*
rgw: migrate atomic_t to std::atomic<>
Jesse Williamson
2017-04-28
1
-4
/
+5
*
rgw/cleanup: add override in headers
liuchang0812
2017-03-14
1
-4
/
+4
*
rgw: improve error checking in Keystone-related code.
Radoslaw Zarzynski
2016-06-02
1
-0
/
+1
*
rgw: reuse ltstr_nocase in RGWHTTPHeadersCollector.
Radoslaw Zarzynski
2016-06-02
1
-12
/
+5
*
rgw: replace RGWPostHTTPData with RGW[Keystone]HTTPTransceiver.
Radoslaw Zarzynski
2016-06-02
1
-16
/
+25
*
rgw: improve encapsulation and const-correctness in the RGWHTTPClient family.
Radoslaw Zarzynski
2016-06-02
1
-27
/
+59
*
rgw: ONLY move RGWPostHTTPData's definitions to rgw_http_client.cc.
Radoslaw Zarzynski
2016-06-02
1
-50
/
+2
*
rgw: ONLY move RGWPostHTTPData to rgw_http_client.h.
Radoslaw Zarzynski
2016-06-02
1
-0
/
+77
*
rgw: implement RGWHTTPHeadersCollector.
Radoslaw Zarzynski
2016-06-02
1
-0
/
+46
*
rgw: RGWHTTPClient requests can unregister themselves early
Yehuda Sadeh
2016-05-09
1
-1
/
+6
*
rgw: RGWHTTPManager, can call stop() more than once
Yehuda Sadeh
2016-05-09
1
-0
/
+1
[next]