772 Commits (d4023f268311e567360d01d8040403f23b23950e)
 

Author SHA1 Message Date
Oleksandr Anyshchenko d4023f2683
Add clippy linter in CI (#417) 4 years ago
wqfish 8f7124b488
Update doc for Options::set_compression_type (#416) 4 years ago
Oleksandr Anyshchenko df05c3182e
Add github actions CI for windows build (#415) 4 years ago
Oleksandr Anyshchenko cb0bac827f
Bump librocksdb up to 6.7.4 (#413) 4 years ago
David Calavera 7ce246675d
Cleanup tests (#409) 4 years ago
Oleksandr Anyshchenko c10bfe5b56
Fix building rocksdb library on windows host (#412) 4 years ago
Oleksandr Anyshchenko eac44e64da
Release 0.14.0 (#408) 4 years ago
David Calavera 7105d0d2d2
Add support for open_as_secondary APIs. (#406) 4 years ago
wqfish 4ee65f451b
Fix doc for DBRawIterator::prev and next methods (#405) 4 years ago
wqfish a8b77cfd8a
Add support for open_for_read_only APIs (#402) 4 years ago
Bas van Dijk 8a7996e943
Fix building librocksdb-sys with system libraries (#393) 4 years ago
wqfish 49c679f7f2
Add support for range delete APIs (#403) 4 years ago
Ivan Porto Carrero a0e5d99a4a
Add some extra config options (#399) 4 years ago
David 3282b2fa22
Add support for data block hash index (#358) 4 years ago
wqfish 81aa0163b8
Make set_iterate_upper_bound method safe (#377) 4 years ago
Matt Bell 2ba70d304d
Atomic flush option (#380) 4 years ago
Oleksandr Anyshchenko c5b5981578
Bump rocksdb version up to 6.7.3 (#398) 4 years ago
Oleksandr Anyshchenko e0a09a1f47
Bump internal snappy version up to 1.1.8 (#397) 4 years ago
Sascha Hanse 0e84c32468
Check if we're on a big endian system and act upon it (#396) 4 years ago
Jesse Rusak 8817fc7b1c
Refactor db.rs and lib.rs into smaller pieces (#395) 4 years ago
Jesse Rusak f71953dcd9
Make DBPath use tempfile. (#394) 4 years ago
Nikolay Volf 122cf3ffea
Add a doc for optimize_level_style_compaction method (#392) 4 years ago
wqfish 24e016a57d
Fix lifetime parameter for iterators (#391) 4 years ago
Oleksandr Anyshchenko 46e0c08af5
Bump librocksdb-sys up to 6.6.4 (#389) 4 years ago
wqfish 53b870c716
Change APIs that never return error to not return Result (#383) 4 years ago
Oleksandr Anyshchenko 5abcfe801a
Do not take into account a windows host build for overall CI status (#388) 4 years ago
Jon Gjengset 3b9df2dd05
Bump uuid and bindgen dependencies (#387) 4 years ago
wqfish aa1aa97163 Fix doc for WriteBatch::delete (#376) 4 years ago
wqfish 4f9524bd36 Move to Rust 2018 (#375) 4 years ago
wqfish 04e75d6ae5 Fix potential segfault when calling next on DBIterator that is at the end of the range (#374) 4 years ago
wqfish a01815d574 Minor cleanup in db.rs (#373) 4 years ago
wqfish 55ed8cbd16 Add flush_cf method to DB (#372) 4 years ago
zhangsoledad 0c355225fa Simplify conversion on iterator item (#364) 5 years ago
wqfish 811933be96 Add set_max_total_wal_size to Options (#366) 5 years ago
Steve Yen bf85e771be Fix minor doc typo (#367) 5 years ago
Patrick c09e2b0d27 Options: add set_ratelimiter (#369) 5 years ago
wqfish 22f36ce97f Improve ffi_try macro to make trailing comma optional (#371) 5 years ago
Florentin DUBOIS eab2a7edc2 Upgrade rocksdb to v6.4.6 (#360) 5 years ago
Andronik Ordian 64bd098993 Expose format version (#357) 5 years ago
Andronik Ordian 4a7cf46bfc Update lz4 to v1.9.2 (#353) 5 years ago
Oleksandr Anyshchenko 3c81016309
Release 0.13.0 (#351) 5 years ago
Andronik Ordian 52ebdb5219 DB::repair: pass Options by ref (#350) 5 years ago
Andronik Ordian 6c7f6af7d7 Options: add set_verify_checksums and set_level_compaction_dynamic_level_bytes (#349) 5 years ago
Gary Guo 473b1671c7 Always use pinnable slice for get operations (#345) 5 years ago
Jordan Terrell 9b8486aa44
Merge pull request #344 from methyl/patch-1 5 years ago
Jordan Terrell 4ca979c24f
Merge pull request #346 from nbdd0121/raw_iter 5 years ago
Gary Guo 266b83efd0 DBRawIterator can be Sync 5 years ago
Gary Guo 23608e905e Avoid copy in DBRawIterator::{key, value} 5 years ago
Lucjan Suski bb65693abe Add example 5 years ago
Lucjan Suski f64c74cc2e Formatting 5 years ago