summaryrefslogtreecommitdiffstats
path: root/src/rgw/rgw_env.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* rgw: fix spelling errorsJosh Soref2023-11-271-1/+1
* rgw: Fix potential null pointer dereferences where `RGWEnv::get()` is calledMohamed Awnallah2023-05-191-0/+15
* rgw: build without "using namespace std"Kefu Chai2021-08-131-0/+2
* RGW - Make sure editor settings are correct for all filesDaniel Gryniewicz2019-08-191-1/+1
* Rename "include/assert.h"Brad Hubbard2018-09-141-1/+1
* rgw: RGWEnv::set() takes std::stringCasey Bodley2017-11-101-2/+2
* rgw: update beast frontend/submodule to v116Casey Bodley2017-10-271-1/+1
* rgw: Remove unused Parameter in Function RGWConf::init()zhangwen2017-08-221-2/+2
* rgw: make RGWEnv return a const ref. to its mapAbhishek Lekshmanan2017-06-141-11/+18
* rgw: expose conf_get(), conf_get_int(), conf_get_bool()Yehuda Sadeh2017-05-301-9/+24
* rgw: suppress logs that can leak customer keyAdam Kupczyk2017-04-051-0/+1
* rgw: don't log the client env_map twiceAbhishek Lekshmanan2017-02-171-2/+0
* dout: Use dout_contextAdam C. Emerson2016-12-221-1/+1
* rgw: add rgw_log_http_headers optionMatt Benjamin2016-12-141-0/+2
* rgw: eradicate dynamic memory allocations from RGWEnv.Radoslaw Zarzynski2016-10-211-11/+1
* rgw: RGWEnv::set takes boost::string_refCasey Bodley2016-10-211-4/+2
* rgw: modelinesSage Weil2014-07-101-0/+3
* Merge pull request #818 from ceph/wip-rgw-standalone-2Sage Weil2013-12-201-13/+22
|\
| * rgw: support for mongoose keepaliveYehuda Sadeh2013-11-051-1/+1
| * rgw: rebase mongoose prototypeYehuda Sadeh2013-11-051-13/+22
* | Add a configurable to allow bucket perms to be checked before key permsLiam Monahan2013-10-241-0/+7
|/
* rgw: rest_client, forward requestsYehuda Sadeh2013-05-231-0/+12
* rgw_acl: Support ACL grants in headers.caleb miles2013-02-201-0/+18
* rgw: usage loggerYehuda Sadeh2012-06-111-0/+1
* rgw: replace 'should_log' with 'enable_ops_log'Yehuda Sadeh2012-06-051-1/+1
* log: new logging infrastructureSage Weil2012-03-271-1/+1
* rgw: get rid of references to g_ceph_context where requiredYehuda Sadeh2012-03-131-4/+4
* rgw: switch ops log flag to use ceph configYehuda Sadeh2012-03-121-1/+1
* rgw: rgw_log -> debug_rgwSage Weil2011-10-051-2/+1
* rgw: remove useless RGWConf::log_levelSage Weil2011-10-051-1/+0
* rgw: set dout condvar to rgw_logSage Weil2011-10-051-0/+3
* rgw: fix concurrency issueYehuda Sadeh2011-07-191-4/+1
* rgw: fix logYehuda Sadeh2011-07-151-1/+11
* rgw: fix lruYehuda Sadeh2011-07-111-3/+5
* rgw: restructure runtime config envYehuda Sadeh2011-07-111-0/+70