summaryrefslogtreecommitdiffstats
path: root/src/rgw/rgw_main.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* rgw/notifications: start/stop endpoint managers in notification managerYuval Lifshitz2024-05-121-1/+0
* rgw: ignore SIGXFSZ, which apparently can triggered by heavy ops-log trafficMatt Benjamin2024-04-081-0/+2
* Merge pull request #53902 from vedanshbhartia/coverity_except_mainYuval Lifshitz2023-12-171-0/+4
|\
| * rgw: Add coverity annotations for uncaught exceptions in standalone binariesVedansh Bhartia2023-10-091-0/+4
* | add checking result for rgw frontend initzhipeng li2023-12-011-1/+6
|/
* rgw/main: init_storage() creates a ConfigStore and loads SiteConfigCasey Bodley2023-03-131-3/+3
* RGW - Zipper - Rename rgw::sal::Store to rgw::sal::DriverDaniel Gryniewicz2022-12-081-1/+1
* rgw/lua: create lua background manager before the frontendsyuval Lifshitz2022-09-131-1/+1
* rgw/main: fix init order of rgw_main's init_storage()Matt Benjamin2022-09-091-2/+3
* rgw/main: move signal handler actions out of shutdown()Matt Benjamin2022-09-091-6/+9
* rgw_main: remove unused tracepoint declsMatt Benjamin2022-09-091-5/+0
* rgw_a: build reorganizationMatt Benjamin2022-09-091-635/+19
* rgw/main: use AppMain in c++ main functionMatt Benjamin2022-09-091-450/+75
* rgw/main: AppMainMatt Benjamin2022-09-091-11/+62
* librgw: add ability to conditionally export HTTP frontends/apisMatt Benjamin2022-09-091-45/+436
* RGW - Zipper - Allow per-store admin APIsDaniel Gryniewicz2022-09-081-15/+2
* rgw: remove dout_subsys defs from header filesJ. Eric Ivancich2022-08-301-2/+2
* Merge pull request #47362 from dang/wip-dang-zipper-cleanupDaniel Gryniewicz2022-08-151-43/+2
|\
| * RGW - Zipper - Init cleanupDaniel Gryniewicz2022-08-011-43/+2
* | rgw/cmake: stop building all of radosgw a shared libCasey Bodley2022-08-081-11/+1
* | rgw: lua, add support for lua packages to the lua managerKaleb S. KEITHLEY2022-08-021-17/+12
|/
* RGW - Zipper - Add temporary Filter testingDaniel Gryniewicz2022-07-271-0/+8
* Merge pull request #42779 from Matan-B/lua-rgw-mapYuval Lifshitz2022-06-081-5/+44
|\
| * rgw: fix lua background crash on zone reloadYuval Lifshitz2022-05-131-8/+39
| * rgw: add unit tests to background lua contextYuval Lifshitz2022-05-081-0/+1
| * rgw: Lua scripting global map featureMatan Breizman2022-05-081-2/+9
* | rgw,osd: convert tracer to be a global varOmri Zeneva2022-05-171-1/+1
|/
* RGW - Allow starting RGW/dbstore without connecting to MonsDaniel Gryniewicz2022-04-271-2/+3
* RGW: Zipper - zonegroup, placement tierDaniel Gryniewicz2022-04-201-11/+19
* Merge pull request #44488 from cfsnyder/wip-53788-reopen-ops-log-sighupCasey Bodley2022-03-081-3/+11
|\
| * rgw: reopen ops log file on sighupCory Snyder2022-01-261-3/+11
* | rgw: add CORTX Motr SAL implementationAndriy Tkachuk2022-01-271-0/+6
* | rgw: Add admin ops API for rate limitingOr Friedmann2022-01-101-0/+2
* | rgw: Add rgw rate limiting per user and per bucketOr Friedmann2022-01-051-2/+5
|/
* rgw: introduce new /{admin}/info api resourceMatt Benjamin2021-12-091-0/+2
* Merge pull request #43329 from cfsnyder/wip-48752-generalize-ops-log-socketMatt Benjamin2021-10-291-5/+11
|\
| * rgw: add abstraction for ops log destination and add file loggerCory Snyder2021-10-051-5/+11
* | Merge pull request #43055 from soumyakoduri/wip-skoduri-luaDaniel Gryniewicz2021-09-221-11/+14
|\ \
| * | rgw: Install the lua packages only for RadosStoreSoumya Koduri2021-09-201-11/+14
| |/
* | rgw/dbstore: Insert testid user on startupSoumya Koduri2021-09-201-0/+3
* | rgw: Add option to configure backend storeSoumya Koduri2021-09-201-1/+10
|/
* Merge pull request #42848 from ronen-fr/wip-ronenf-argv2vec-usersRonen Friedman2021-08-301-2/+1
|\
| * common: modify 'main()s' to use new argv_to_vec() signatureRonen Friedman2021-08-191-2/+1
* | Merge pull request #42723 from liewegas/fix-rgw-warning-2Casey Bodley2021-08-201-1/+3
|\ \ | |/ |/|
| * rgw: default auth_client_required=cephxSage Weil2021-08-091-1/+3
* | rgw: build without "using namespace std"Kefu Chai2021-08-131-0/+2
|/
* Merge pull request #42397 from mkogan1/rgw-d3n-rem-ops-logCasey Bodley2021-08-051-5/+0
|\
| * rgw: d3n: remove legacy requirement to enable rgw_enable_ops_logMark Kogan2021-07-191-5/+0
* | rgw: default ms_mon_client_mode = secureSage Weil2021-08-021-1/+2
|/
* rgw: D3N Cache changes for UpstreamMark Kogan2021-07-061-1/+25