Oleksandr Anyshchenko
|
d4023f2683
|
Add clippy linter in CI (#417)
|
5 years ago |
David Calavera
|
7ce246675d
|
Cleanup tests (#409)
|
5 years ago |
David Calavera
|
7105d0d2d2
|
Add support for open_as_secondary APIs. (#406)
|
5 years ago |
David
|
3282b2fa22
|
Add support for data block hash index (#358)
|
5 years ago |
Jesse Rusak
|
f71953dcd9
|
Make DBPath use tempfile. (#394)
|
5 years ago |
wqfish
|
24e016a57d
|
Fix lifetime parameter for iterators (#391)
|
5 years ago |
wqfish
|
53b870c716
|
Change APIs that never return error to not return Result (#383)
|
5 years ago |
wqfish
|
4f9524bd36
|
Move to Rust 2018 (#375)
|
5 years ago |
Andronik Ordian
|
64bd098993
|
Expose format version (#357)
|
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 |
Gary Guo
|
23608e905e
|
Avoid copy in DBRawIterator::{key, value}
Thanks to Rust's lifetime and borrow checker, it's completely safe
to access internal buffer without copying.
|
5 years ago |
Nicolas Gotchac
|
2096f04092
|
Add lifetimes for `DBIterator` return types (#294)
|
5 years ago |
Nathan Fiedler
|
6e39fd715b
|
Add get_updates_since() wrapper and its iterator (#332)
|
5 years ago |
Oleksandr Anyshchenko
|
a05151f6ae
|
Merge with master and update changelog
|
5 years ago |
Ilya Bogdanov
|
932a70e1f1
|
Add `DB::latest_sequence_number` method. (#326)
|
5 years ago |
pavel-mukhanov
|
bc63f2b057
|
Clone snapshot in test instead of create new.
|
5 years ago |
pavel-mukhanov
|
7449fda48e
|
Rewrite sync_snapshot_test without unchecked threads.
|
5 years ago |
pavel-mukhanov
|
c8d9f6e56f
|
Fix fmt.
|
5 years ago |
Oleksandr Anyshchenko
|
bc79a73a34
|
Change path to backup
|
5 years ago |
Oleksandr Anyshchenko
|
21f871d211
|
Windows panic fix
|
5 years ago |
pavel-mukhanov
|
e08fe8f6e0
|
Add test for sync snapshot.
|
5 years ago |
Oleksandr Anyshchenko
|
54ff3db8ec
|
Change a column family storing
|
5 years ago |
Martin Ek
|
91a536d03b
|
Remove allocations from SliceTransform's callback
|
6 years ago |
Jordan Terrell
|
9e98f60a65
|
Adding test for AsRef<[u8]> impl on DBVector...
|
6 years ago |
Oleksandr Anyshchenko
|
e7f5c24105
|
Applied clippy lints
|
6 years ago |
Jordan Terrell
|
ca1c76b2de
|
Add test to prove creating duplicate column family results in error...
|
6 years ago |
Jordan Terrell
|
602a683646
|
Confirm calling Options.increase_parallelism works on all platforms...
|
6 years ago |
Martin Ek
|
54cf68d3d0
|
rustfmt
|
6 years ago |
Martin Ek
|
7b38b29d8c
|
Add more tests
|
6 years ago |
Martin Ek
|
3a069ff4dc
|
Return a Result from property getters
|
6 years ago |
Xuejie Xiao
|
aa2c695941
|
Use DBPath in PinnableSlice test
|
6 years ago |
Xuejie Xiao
|
a651b19aa5
|
Code review fixes
|
6 years ago |
Xuejie Xiao
|
dbd2ca6e4f
|
Implement PinnableSlice based API
|
6 years ago |
Jordan Terrell
|
ceb5744c51
|
Implementing review feedback...
|
6 years ago |
Jordan Terrell
|
896dbc6c61
|
Applying changes from rustfmt...
|
6 years ago |
Jordan Terrell
|
d00e03f72a
|
Using generic types to specify column families when opening database...
|
6 years ago |
Jordan Terrell
|
e1a534ca5e
|
Removing unnecessary pub modifier on test functions...
|
6 years ago |
Jordan Terrell
|
f09fbaea71
|
Minor tweak to test comment...
|
6 years ago |
Jordan Terrell
|
4c0d662435
|
Adding test to validate correct behavior of prefix_iterator...
|
6 years ago |
Jordan Terrell
|
4dfedd9dfd
|
Removing unnecessary let bindings in tests...
|
6 years ago |
Jordan Terrell
|
cf4679d8e8
|
Some test cleanup...
|
6 years ago |
Jordan Terrell
|
4a974054b2
|
Fixing incorrect copyright year...
|
6 years ago |
Jordan Terrell
|
8f843a8eb7
|
Adding missing end-of-file newlines...
|
6 years ago |
Jordan Terrell
|
21b9a9e98a
|
Key/value arguments are now generic types that impl AsRef<[u8]>...
|
6 years ago |
Jordan Terrell
|
1a2c268274
|
Moving tests to take advantage of DBPath (ensuring cleanup)...
|
6 years ago |
Martin Ek
|
33d30d4ca1
|
Add tests
|
6 years ago |
Jordan Terrell
|
895c3f0c32
|
Fixing spelling typos...
|
6 years ago |
Oleksandr Anyshchenko
|
05350ac88c
|
Added a clear method for WriteBatch
|
6 years ago |
Oleksandr Anyshchenko
|
b7b456954a
|
Review changes
|
6 years ago |