summaryrefslogtreecommitdiffstats
path: root/src/rgw/librgw.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* rgw: add hook for RGWOp subclasses to write custom metadata to ops logsCory Snyder2022-09-281-1/+0
* rgwlib: rework linkageMatt Benjamin2022-09-091-573/+7
* rgw_a: build reorganizationMatt Benjamin2022-09-091-16/+7
* rgw/main: remove friends, see_alsoMatt Benjamin2022-09-091-1/+1
* rgw/main: use AppMain in c++ main functionMatt Benjamin2022-09-091-49/+0
* rgw/main: AppMainMatt Benjamin2022-09-091-69/+16
* librgw: add ability to conditionally export HTTP frontends/apisMatt Benjamin2022-09-091-110/+87
* RGW - Zipper - Init cleanupDaniel Gryniewicz2022-08-011-45/+2
* RGW - Zipper - Add temporary Filter testingDaniel Gryniewicz2022-07-271-0/+8
* rgw: remove unnecessary "struct" from req_state declarationsJ. Eric Ivancich2022-06-221-4/+4
* RGW - Allow starting RGW/dbstore without connecting to MonsDaniel Gryniewicz2022-04-271-5/+4
* librgw: teach librgw about rgw_backend_storeMatt Benjamin2022-04-251-1/+37
* RGW - Zipper - remove RGWObjectCtx from SAL APIDaniel Gryniewicz2022-03-071-5/+2
* rgw: add abstraction for ops log destination and add file loggerCory Snyder2021-10-051-5/+14
* common: modify 'main()s' to use new argv_to_vec() signatureRonen Friedman2021-08-191-2/+1
* rgw: build without "using namespace std"Kefu Chai2021-08-131-0/+2
* Merge pull request #41926 from TRYTOBE8TME/wip-rgw-dpp-2Ali Maredia2021-07-021-1/+1
|\
| * rgw: DPP addition 3Kalpesh Pandya2021-07-021-1/+1
* | rgw: DPP addition to log messagesKalpesh Pandya2021-06-241-1/+1
|/
* rgw: add DPP's to logging for most opsAli Maredia2021-05-041-9/+6
* RGW Zipper - Permenant User storage APIDaniel Gryniewicz2021-04-291-1/+1
* RGW Zipper - Fix style violationsDaniel Gryniewicz2021-04-151-1/+1
* RGW Zipper - The Great RenameDaniel Gryniewicz2021-04-151-4/+4
* librgw/notifications: initialize kafka and amqpYuval Lifshitz2021-03-121-0/+23
* RGW Zipper - Add zone abstractionDaniel Gryniewicz2021-03-021-1/+1
* Zipper - zipperify the Auth codeDaniel Gryniewicz2021-03-021-3/+0
* RGW - Zipper 10: Pull The ThreadDaniel Gryniewicz2021-03-021-7/+11
* rgw: Dpp addition to create bucket logroot2021-02-071-10/+10
* rgw: Add DoutPrefixProvider to create_bucket loggingAli Maredia2021-01-271-10/+14
* rgw: No null_yield in RGWOpAdam C. Emerson2020-11-131-13/+13
* rgw_file: fix some zipper flow for RGWLibContinuedReqMatt Benjamin2020-11-051-1/+15
* rgw_file: avoid long-ish delay on shutdownMatt Benjamin2020-09-301-1/+1
* Fix missing req_state for librgwDaniel Gryniewicz2020-09-181-1/+2
* Zipper - Make s->user a unique_ptrDaniel Gryniewicz2020-09-081-2/+1
* rgw: remove unnecessary #include "rgw_rados.h"Kaleb S. KEITHLEY2020-08-101-1/+0
* rgw: nfs: disable gc, lc, quota, and sync threads by defaultMatt Benjamin2020-04-281-4/+20
* Zipper - RGWUserDaniel Gryniewicz2020-01-171-4/+4
* RGW - Make sure editor settings are correct for all filesDaniel Gryniewicz2019-08-191-1/+1
* Project Zipper Part 1 - Framework and RGWRadosStoreDaniel Gryniewicz2019-08-151-7/+7
* Merge branch 'wip-rgw-metadata-servicification'Casey Bodley2019-08-131-3/+3
|\
| * rgw: make optional_yield explicit in RGWUserCtl interfacesCasey Bodley2019-07-291-1/+1
| * rgw: unitests and other tools fixesYehuda Sadeh2019-07-291-3/+1
| * rgw: move manifest code around, initial tier separationYehuda Sadeh2019-07-291-0/+2
* | rgw: s/Mutex/ceph::mutex/Kefu Chai2019-08-031-7/+7
|/
* rgw_file: unify allocations of request idMatt Benjamin2019-05-151-2/+1
* rgw: crypto: throw DigestException from Digest and HMACMatt Benjamin2019-04-251-51/+57
* Merge pull request #26089 from taoCH/wip-librgw-create-bucket-bugMatt Benjamin2019-04-161-0/+3
|\
| * rgw: unexpected crash when creating bucket in librgwtaoCH2019-01-231-0/+3
* | rgw: pubsub add perf counters. fix error handlingYuval Lifshitz2019-02-131-0/+1
|/
* Merge pull request #25356 from ivancich/wip-fix-rgw-optionsAbhishek L2018-12-131-1/+1
|\