summaryrefslogtreecommitdiffstats
path: root/src/test/test_rgw_admin_log.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* rgw: add checksum and digest machineryMatt Benjamin2024-07-031-2/+1
* rgw: fix spelling errorsJosh Soref2023-11-271-3/+3
* rgw: refactor selected files for better above- vs below-the-lineKaleb S. KEITHLEY2022-11-291-5/+5
* common: modify 'main()s' to use new argv_to_vec() signatureRonen Friedman2021-08-191-2/+1
* rgw: Datalog with selectable backends, FIFO and OmapAdam C. Emerson2020-09-091-0/+1
* test: remove useless ASSERT_XXX macros for rgw testZhi Zhang2019-09-051-11/+1
* rgw: unitests and other tools fixesYehuda Sadeh2019-07-291-0/+1
* test_rgw_admin_log.cc: lenght() returns unsignedDanny Al-Gaaf2018-04-141-2/+1
* src: Added const references to various function parametersWilson E. Alvarez2018-04-061-1/+1
* test: CINIT_FLAG_NO_MON_CONFIG or NO_DEFAULT_CONFIG_FILESage Weil2018-03-061-1/+2
* common,test: g_ceph_context->put() upon returnKefu Chai2016-11-241-1/+2
* rgw: fix test_rgw_admin_log.ccOrit Wasserman2016-02-091-18/+12
* test_rgw_admin: musl libc defines stdout as read-only. Use freopen for output...John Coyle2015-10-191-3/+1
* c++11: fixes for preprocessor string concatenationCasey Bodley2015-08-071-16/+16
* test_rgw_admin_log.cc: refactor to use calloc()Danny Al-Gaaf2014-10-091-5/+5
* test_rgw_admin_log.cc: fix use-after-freeDanny Al-Gaaf2014-10-091-1/+1
* test_rgw_admin_log.cc: remove unused variablesDanny Al-Gaaf2014-09-021-4/+2
* test_rgw_admin_log.cc: prefer ++operators for iteratorsDanny Al-Gaaf2014-05-121-17/+17
* test_rgw_admin_log.cc: prefer empty() over size() for emptiness checkDanny Al-Gaaf2014-05-111-2/+2
* test_rgw_admin_log.cc: remove unused variable 'creds'Danny Al-Gaaf2013-07-251-2/+0
* test_rgw_admin_log.cc: use static_cast<>() instead of C-Style castDanny Al-Gaaf2013-07-251-2/+2
* rgw: fix more warningsSage Weil2013-07-151-1/+1
* test_rgw_admin_log.cc: prefer prefix ++operator for non-trivial iteratorDanny Al-Gaaf2013-07-121-6/+6
* rgw (test): remove some warningsYehuda Sadeh2013-06-261-3/+3
* rgw: lock related modificationsBabu Shanmugam2013-06-201-42/+66
* rgw: add max-entries, marker for log operationsBabu Shanmugam2013-06-201-0/+29
* rgw: metadata lock/unlock implemented with test casesBabu Shanmugam2013-06-101-7/+7
* RESTful APIs for data changes log implemented with test casesBabu Shanmugam2013-06-101-4/+353
* flushed the formatter after closing the primary section in MDLOG, BILOG and G...Babu Shanmugam2013-05-301-1/+1
* With mdlog lock and unlock functionality, listing and trimming base on shard_idBabu Shanmugam2013-05-281-28/+160
* MDLOG and BILOG REST Apis implemented along with some bug fixesBabu Shanmugam2013-05-181-0/+1076