Commit Graph

81 Commits (ec5843dca99dc7a16f1e80237468d7b5df2e6e1d)

Author SHA1 Message Date
Oleksandr Anyshchenko ffac68367f Added save points for transactions C API 7 years ago
Yi Wu a843df668b Fix use-after-free in c_tset 7 years ago
Oleksandr Anyshchenko 72e4190918 Additions for `OptimisticTransactionDB` in C API 7 years ago
yiwu-arbug 3f5888430a Fix c_test ASAN failure 7 years ago
Stanislav Tkach 25df24254b Add column families related functions (C API) 7 years ago
Oleksandr Anyshchenko 0cecf8155b Write batch for `TransactionDB` in C API 7 years ago
kapitan-k 34112aeffd Added db paths to c 7 years ago
Aaron Gao f7bb1a0060 support merge and delete in file ingestion 7 years ago
boolean5 cb9392a094 add Transactions and Checkpoint to C API 7 years ago
siddontang 1ca723dbd1 C API: support pinnable get 7 years ago
Tamir Duberstein fdaefa0309 travis: add Windows cross-compilation 7 years ago
siddontang b551104e04 support PopSavePoint for WriteBatch 7 years ago
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