Commit Graph

38 Commits (f36d394aeddf420661e54a1a0a54fcc790c9cffb)

Author SHA1 Message Date
Matt Amos 805bac6d25 Add test for upper bounds on iterators using C interface. 10 years ago
Lukáš Lalinský e6c3cc6574 Add very basic tests to make sure the C cuckoo table options compile and run 10 years ago
Igor Canadi 767777c2bd Turn on -Wshorten-64-to-32 and fix all the errors 10 years ago
Lei Jin 82e3ae5403 fix c_test 10 years ago
Igor Canadi 9f7fc3ac45 Turn on -Wshadow 10 years ago
Lei Jin bda6f3363d fix valgrind error in c_test caused by BlockBasedTableOptions 10 years ago
Lei Jin 384400128f move block based table related options BlockBasedTableOptions 10 years ago
Yueh-Hsuan Chiang 47b452cfcf Fix the error of c_test.c 10 years ago
Igor Canadi a6fd14c881 Fix valgrind error in c_test 10 years ago
Spencer Kimball 3fcf7b26b9 Pass parsed user key to prefix extractor in V2 compaction 10 years ago
Igor Canadi 894a77abdf Fix leak in c_test 10 years ago
Igor Canadi 323d6e3542 Fix c_test 10 years ago
Spencer Kimball c1f588af71 Add support for C bindings to the compaction V2 filter mechanism. 10 years ago
Reed Allman 1fc71a4b16 C API: create missing cf's, cleanup 10 years ago
Igor Canadi 8a03935f8c Fix valgrind error in c_test 10 years ago
Evan Shaw 13a130cc00 C API: Add test for compaction filter factories 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
Feng Zhu 5656367416 use arena to allocate memtable's bloomfilter and hashskiplist's buckets_ 10 years ago
Evan Shaw 5363eb8ad4 Add a test for using compaction filters via the C API 10 years ago
Lei Jin 3995e801ab kill ReadOptions.prefix and .prefix_seek 10 years ago
Igor Canadi 4daea66343 Turn on -Wmissing-prototypes 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
Igor Canadi d1d19f5db3 Fix valgrind error in c_test 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
Igor Canadi 2bf1151a25 Fix C API 11 years ago
Thomas Adam ce2b1f7b44 added a test case for custom merge operator 11 years ago
Doğan Çeçen 6c4e110c8c Rename leveldb to rocksdb in C api 11 years ago
Dhruba Borthakur 4463b11cad Migrate names of properties from 'leveldb' prefix to 'rocksdb' prefix. 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
Dhruba Borthakur e0cd6bf0e9 The c_test was sometimes failing with an assertion. 12 years ago
amayank 854c66b089 Make compression options configurable. These include window-bits, level and strategy for ZlibCompression 12 years ago
heyongqiang a4f9b8b49e merge 1.5 12 years ago
Sanjay Ghemawat 85584d497e Added bloom filter support. 12 years ago
gabor@google.com 021ee9c32b C binding for leveldb, better readseq benchmark for SQLite. 13 years ago