summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-04-22Release 0.14.0 (#408)v0.14.0Oleksandr Anyshchenko
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-16Fix building librocksdb-sys with system libraries (#393)Bas van Dijk
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-04-07Bump rocksdb version up to 6.7.3 (#398)Oleksandr Anyshchenko
2020-04-07Bump internal snappy version up to 1.1.8 (#397)Oleksandr Anyshchenko
2020-03-25Check if we're on a big endian system and act upon it (#396)Sascha Hanse
2020-03-25Refactor db.rs and lib.rs into smaller pieces (#395)Jesse Rusak
2020-03-24Make DBPath use tempfile. (#394)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-19Bump librocksdb-sys up to 6.6.4 (#389)Oleksandr Anyshchenko
2020-02-17Change APIs that never return error to not return Result (#383)wqfish
2020-02-17Do not take into account a windows host build for overall CI status (#388)Oleksandr Anyshchenko
2020-02-17Bump uuid and bindgen dependencies (#387)Jon Gjengset
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-12-09Upgrade rocksdb to v6.4.6 (#360)Florentin DUBOIS
2019-11-28Expose format version (#357)Andronik Ordian
2019-11-26Update lz4 to v1.9.2 (#353)Andronik Ordian
2019-11-14Release 0.13.0 (#351)v0.13.0Oleksandr Anyshchenko
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-31Merge pull request #346 from nbdd0121/raw_iterJordan 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