summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-04-06Remove need for &mut self in create_cf and drop_cf (v2) (#506)Ryo Onodera
2021-02-23Add merge delete_callback omitted by mistake (#500)zhangsoledad
2021-02-19Fix clippy warnings (#498)Andrea Corradi
2021-01-19Export persist_period_sec option and background_threads (#448)codingsh
2020-12-20Add multi_get functions family (#487)Stanislav Tkach
2020-12-08Fix logic related to merge operator settings (#481)BoOTheFurious
2020-12-07Bump librocksdb-sys up to 6.11.4 (#466)Oleksandr Anyshchenko
2020-11-23Allow setting options on a ColumnFamily (#478)Roman Zeyde
2020-11-09Use matches! to fix Clippy warning (#473)Stanislav Tkach
2020-08-31Add DB::cancel_all_background_work method (#459)Stanislav Tkach
2020-08-25Avoid copy for merge operator result using delete_callback (#457)chenxu
2020-08-21Add Send implementation for WriteBatch (#453)Stanislav Tkach
2020-08-21Implement Clone trait for Options (#455)Stanislav Tkach
2020-08-12Adding backup engine info (#454)Linh Tran Tuan
2020-07-29Support fetching sst files metadata, delete files in range, get mem usage (#446)Linh Tran Tuan
2020-07-29Remove allow(clippy::wildcard_imports) (#450)Stanislav Tkach
2020-07-21Add compaction filter factory API (#441)unrealhoang
2020-07-15Add dbpath and env options (#445)Linh Tran Tuan
2020-07-10Adding read/write/db/compaction options (#442)Linh Tran Tuan
2020-06-16Don't segfault on failed a merge operator. (#437)Nelson Elhage
2020-06-14Fix slice transformers with no in_domain callback (#438)Nelson Elhage
2020-06-05Export DEFAILT_COLUMN_FAMILY_NAME constant (#435)Stanislav Tkach
2020-05-28Add set_max_log_file_size and set_recycle_log_file_num to the Options (#433)Stanislav Tkach
2020-05-26Add support for SstFileWriter and DB::ingest_external_file (#421)Lucjan Suski
2020-05-08Expose `open_with_ttl`. (#425)David Calavera
2020-05-07Add some doc-comments and tiny refactoring (#424)Oleksandr Anyshchenko
2020-04-24Add clippy linter in CI (#417)Oleksandr Anyshchenko
2020-04-24Update doc for Options::set_compression_type (#416)wqfish
2020-04-22Add support for open_as_secondary APIs. (#406)David Calavera
2020-04-21Fix doc for DBRawIterator::prev and next methods (#405)wqfish
2020-04-21Add support for open_for_read_only APIs (#402)wqfish
2020-04-15Add support for range delete APIs (#403)wqfish
2020-04-08Add some extra config options (#399)Ivan Porto Carrero
2020-04-08Add support for data block hash index (#358)David
2020-04-08Make set_iterate_upper_bound method safe (#377)wqfish
2020-04-07Atomic flush option (#380)Matt Bell
2020-03-25Refactor db.rs and lib.rs into smaller pieces (#395)Jesse Rusak
2020-03-23Add a doc for optimize_level_style_compaction method (#392)Nikolay Volf
2020-02-19Fix lifetime parameter for iterators (#391)wqfish
2020-02-17Change APIs that never return error to not return Result (#383)wqfish
2020-01-26Fix doc for WriteBatch::delete (#376)wqfish
2020-01-15Move to Rust 2018 (#375)wqfish
2020-01-13Fix potential segfault when calling next on DBIterator that is at the end of ...wqfish
2020-01-13Minor cleanup in db.rs (#373)wqfish
2020-01-13Add flush_cf method to DB (#372)wqfish
2020-01-08Simplify conversion on iterator item (#364)zhangsoledad
2020-01-08Add set_max_total_wal_size to Options (#366)wqfish
2020-01-08Fix minor doc typo (#367)Steve Yen
2020-01-08Options: add set_ratelimiter (#369)Patrick
2020-01-08Improve ffi_try macro to make trailing comma optional (#371)wqfish