summaryrefslogtreecommitdiffstats
path: root/src/rgw/CMakeLists.txt (follow)
Commit message (Expand)AuthorAgeFilesLines
* rgw: migrate rgw_admin to new directory.Jesse Williamson2025-01-061-3/+3
* RGW/logging: add filtering for bucket loggingAli Masarwa2024-12-171-0/+1
* rgw/logging: add support for GetBucketLogging and PutBucketLoggingYuval Lifshitz2024-12-081-0/+2
* rgw/service: remove unused metadata and metadata backend servicesCasey Bodley2024-09-121-3/+0
* rgw/services: remove unused RGWSI_Role_RADOSCasey Bodley2024-09-121-1/+0
* rgw/role: add rgwrados::role interface for role metadataCasey Bodley2024-09-121-0/+1
* rgw/services: remove otp service and metadata backendCasey Bodley2024-09-121-2/+0
* Merge pull request #58179 from cbodley/wip-rgw-assert-asyncCasey Bodley2024-07-051-0/+1
|\
| * rgw: split is_asio_thread warnings into separate file/functionCasey Bodley2024-07-021-0/+1
* | cmake: work around xxhash 'inlining failed' errors in debug buildsCasey Bodley2024-07-041-0/+5
* | cmake: use BLAKE3's cmakeCasey Bodley2024-07-031-29/+2
* | rgw: add checksum and digest machineryMatt Benjamin2024-07-031-0/+29
|/
* submodule: Remove boost_redis submoduleAdam Emerson2024-05-231-4/+0
* Merge pull request #55592 from cbodley/wip-boost-asio-spawnCasey Bodley2024-05-211-3/+3
|\
| * rgw: switch back to boost::asio for spawn() and yield_contextCasey Bodley2024-05-131-3/+3
* | cmake: targets against legacy-option-headers when appropriateKefu Chai2024-05-081-2/+9
|/
* rgw/rados: add index for account topicsCasey Bodley2024-04-101-0/+1
* rgw/iam: add Group/GroupPolicy APIsCasey Bodley2024-04-101-0/+1
* rgw/sal: add backend interfaces for group metadataCasey Bodley2024-04-101-0/+2
* rgw/iam: add get_managed_policy() factory functionCasey Bodley2024-04-101-0/+1
* rgw/rados: add rgwrados::roles namespace abstraction for cls_userCasey Bodley2024-04-101-0/+1
* rgw/iam: add initial IAM User apisCasey Bodley2024-04-101-0/+1
* rgw/rados: add rgwrados::users namespace abstraction for cls_userCasey Bodley2024-04-101-1/+2
* rgw/rados: add rgwrados::buckets namespace abstraction for cls_userCasey Bodley2024-04-101-0/+1
* rgw/rados: implement account metadata operationsCasey Bodley2024-04-101-0/+1
* rgw: add /admin/account rest apisCasey Bodley2024-04-101-0/+1
* rgw: define account ids and namesCasey Bodley2024-04-101-0/+1
* rgw/cmake: rgw_common links openssl unconditionallyCasey Bodley2024-04-101-7/+3
* rgw/d4n: fix compilation issue when WITH_RADOSGW_D4N=OFF.Pritha Srivastava2024-04-051-5/+9
* Merge pull request #52444 from pritha-srivastava/wip-rgw-d4nAli Maredia2024-04-041-9/+6
|\
| * rgw/d4n: this commit squashes the following commits related toSamarah2024-04-021-10/+0
| * rgw/cache: This commit squashes commits related to boost::redis library.Samarah Uriarte2024-04-021-1/+3
| * rgw/d4n: This commit squashes the following commits related toSamarah2024-04-021-1/+4
| * rgw/cache: this commit squashes the following commits for ssd backed cache dr...Pritha Srivastava2024-04-021-0/+1
| * rgw/cache: This commit squashes the following commits for redis driver.Samarah2024-04-021-0/+1
| * rgw/cache: This commit squashes modifications to base class.Pritha Srivastava2024-04-021-1/+0
| * RGW: Add cache driver base classSamarah2024-04-021-0/+1
* | RGW/Rados: Migrate topics to data path v2Ali Masarwa2024-04-021-1/+2
|/
* rgw/topic: remove unused RGWSI_Topic_RADOSCasey Bodley2024-03-051-1/+0
* rgw/topic: add rgwrados::topic interface for topic metadataCasey Bodley2024-03-051-1/+2
* rgw/multisite-notification: Add support to replicate topic creation in multi...kchheda32024-03-051-0/+1
* rgw: SAL drivers take `boost::asio::io_context`Adam C. Emerson2024-01-241-0/+1
* rgw: split RGWDataAccess from rgw_tools.ccYuval Lifshitz2023-12-121-0/+1
* rgw: Remove `RGWSI_RADOS`Adam C. Emerson2023-11-291-1/+0
* Merge pull request #54297 from linuxbox2/wip-librgw-tcmallocCasey Bodley2023-11-241-3/+7
|\
| * rgw: link only radosgw with ALLOC_LIBSMatt Benjamin2023-11-011-3/+7
* | rgw: make subclass dependencies explicitJ. Eric Ivancich2023-11-101-1/+0
|/
* build: Fix `WITH_FMT_HEADER_ONLY`Adam Emerson2023-10-301-1/+1
* Merge pull request #52933 from dang/wip-dang-posix-driverDaniel Gryniewicz2023-09-151-1/+10
|\
| * RGW - Add POSIX DriverDaniel Gryniewicz2023-09-141-1/+10