1023 Commits (95ec9536b1a4088cfa75aae2851df468e64aa451)
 

Author SHA1 Message Date
Stanislav Tkach 0e37e65ba4 Merge branch 'master' of https://github.com/rust-rocksdb/rust-rocksdb 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
Oleksandr Anyshchenko 7dd6258b07 Remove travis badge 3 years ago
Oleksandr Anyshchenko 5329272444
Release 0.16.0 (#508) 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
Andronik Ordian bc59596da1
librocksdb-sys: bump to 6.17.3 (#503) 4 years ago
zhangsoledad 39b877b41a
Add merge delete_callback omitted by mistake (#500) 4 years ago
Andrea Corradi 92ce69d7c4
Fix clippy warnings (#498) 4 years ago
Oleksandr Anyshchenko 3d32011909
Bump rocksdb up to 6.15.4 (#493) 4 years ago
Martin Habovštiak ff5640a50d
Removed unneeded bindgen features (#491) 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
Oleksandr Anyshchenko 154c23bc99
Fix build on windows host (#484) 4 years ago
BoOTheFurious 023dd07b1c
Fix logic related to merge operator settings (#481) 4 years ago
Oleksandr Anyshchenko e8bb30aaa1
Bump librocksdb-sys up to 6.11.4 (#466) 4 years ago
Oleksandr Anyshchenko 448f1c98b6
Do not fail overall build workflow if build on windows host is failed (#480) 4 years ago
Roman Zeyde 2ed4d80cf3
Allow setting options on a ColumnFamily (#478) 4 years ago
Stanislav Tkach 3e223d1591
Use matches! to fix Clippy warning (#473) 4 years ago
Jens 29802a4b71
Bump bindgen version (#460) 4 years ago
Stanislav Tkach 00abac7504
Add DB::cancel_all_background_work method (#459) 4 years ago
Oleksandr Anyshchenko b91299ca2e Release 0.15.0 (#458) 4 years ago
chenxu 959f29ef88
Avoid copy for merge operator result using delete_callback (#457) 4 years ago
Stanislav Tkach 10a059ad55
Extend github actions (#456) 4 years ago
Stanislav Tkach a7461c68ec
Add Send implementation for WriteBatch (#453) 4 years ago
Stanislav Tkach ee79b7bb4a
Implement Clone trait for Options (#455) 4 years ago
Linh Tran Tuan d3d10d54b1
Adding backup engine info (#454) 4 years ago
Andronik Ordian 5d5c3a4565
librocksdb-sys: update rocksdb to 6.11.4 (#452) 4 years ago
Stanislav Tkach 4a064d0f72
Use pretty_assertions in tests (#451) 4 years ago
Cheng XU d0e1ebd801
Do not set rerun-if-changed=build.rs (#449) 4 years ago
Linh Tran Tuan 6d60d48ba2
Support fetching sst files metadata, delete files in range, get mem usage (#446) 4 years ago
Stanislav Tkach afe0f7dca0
Remove allow(clippy::wildcard_imports) (#450) 4 years ago
unrealhoang 5a35cb7262
Add link stdlib when linking prebuilt rocksdb (#443) 4 years ago
unrealhoang 22c4780c59
Add compaction filter factory API (#441) 4 years ago
Linh Tran Tuan 729fb69993
Add dbpath and env options (#445) 4 years ago
Oleksandr Anyshchenko d6c779c179
Bump rocksdb up to 6.10.2 (#444) 4 years ago
Linh Tran Tuan 890ef81fc2
Adding read/write/db/compaction options (#442) 4 years ago
Nelson Elhage bc07d0cd28
Don't segfault on failed a merge operator. (#437) 4 years ago
Nelson Elhage 49966e99b6
Fix slice transformers with no in_domain callback (#438) 4 years ago
Stanislav Tkach 22fc1faca4
Export DEFAILT_COLUMN_FAMILY_NAME constant (#435) 4 years ago
Stanislav Tkach 6eeee5e60a
Add set_max_log_file_size and set_recycle_log_file_num to the Options (#433) 4 years ago
Lucjan Suski b5d69fde69
Add support for SstFileWriter and DB::ingest_external_file (#421) 4 years ago
Vyacheslav Gudkov c70b59de55
Fixed build for x86_64-linux-android that doesn't support PCLMUL (#429) 4 years ago
Andronik Ordian 70aa3914c3
librocksdb-sys: update rocksdb to 6.8.1 (#428) 4 years ago
David Calavera be96f049c9
Expose `open_with_ttl`. (#425) 4 years ago
Oleksandr Anyshchenko 334b4652b6
Add some doc-comments and tiny refactoring (#424) 4 years ago
David Calavera 8c59ac01f5
Allow to build RocksDB with a different stdlib. (#423) 4 years ago
wqfish 3d1a15bc38
Use DBPath for backup_restore test and remove _rust_rocksdb* from .gitignore (#419) 4 years ago