summaryrefslogtreecommitdiff
path: root/TARGETS
AgeCommit message (Expand)Author
2021-04-12Add util/crc32c_arm64.cc to TARGETS (#8168)Xavier Deguillard
2021-04-06Make backups openable as read-only DBs (#8142)Peter Dillinger
2021-04-04Make tests "parallel" and "passing ASC" by default (#8146)Peter Dillinger
2021-04-03Use `include_paths` instead of raw `-I` in TARGETS (#8143)Andrew Gallagher
2021-03-23Move compacted_db_impl.[c|h] to db/db_impl (#8082)Yanqin Jin
2021-03-15Move a test file to a better location (#8054)Yanqin Jin
2021-03-09Refactor: add LineFileReader and Status::MustCheck (#8026)Peter Dillinger
2021-02-26Refine Ribbon configuration, improve testing, add Homogeneous (#7879)Peter Dillinger
2021-02-25Compaction filter support for (new) BlobDB (#7974)Yanqin Jin
2021-02-22Extend VerifyFileChecksums API for blob files (#7979)Akanksha Mahajan
2021-02-08Update zstd in buck build (#7923)Peter Dillinger
2021-01-29Integrity protection for live updates to WriteBatch (#7748)Andrew Kryczka
2021-01-27Accurate re-generate command in TARGETS file (#7902)Peter Dillinger
2021-01-25Add a SystemClock class to capture the time functions of an Env (#7858)mrambacher
2020-12-22Range Locking: Implementation of range locking (#7506)Sergei Petrunia
2020-12-09Fix use of positional args in BUCK rules (#7760)Michael Lee
2020-12-09LockTree library, originally from PerconaFT (#7753)Sergei Petrunia
2020-12-07Make the TARGETS file Starlark compliant (#7743)Neil Mitchell
2020-11-11Create a Customizable class to load classes and configurations (#6590)mrambacher
2020-10-25Ribbon: initial (general) algorithms and basic unit test (#7491)Peter Dillinger
2020-10-19Abstract out LockManager interface (#7532)Cheng Chang
2020-10-15Introduce BlobFileCache and add support for blob files to Get() (#7540)Levi Tamasi
2020-10-07Clean up BlobLogReader and rename it to BlobLogSequentialReader (#7517)Levi Tamasi
2020-10-07Introduce a blob file reader class (#7461)Levi Tamasi
2020-10-01Periodically flush info log out of application buffer (#7488)Andrew Kryczka
2020-10-01Add trace_analyzer_test to ASSERT_STATUS_CHECKED list (#7480)Zhichao Cao
2020-10-01Introduce options.check_flush_compaction_key_order (#7467)sdong
2020-09-30Add a rocksdb lib target with link_whole=True (#7466)Yanqin Jin
2020-09-25Re-add extra compiler flags when building unittests (#7437)Yanqin Jin
2020-09-23Add IO Tracer Parser (#7333)Akanksha Mahajan
2020-09-23build: make it compile with @mode/win (#7406)Xavier Deguillard
2020-09-23Fix/minimize mock_time_env.h dependencies (#7426)Peter Dillinger
2020-09-14Bring the Configurable options together (#5753)mrambacher
2020-08-27Add buffer prefetch support for non directIO usecase (#7312)Jay Zhuang
2020-08-27Add a blob file builder class that can be used in background jobs (#7306)Levi Tamasi
2020-08-14Introduce a global StatsDumpScheduler for stats dumping (#7223)Jay Zhuang
2020-08-06Replace tracked_keys with a new LockTracker interface in TransactionDB (#7013)Cheng Chang
2020-08-05Define WAL related classes to be used in VersionEdit and VersionSet (#7164)Cheng Chang
2020-07-24SST Partitioner interface that allows to split SST files (#6957)Tomas Kolda
2020-07-20Exclude two tests in CircleCI TSAN tests (#7152)sdong
2020-07-13Add FileSystem wrapper classes for IO tracing. (#7002)Akanksha Mahajan
2020-07-09More Makefile Cleanup (#7097)mrambacher
2020-07-07Exclude c_test from buck build opt mode (#7093)Peter Dillinger
2020-07-02Fix test in buck test (#7076)sdong
2020-06-24Add a new option for BackupEngine to store table files under shared_checksum ...Zitan Chen
2020-06-18Add IOTracer reader, writer classes for reading/writing IO operations in a bi...Akanksha Mahajan
2020-06-09Move blob_log_{format,reader,writer}.{cc,h} to db/blob/ (#6960)Levi Tamasi
2020-06-05Directly use unit test tempalte buck (#6926)sdong
2020-06-05Make DestroyDir destroy directories recursively (#6934)Cheng Chang
2020-06-03Revert "Update googletest from 1.8.1 to 1.10.0 (#6808)" (#6923)sdong