79 Commits (c77e301d224e937fe626cd631dc900216539a20c)

Author SHA1 Message Date
Oleksandr Anyshchenko b7b456954a Review changes 6 years ago
Jordan Terrell e565d68852 Fixing rustfmt.toml and applying formatting... 6 years ago
Thomas Tanon 8f545b6848 Makes ColumnFamily Send 6 years ago
Eugene P 0caadb7d7e Add initial checkpoints implementation and tests 6 years ago
Oleksandr Anyshchenko 8863012a19 Methods `crate_cf` and `drop_cf` are immutable. 6 years ago
Martin Ek aaf2270609 Add index_type customization to BlockBasedOptions 6 years ago
Martin Ek 8acabab60f Add memtable factory customization 6 years ago
Tyler Neely 12093252c6
add slice transform support 6 years ago
Rick Richardson d31e2bb88e updated merge_operator framework to support merge types other than associative (support a partial merge and full merges that may or may not have an existing value) 7 years ago
Gary Tierney a4a3e1d7c4 Add documentation for ColumnFamilyDescriptor 7 years ago
Griffin Smith a4587f62c1 Remove `set_disable_data_sync` 7 years ago
Gary Tierney 9afa195a33 Add support for opening a column family with options 7 years ago
Nikhil Benesch 9d0a5e2819
use bindgen to generate ffi 7 years ago
Nikhil Benesch 633caccace
ensure doctests are not elided by linker 7 years ago
David Ross 5b9b159184 Implement Clone and AsRef<str> for Error. 7 years ago
debris 0751a22dc6 Fixed race condition in tests 7 years ago
Ryan Schmukler a967bd4fd5 Expose ReadOptions from DB 7 years ago
Karl Hobley 8307be324f Basic implementation of raw_iterator 7 years ago
Richard Dodd 63a77d22c9 Add some documentation and wrap column_family_t 8 years ago
Thayne McCombs e84132dfbe Add set_compaction_filter 8 years ago
Alexander Regueiro 12d79986b2 Changed rocksdb module name prefix to db. 8 years ago
Alexander Regueiro d28eba2ff5 Added basic support for backups. 8 years ago
Tyler Neely e9c843a1d4 use relative path for tests 8 years ago
Tyler Neely 5446ab4dca rename rocksdb-sys 8 years ago
Tyler Neely ad2c15ac7c prep for 0.5 release 8 years ago
Tyler Neely 121ed9a993 formatting 8 years ago
Alexander Regueiro 364f3abd49 Added `ffi_try!` macro and adapted native calls to use it. 8 years ago
Alexander Regueiro a2e292b318 Now exports `Snapshot` at root-level. 8 years ago
Alexander Regueiro d9e0e9ad79 Made various aesthetic changes. 8 years ago
Alexander Regueiro ffefbd0907 Performed lots of clean-up on code. 8 years ago
Karl Hobley 1bc2ac6a09 Reinstate a couple of "pub use"'s 8 years ago
Karl Hobley e34692948e Implement static linking 8 years ago
Karl Hobley 651a2106fc Added an Error type 8 years ago
zhangjinpeng1987 f542987ba7 wal recovery mode 8 years ago
Jay Lee 85bc98462e options: add compression option 8 years ago
Ceri Storey a7f36e53b8 Export WriteOptions. 8 years ago
Ceri Storey 45d6436f0e Format with rustfmt. 8 years ago
Ceri Storey 4d4a140f9e Export WriteOptions. 8 years ago
siddontang e728a14a97 src: format codes. 9 years ago
Pete Hunt 09250315e8 More idiomatic iterators 9 years ago
Tyler Neely b4c3f3ab2f Export SubDBIterator 9 years ago
Tyler Neely edf9421ff4 rustfmt 9 years ago
Tyler Neely 0fc2441a2e nuke DBResult 9 years ago
Steve Klabnik a7fdf42ed8 Fix all warnings 9 years ago
Tyler Neely a09580fec7 small refactor to get CF's working on batches at the cost of OOB CF handling 9 years ago
Tyler Neely d78c250da8 Now friendly with 1.1 stable! 9 years ago
Tyler Neely 520d9cef43 Initial column family (broken) stubs. 9 years ago
Tyler Neely 269c5712a6 Run rustfmt on the code. 9 years ago
David Greenberg c801628288 Reduce public api 9 years ago
David Greenberg 86ab20ffd6 Add iterator API 9 years ago