39 Commits (870e135ed60b75c8c83db3f221cc230a02802865)

Author SHA1 Message Date
Oleksandr Anyshchenko 6e3d781c15
Release 0.17.0 (#539) 3 years ago
Ryo Onodera abf121f20c
Don't leak dropped column families (#509) 3 years ago
Raphael Bost 4438df4ced
Add support for the cuckoo table format (#519) 3 years ago
mikhailOK a0ad4fdcfe
Fix multi_get (#511) 3 years ago
Stanislav Tkach 841c23b265 Add the DB::key_may_exist_cf_opt method 3 years ago
Stanislav Tkach c0cb8a77c2
Add 'key_may_exist' functions family (#518) 3 years ago
Stanislav Tkach dfeda6ebc6 Add 'key_may_exist' functions family 3 years ago
fdeantoni 6534bf190d
Add DB::open_cf_with_ttl method. (#505) 3 years ago
Andrea Corradi b7af3946c1
Keep Cache and Env alive with Rc (#497) 3 years ago
Ryo Onodera 0b700fe70d
Remove need for &mut self in create_cf and drop_cf (v2) (#506) 4 years ago
codingsh ccf6ae3aff
Export persist_period_sec option and background_threads (#448) 4 years ago
Stanislav Tkach ed69084041
Add multi_get functions family (#487) 4 years ago
Roman Zeyde 2ed4d80cf3
Allow setting options on a ColumnFamily (#478) 4 years ago
Stanislav Tkach 4a064d0f72
Use pretty_assertions in tests (#451) 4 years ago
Linh Tran Tuan 6d60d48ba2
Support fetching sst files metadata, delete files in range, get mem usage (#446) 4 years ago
Linh Tran Tuan 729fb69993
Add dbpath and env options (#445) 4 years ago
David Calavera be96f049c9
Expose `open_with_ttl`. (#425) 4 years ago
Oleksandr Anyshchenko d4023f2683
Add clippy linter in CI (#417) 4 years ago
David Calavera 7ce246675d
Cleanup tests (#409) 4 years ago
David Calavera 7105d0d2d2
Add support for open_as_secondary APIs. (#406) 4 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
Gary Guo 473b1671c7 Always use pinnable slice for get operations (#345) 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
pavel-mukhanov e08fe8f6e0 Add test for sync snapshot. 5 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 896dbc6c61 Applying changes from rustfmt... 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 1a2c268274 Moving tests to take advantage of DBPath (ensuring cleanup)... 6 years ago