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
...
Allow setting optimize_filters_for_hits and compression_options
5 years ago
Jordan Terrell
4ca979c24f
Merge pull request #346 from nbdd0121/raw_iter
...
Avoid copy in DBRawIterator::{key, value}
5 years ago
Gary Guo
266b83efd0
DBRawIterator can be Sync
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
Lucjan Suski
bb65693abe
Add example
5 years ago
Lucjan Suski
f64c74cc2e
Formatting
5 years ago
Lucjan Suski
421149b4da
Formatting
5 years ago
Lucjan Suski
f4d1e81e04
Add example, fix type
5 years ago
Lucjan Suski
9c06fab60f
Allow setting optimize_filter_for_hits
5 years ago
Lucjan Suski
845a332fd3
There is no enabled param on compression options
5 years ago
Lucjan Suski
e44633dde7
Enable set_compression_options
5 years ago
Lucjan Suski
955336556d
Allow to set max_dict_bytes and zstd_max_training_bytes
5 years ago
Nicolas Gotchac
2096f04092
Add lifetimes for `DBIterator` return types ( #294 )
5 years ago
Roman Tsisyk
394238ff94
Add Android support ( #343 )
5 years ago
Vladimir Motylenko
ba2ae63799
Fix rocksdb build on MinGW. ( #342 )
5 years ago
Jordan Terrell
a12092d1c6
Merge pull request #340 from aleksuss/update_rocksdb
...
Bump rocksdb up to 6.2.4
5 years ago
Jordan Terrell
c3f17c4ced
Merge pull request #338 from slpdex/master
...
Disable trait derivation for librocksdb-sys (fixes #335 )
5 years ago
Jordan Terrell
cc4d98a482
Merge pull request #339 from ryoqun/conditional-bz2-fn
...
Conditionally define bzip2 error callback function
5 years ago
Oleksandr Anyshchenko
2a22123901
Bump rocksdb up to 6.2.4
5 years ago
Oleksandr Anyshchenko
e54f70b2cc
Remove unnecessary trailing semicolon
5 years ago
Ryo Onodera
d3dce6ae3a
Conditionally define bzip2 error callback function
5 years ago
tobiasruck
9368269bb7
Disable trait derivation for librocksdb-sys ( fixes #335 )
5 years ago
Oleksandr Anyshchenko
2a455de066
Remove beta build from travis ( #334 )
5 years ago
Ilya Bogdanov
393288e2f0
Update rocksdb submodule to 6.1.2 ( #328 )
5 years ago
Oleksandr Anyshchenko
a1ecc3d302
Merge pull request #333 from cjbradfield/master
...
Add set_tailing to the ReadOptions struct to support tailing iterators.
5 years ago
Christopher Bradfield
7e15637df5
Add set_tailing to the ReadOptions struct to support tailing iterators.
...
Fixes : #149
5 years ago
Nathan Fiedler
6e39fd715b
Add get_updates_since() wrapper and its iterator ( #332 )
5 years ago
Oleksandr Anyshchenko
25652570df
Merge pull request #314 from aleksuss/mutable_cf_map
...
Change a column family storing
5 years ago
Oleksandr Anyshchenko
4ecb1b688a
Some changes in .travis.yml
5 years ago
Oleksandr Anyshchenko
eed3270342
Try to fix build on windows
5 years ago
Oleksandr Anyshchenko
a05151f6ae
Merge with master and update changelog
5 years ago
Oleksandr Anyshchenko
165178989f
Merge branch 'master' into mutable_cf_map
...
# Conflicts:
# src/db.rs
# src/lib.rs
5 years ago
rnarubin
f435fa7e75
Expose the `status` method on iterators ( #302 )
5 years ago
Ilya Bogdanov
932a70e1f1
Add `DB::latest_sequence_number` method. ( #326 )
5 years ago
Clément Renault
c5e8c9f5ef
fix: Make the set_iterate_upper_bound ReadOptions method unsafe ( #309 )
5 years ago
rnarubin
9e75179e77
Implement Send and Sync for useful types ( #318 )
...
The Send and Sync traits aren't auto-implemented on the many types which
wrap a raw pointer to some RocksDB struct. Most of these types are
nevertheless safe to use in Send and Sync context, so they should be
marked as such
5 years ago
Oleksandr Anyshchenko
73d5e00b79
Merge pull request #323 from bddap/enable-cross-compile
...
Enable cross compilation
5 years ago
Andrew Dirksen
de431e3e5e
fmt
5 years ago
Andrew Dirksen
54aff620fa
enable cross compilation by fix #322
5 years ago
Oleksandr Anyshchenko
b711e795a6
Merge pull request #319 from udoprog/master
...
Build RocksDB with support for unicode filenames on Windows
5 years ago
John-John Tedro
d7cfbdcb6d
Build RocksDB with support for unicode filenames on Windows
5 years ago
Oleksandr Anyshchenko
481f8005d1
Merge pull request #317 from aleksuss/release-0-12-3
...
Release 0.12.3
5 years ago
Oleksandr Anyshchenko
b117d44dfc
Add an entry in CHANGELOG
5 years ago
Oleksandr Anyshchenko
e5a7b55daf
Merge pull request #300 from Standard-Cognition/raw_iterator_cf_opt
...
Add raw_iterator_cf_opt to the DB API
5 years ago
Renar Narubin
1159f31987
Document the raw_iterator methods
5 years ago
Oleksandr Anyshchenko
d69d1bcd2e
Release 0.12.3
5 years ago