summaryrefslogtreecommitdiff
path: root/tools/db_repl_stress.cc
AgeCommit message (Expand)Author
2024-02-07Prefer static_cast in place of most reinterpret_cast (#12308)Peter Dillinger
2023-01-27Remove RocksDB LITE (#11147)sdong
2022-01-12Remove using namespace (#9369)Yanqin Jin
2020-12-22Migrate away from Travis+Linux+amd64 (#7791)Peter Dillinger
2020-07-09More Makefile Cleanup (#7097)mrambacher
2020-02-20Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433)sdong
2019-05-30Move some memory related files from util/ to memory/ (#5382)Siying Dong
2019-05-30Move test related files under util/ to test_util/ (#5377)Siying Dong
2018-11-09Update all unique/shared_ptr instances to be qualified with namespace std (#4...Sagar Vemuri
2018-04-12comment unused parameters to turn on -Wunused-parameter flagDavid Lai
2017-12-01fix gflags namespaceAndrew Kryczka
2017-07-15Change RocksDB LicenseSiying Dong
2017-04-27Add GPLv2 as an alternative license.Siying Dong
2016-02-09Updated all copyright headers to the new format.Baraa Hamodi
2015-07-13"make format" against last 10 commitssdong
2015-07-01Windows Port from MicrosoftDmitri Smirnov
2014-11-14Make db_stress built for ROCKSDB_LITEsdong
2014-10-27remove atomic_pointer.h referencesIgor Canadi
2014-10-27Deprecate AtomicPointerIgor Canadi
2014-05-08Make RocksDB work with newer gflagsIgor Canadi
2014-03-12Revert "Fix bad merge of D16791 and D16767"Igor Canadi
2014-03-11Fix bad merge of D16791 and D16767sdong
2014-02-03Fix some 32-bit compile errorsIgor Canadi
2014-01-24Revert "Moving to glibc-fb"Igor Canadi
2014-01-24Moving to glibc-fbIgor Canadi
2013-11-16make util/env_posix.cc work under mackailiu
2013-11-06WAL log retention policy based on archive size.shamdor
2013-10-24Conversion of db_bench, db_stress and db_repl_stress to use gflagsSlobodan Predolac
2013-10-16Add appropriate LICENSE and Copyright message.Dhruba Borthakur
2013-10-04Change namespace from leveldb to rocksdbDhruba Borthakur
2013-08-23Replace include/leveldb with include/rocksdb.Dhruba Borthakur
2013-08-19API for getting archived log filesMayank Agarwal
2013-03-06Do not allow Transaction Log Iterator to fall ahead when writer is writing th...Abhishek Kona
2013-01-25Fix poor error on num_levels mismatch and few other minor improvementsChip Turner
2012-12-21Create a long running test to check GetUpdatesSince.Abhishek Kona