summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2019-11-28Expose format version (#357)Andronik Ordian
2019-11-12DB::repair: pass Options by ref (#350)Andronik Ordian
2019-11-12Options: add set_verify_checksums and set_level_compaction_dynamic_level_byte...Andronik Ordian
2019-11-06Always use pinnable slice for get operations (#345)Gary Guo
2019-11-05Merge pull request #344 from methyl/patch-1Jordan Terrell
2019-10-30DBRawIterator can be SyncGary Guo
2019-10-30Avoid copy in DBRawIterator::{key, value}Gary Guo
2019-10-30Add exampleLucjan Suski
2019-10-30FormattingLucjan Suski
2019-10-29FormattingLucjan Suski
2019-10-29Add example, fix typeLucjan Suski
2019-10-29Allow setting optimize_filter_for_hitsLucjan Suski
2019-10-29There is no enabled param on compression optionsLucjan Suski
2019-10-29Enable set_compression_optionsLucjan Suski
2019-10-29Allow to set max_dict_bytes and zstd_max_training_bytesLucjan Suski
2019-10-29Add lifetimes for `DBIterator` return types (#294)Nicolas Gotchac
2019-10-16Remove unnecessary trailing semicolonOleksandr Anyshchenko
2019-09-25Add set_tailing to the ReadOptions struct to support tailing iterators.Christopher Bradfield
2019-09-20Add get_updates_since() wrapper and its iterator (#332)Nathan Fiedler
2019-09-09Merge with master and update changelogOleksandr Anyshchenko
2019-09-09Merge branch 'master' into mutable_cf_mapOleksandr Anyshchenko
2019-09-08Expose the `status` method on iterators (#302)rnarubin
2019-09-07Add `DB::latest_sequence_number` method. (#326)Ilya Bogdanov
2019-09-07fix: Make the set_iterate_upper_bound ReadOptions method unsafe (#309)Clément Renault
2019-09-07Implement Send and Sync for useful types (#318)rnarubin
2019-07-22Merge pull request #300 from Standard-Cognition/raw_iterator_cf_optOleksandr Anyshchenko
2019-07-19Document the raw_iterator methodsRenar Narubin
2019-07-09Merge pull request #313 from pavel-mukhanov/sync_snapshotOleksandr Anyshchenko