Commit Graph

59 Commits (1851f977c2b5a7579892de8ec3edbae7236305d0)

Author SHA1 Message Date
Igor Canadi aaceef3638 Fix formatting 10 years ago
Marko Kevac 7e50ed8c24 Added some more wrappers and wrote a test for backup in C 10 years ago
Marko Kevac 86e2a1eeea Allow creating backups from C 10 years ago
Jonah Cohen a14b7873ee Enforce write buffer memory limit across column families 10 years ago
Matt Amos 26109d487a Store upper bound `Slice` with the same lifetime as the `ReadOptions` so that we can provide a pointer to it. 10 years ago
Reed Allman 88dd8d889b c api: add max wal total to opts 10 years ago
Lukáš Lalinský c44a292781 Add cuckoo table options to the C interface 10 years ago
Igor Canadi 767777c2bd Turn on -Wshorten-64-to-32 and fix all the errors 10 years ago
Igor Canadi 21ddcf6e4f Remove allow_thread_local 10 years ago
Feng Zhu 0af157f9bf Implement full filter for block based table. 10 years ago
Raghav Pisolkar e0b99d4f5d created a new ReadOptions parameter 'iterate_upper_bound' 10 years ago
Lei Jin 1755581f19 improve OptimizeForPointLookup() 10 years ago
Lei Jin 384400128f move block based table related options BlockBasedTableOptions 10 years ago
Spencer Kimball 38e8b727a8 Fix typo, add missing inclusion of state void* in invocation of 10 years ago
Spencer Kimball c1f588af71 Add support for C bindings to the compaction V2 filter mechanism. 10 years ago
Stanislau Hlebik 92d73cbe78 Add PlainTableOptions 10 years ago
Reed Allman 1fc71a4b16 C API: create missing cf's, cleanup 10 years ago
Reed Allman fd3fb4b0bf C API: update options w/ convenience funcs & fifo compaction 10 years ago
Reed Allman e9b18b6b89 C API: bugfix column_family_comact_range 10 years ago
Igor Canadi 4adf64e068 Fix compile issue 10 years ago
Igor Canadi 8a03935f8c Fix valgrind error in c_test 10 years ago
Evan Shaw 3f7104d7c5 C API: Allow setting compaction filter factory 10 years ago
Evan Shaw 91bede79cc C API: Add support for compaction filter factories (v1) 10 years ago
Reed Allman 1a34aaaef0 C API: column family support 10 years ago
Evan Shaw 9fc23d0c56 C API: support constructing write batch from serialized representation 10 years ago
Evan Shaw d72313a7fa Add a way to set compaction filter in the C API 10 years ago
Evan Shaw df2701373d Support for compaction filters in the C API 10 years ago
Donovan Hide 4f9fae9bb7 Add rocksdb_open_for_read_only to C API 10 years ago
Lei Jin 3995e801ab kill ReadOptions.prefix and .prefix_seek 10 years ago
Igor Canadi 588bca2020 RocksDBLite 10 years ago
Thomas Adam 98422cba77 [C-API] implemented more options 10 years ago
Thomas Adam 3a30b5b0be [C-API] added "rocksdb_options_set_plain_table_factory" to make it possible to use plain table factory 10 years ago
Thomas Adam 38dc5ef45f [C-API] added the possiblity to create a HashSkipList or HashLinkedList to support prefix seeks 10 years ago
Yueh-Hsuan Chiang cda4006e87 Enhance partial merge to support multiple arguments 10 years ago
Lei Jin 8d007b4aaf Consolidate SliceTransform object ownership 10 years ago
Albert Strasheim 72aacf6b96 A few more C API functions. 11 years ago
Igor Canadi 2bf1151a25 Fix C API 11 years ago
Thomas Adam 68248a2ac5 added a delete method for custom filter policy and merge operator to make it possible to override the cleanup behaviour of the return value 11 years ago
Thomas Adam d74c9b79ea Enhancements to the API 11 years ago
Mike Lin 4b1d049236 C API: add rocksdb_env_set_high_priority_background_threads 11 years ago
Mike Lin 2a2506b629 C bindings: add a bunch of the newer options 11 years ago
Doğan Çeçen 6c4e110c8c Rename leveldb to rocksdb in C api 11 years ago
shamdor c2be2cba04 WAL log retention policy based on archive size. 11 years ago
Dhruba Borthakur 9cd221094c Add appropriate LICENSE and Copyright message. 11 years ago
Dhruba Borthakur a143ef9b38 Change namespace from leveldb to rocksdb 11 years ago
Dhruba Borthakur 1186192ed1 Replace include/leveldb with include/rocksdb. 11 years ago
Chip Turner 0b83a83191 Fix poor error on num_levels mismatch and few other minor improvements 12 years ago
Chip Turner 2fdf91a4f8 Fix a number of object lifetime/ownership issues 12 years ago
sheki d4627e6de4 Move WAL files to archive directory, instead of deleting. 12 years ago
Abhishek Kona d29f181923 Fix all the lint errors. 12 years ago