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
Oleksandr Anyshchenko
d06d91bd2b
Merge pull request #295 from yjh0502/crc32
...
Enable sse4.2/pclmul for accelerated crc32c
5 years ago
Oleksandr Anyshchenko
184aea79b4
Merge pull request #313 from pavel-mukhanov/sync_snapshot
...
Implement Send and Sync for Snapshot
5 years ago
pavel-mukhanov
b5cca05e01
Tiny changelog fix.
5 years ago
pavel-mukhanov
892dea0fb7
Add changelog and comment.
5 years ago
Oleksandr Anyshchenko
30245c3dab
Merge pull request #315 from wjhuang2016/master
...
Fix wrong doc for `set_max_write_buffer_number`
5 years ago
wjhuang2016
fbc8c4ccb3
set_max_write_buffer_number
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
7c4bfb8735
Replace deprecated types
5 years ago
Oleksandr Anyshchenko
54ff3db8ec
Change a column family storing
5 years ago
pavel-mukhanov
10b1ef7f85
Implement Send and Sync for Snapshot.
5 years ago
Jordan Terrell
bf17f0ad1c
Merge pull request #305 from Standard-Cognition/set_db_write_buffer_size
...
Add set_db_write_buffer_size to the Options API
5 years ago
Jordan Terrell
ad62af163a
Merge pull request #311 from lispy/rocksdb-6.1.2
...
Bumps to RocksDB version 6.1.2
5 years ago
Bushido Cabellero
0e19bfbee8
Bumps to RocksDB version 6.1.2
5 years ago
Oleksandr Anyshchenko
067c72a04c
Merge pull request #308 from elichai/bump
...
Updated librocksdb dependencies
6 years ago
Elichai Turkel
e880dd0c31
Updated librocksdb dependencies
6 years ago
Renar Narubin
5cc31aaff8
Add set_db_write_buffer_size to the Options API
6 years ago
Jordan Terrell
6c8e94c959
Merge pull request #301 from rust-rocksdb/0.12.2
...
Updating changelog and Cargo.toml for 0.12.2 release...
6 years ago
Jordan Terrell
bc8520a86e
Updating changelog and Cargo.toml for 0.12.2 release...
6 years ago
Oleksandr Anyshchenko
184440b209
Merge pull request #296 from crisp-dev/master
...
Add `rocksdb_flush` method on DB
6 years ago