Commit Graph

69 Commits (d616ebea23fa88cb9c2c8588533526a566d9cfab)

Author SHA1 Message Date
Warren Falk 41ccae6d26 Add C API functions (and tests) for WriteBatchWithIndex 7 years ago
Jay Lee 537da370da c: allow set savepoint to writebatch 8 years ago
siddontang 653ac1f9c6 C API: support total_order_mode 8 years ago
Islam AbdelRahman 1beef6569a Fix c_test 8 years ago
siddontang 8f5d24ae68 C API: support get usage and pinned_usage for cache 8 years ago
siddontang b57dd9262a C API: support writebatch delete range 8 years ago
zhangjinpeng1987 45c7ce1377 CompactRangeOptions C API 8 years ago
zhangjinpeng1987 00197cff39 Add C API to set base_backgroud_compactions 8 years ago
Siying Dong 972e3ff295 Enable allow_concurrent_memtable_write and enable_write_thread_adaptive_yield by default 8 years ago
Yueh-Hsuan Chiang a9fb346e4a Fix RocksDB Lite build failure in c_test.cc 8 years ago
Aaron Gao e48f3f8b9e remove tabs and duplicate #include in c api 8 years ago
Jay Lee a7875272d7 c: support seek_for_prev 8 years ago
zhangjinpeng1987 879f366366 Add C api for RateLimiter 8 years ago
Jay Lee 16fb04434f expose IngestExternalFile to c abi 8 years ago
Adam Faulkner a10e8a056d Fix C api memtable rep bugs. (#1328) 8 years ago
zhangjinpeng1987 b06b191362 add C api for set wal_recovery_mode (#1327) 8 years ago
Andrew Kryczka 843d2e3137 Shared dictionary compression using reference block 8 years ago
Naitik Shah 99a3bf8f62 Merge pull request #1068 from daaku/c-purge-old-backups 8 years ago
Naitik Shah 6f01687aae C rocksdb_create_iterators to expose NewIterators (#1069) 8 years ago
Igor Canadi a96fcd09b7 Deprecate CompactionFilterV2 9 years ago
Dmitri Smirnov 18285c1e2f Windows Port from Microsoft 9 years ago
Yueh-Hsuan Chiang 1a08d0beb5 Block c_test in ROCKSDB_LITE 9 years ago
Igor Canadi f02ce0c651 Fix ASAN errors in c_test 9 years ago
Reed Allman 211a195d41 C: add MultiGet support 9 years ago
Reed Allman 5dc174e11a C: add support for WriteBatch SliceParts params 9 years ago
Igor Canadi 408cc4b8e0 Revert "Merge pull request #621 from rdallman/c-slice-parts-support" 9 years ago
Reed Allman 21cd6b7ad8 C: add support for WriteBatch SliceParts params 9 years ago
Igor Sugak 62f7a1be4f rocksdb: Fixed 'Dead assignment' and 'Dead initialization' scan-build warnings 9 years ago
Marko Kevac 9651308307 renamed backup to backup_and_restore in c_test for clarity 10 years ago
Marko Kevac 7e50ed8c24 Added some more wrappers and wrote a test for backup in C 10 years ago
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