summaryrefslogtreecommitdiff
path: root/src.mk
AgeCommit message (Expand)Author
2018-08-06BlobDB: Cleanup TTLExtractor interface (#4229)Yi Wu
2018-08-01Trace and Replay for RocksDB (#3837)Sagar Vemuri
2018-07-24DataBlockHashIndex: Standalone Implementation with Unit Test (#4139)Fenggang Wu
2018-07-23move static msgs out of Status class (#4144)Chang Su
2018-07-17Remove managed iteratorSiying Dong
2018-06-28Allow DB resume after background errors (#3997)Anand Ananthabhotla
2018-06-04Provide a way to override windows memory allocator with jemalloc for ZSTDDmitri Smirnov
2018-06-01Extend existing unit tests to run with WriteUnprepared as wellManuel Ung
2018-05-31Add write unprepared classes by inheriting from write preparedManuel Ung
2018-05-21Add missing test files to src.mkAndrew Kryczka
2018-05-17Change and clarify the relationship between Valid(), status() and Seek*() for...Mike Kolupaev
2018-05-03Skip deleted WALs during recoverySiying Dong
2018-04-06Added support for SstFileManager to RocksJavaAdam Retter
2018-03-28Fix race condition causing double deletion of sstsYanqin Jin
2018-03-23Refactor sync_point to make implementation either customizable or replaceableDmitri Smirnov
2018-03-08Java wrapper for Native ComparatorsAdam Retter
2018-03-06Blob DB: Improve FIFO evictionYi Wu
2018-03-06Added bytes XOR merge operatorPooya Shareghi
2018-03-02Add TransactionDB and OptimisticTransactionDB to the Java APIAdam Retter
2017-12-11Refactor ReadBlockContents()Siying Dong
2017-11-15Fix TARGETS lint warnings.Yi Wu
2017-11-13Blob DB: not using PinnableSlice move assignmentYi Wu
2017-11-02WritePrepared Txn: Move DB class to its own fileMaysam Yabandeh
2017-10-12PinnableSlice move assignmentYi Wu
2017-10-12Added CompactionFilterFactory support to RocksJavaAdam Retter
2017-10-06WritePrepared Txn: Compaction/FlushYi Wu
2017-09-21Expose LoadLatestOptions, LoadOptionsFromFile and GetLatestOptionsFileName AP...Sagar Vemuri
2017-08-31Updated CRC32 Power Optimization ChangesKamalalochana Subbaiah
2017-08-31garbage collect tombstones in merge operatorPengchao Wang
2017-08-31Add more unit test to write_prepared txnsMaysam Yabandeh
2017-08-07Refactor PessimisticTransactionMaysam Yabandeh
2017-08-05Refactor TransactionDBImplMaysam Yabandeh
2017-08-03Refactor TransactionImplMaysam Yabandeh
2017-08-01Dump Blob DB options to info logYi Wu
2017-07-27Blob DB TTL extractorYi Wu
2017-07-26Revert "CRC32 Power Optimization Changes"Siying Dong
2017-07-26CRC32 Power Optimization ChangesKamalalochana Subbaiah
2017-07-21Cassandra compaction filter for purge expired columns and rowsPengchao Wang
2017-07-11Improve the design and native object management of Stats in RocksJavaAdam Retter
2017-07-06remove duplicated utilities/merge_operators/cassandra/test_utils.cc in src.mkAaron Gao
2017-06-27Fix TARGETS file tests listYi Wu
2017-06-26Encryption at rest supportEwout Prangsma
2017-06-16Create a MergeOperator for Cassandra Row ValueChen Shen
2017-06-02Improve write buffer manager (and allow the size to be tracked in block cache)Siying Dong
2017-06-01Retire memenv https://github.com/facebook/rocksdb/pull/2082Maysam Yabandeh
2017-05-31db: avoid `#include`ing malloc and jemalloc simultaneouslyTamir Duberstein
2017-05-31Fixing blob db sequence number handlingYi Wu
2017-05-30update blob_db_testYi Wu
2017-05-23Simple blob file dumperYi Wu
2017-05-22Replace deprecated RocksDB#addFile with RocksDB#ingestExternalFileAdam Retter