508 Commits (347ba0e3a40061f1cc320e6839ee7be2f6c4e1f2)

Author SHA1 Message Date
Tyler Neely 12093252c6
add slice transform support 7 years ago
Tyler Neely 17c5bf1c39
clear a few build warnings 7 years ago
Diego Ongaro fc40d10b86 Expose advise_random_on_open option 7 years ago
Jordan Terrell 3286444228 Adding Send marker trait to Options 7 years ago
Griffin Smith 15ad3666f5 Allow creating iterators over prefixes 7 years ago
Rick Richardson 9fcf924d22 clean up trace 7 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
Rick Richardson 8a64585520 changed try_ffi to take trailing comma and updated rustfmt accordingly 7 years ago
Marat Safin 56e5829b89 use assert_eq! in test and return vec from unsafe 7 years ago
Marat Safin f967d3c50f list column family 7 years ago
Gary Tierney 06a39278f3 Use ColumnFamilyDescriptor::new() in DB::open_cf() 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 1af596a4b3 Expose create_missing_column_families option 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
Richard Dodd 514e8904d7 Add to options 7 years ago
Richard Dodd 620091d31b Make docs match new function 7 years ago
Richard Dodd 90f5e0103e Remove unnecessary function 7 years ago
Richard Dodd 2a7ab0f805 Include change from 5.4.5 7 years ago
Richard Dodd ccb40173fe Update rocksdb 7 years ago
Karl Hobley 1c3333636d Implement RawIterator.seek_for_prev 7 years ago
Karl Hobley 6b407a3486 Implement support for DirectIO 7 years ago
David Ross 5b9b159184 Implement Clone and AsRef<str> for Error. 7 years ago
debris 0751a22dc6 Fixed race condition in tests 8 years ago
Ryan Schmukler a967bd4fd5 Expose ReadOptions from DB 8 years ago
Volker Mische af061fb6db Make BackupEngine methods public 8 years ago
Karl Hobley 6f1aae1997 Remove just_seeked from DBRawIterator 8 years ago
Karl Hobley d9725bcff9 Allow DBIterator to be converted into DBRawIterator 8 years ago
Karl Hobley 1270e572d0 Moved some code 8 years ago
Karl Hobley c8b7e8e7dd Reimplement DBIterator on top of DBRawIterator 8 years ago
Karl Hobley cb136318ce Removed seek_for_prev 8 years ago
Karl Hobley 007616446f Make doctests runnable 8 years ago
Karl Hobley 3bdc7e4bc4 Docs for raw iterator 8 years ago
Karl Hobley 05c01f4e9e Implement seek_for_prev 8 years ago
Karl Hobley 6ad575fc04 Add safe versions of key/value 8 years ago
Karl Hobley 8307be324f Basic implementation of raw_iterator 8 years ago
Tatsuya Kawano d4c9d647ee Replace cast `as *const i8` with `as *const c_char`. 8 years ago
Richard Dodd d50574f9f2 Make requested changes 8 years ago
Richard Dodd 63a77d22c9 Add some documentation and wrap column_family_t 8 years ago
Tyler Neely 2a29b0ae5f cut version 0.6.0 8 years ago
Thayne McCombs e84132dfbe Add set_compaction_filter 8 years ago
Thayne McCombs a467e6bfed Add methods for compacting ranges. 8 years ago
Nitin Gupta e1a42f6a44 Fix new value length in partial_merge_callback 8 years ago
Alexander Regueiro 8eef873c92 Fixed import for test. 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
Alexander Regueiro 75622d3660 Fixed method names in doc tests. 8 years ago
Alexander Regueiro e67dc3ec7f Fixed method names. 8 years ago