Commit Graph

60 Commits (cb1bf09bfc912472b380d09ee2b733a6684457d7)

Author SHA1 Message Date
Siying Dong 000b9ec217 Move some logging related files to logging/ (#5387) 5 years ago
Siying Dong 8843129ece Move some memory related files from util/ to memory/ (#5382) 5 years ago
Siying Dong e9e0101ca4 Move test related files under util/ to test_util/ (#5377) 5 years ago
Fosco Marotto 6c2bf9e916 Add copyright headers per FB open-source checkup tool. (#5199) 5 years ago
Michael Liu ca89ac2ba9 Apply modernize-use-override (2nd iteration) 5 years ago
cngzhnp 64324e329e Support pragma once in all header files and cleanup some warnings (#4339) 6 years ago
Maysam Yabandeh 8581a93a6b Per-thread unique test db names (#4135) 6 years ago
David Lai 3be9b36453 comment unused parameters to turn on -Wunused-parameter flag 6 years ago
Javeme Lee f6156fb558 Support StringAppendOperator(delimiter_char) constructor in java-api 6 years ago
Pooya Shareghi 0a2354ca8f Added bytes XOR merge operator 6 years ago
Andrew Kryczka 5d68243e61 Comment out unused variables 6 years ago
Igor Sugak aba3409740 Back out "[codemod] - comment out unused parameters" 6 years ago
David Lai f4a030ce81 - comment out unused parameters 6 years ago
Andrew Kryczka 234f33a3f9 allow nullptr Slice only as sentinel 7 years ago
Sagar Vemuri 72502cf227 Revert "comment out unused parameters" 7 years ago
Victor Gao 1d7048c598 comment out unused parameters 7 years ago
Pengchao Wang 534c255c7a Cassandra compaction filter for purge expired columns and rows 7 years ago
Siying Dong 3c327ac2d0 Change RocksDB License 7 years ago
Yi Wu 982cec22af Fix TARGETS file tests list 7 years ago
Andrew Kryczka 048446fc74 Fix cassandra ASAN use-after-free 7 years ago
Chen Shen cbd825deea Create a MergeOperator for Cassandra Row Value 7 years ago
Siying Dong d616ebea23 Add GPLv2 as an alternative license. 7 years ago
Islam AbdelRahman e19163688b Add macros to include file name and line number during Logging 7 years ago
Islam AbdelRahman 68a8e6b8fa Introduce FullMergeV2 (eliminate memcpy from merge operators) 8 years ago
Islam AbdelRahman 1f2dca0eaa Add MaxOperator to utilities/merge_operators/ 8 years ago
Baraa Hamodi 21e95811d1 Updated all copyright headers to the new format. 9 years ago
Islam AbdelRahman a163cc2d5a Lint everything 9 years ago
sdong 85ac65536b Tests to avoid to use TMPDIR directly 9 years ago
Andres Notzli 1d20fa9d0f Fixed and simplified merge_helper 9 years ago
sdong f9728640f3 "make format" against last 10 commits 9 years ago
Dmitri Smirnov 18285c1e2f Windows Port from Microsoft 9 years ago
Yueh-Hsuan Chiang 62a8fd154a Make stringappend_test runnable in ROCKSDB_LITE 9 years ago
Islam AbdelRahman 12e030a992 Use CompactRangeOptions for CompactRange 9 years ago
Igor Sugak b4b69e4f77 rocksdb: switch to gtest 9 years ago
Igor Sugak 9fd6edf81c rocksdb: Replace ASSERT* with EXPECT* in functions that does not return void value 9 years ago
Igor Sugak 95344346af rocksdb: Small refactoring before migrating to gtest 9 years ago
Yueh-Hsuan Chiang 6afafa3694 Apply InfoLogLevel to the logs in utilities/merge_operators/uint64add.cc 10 years ago
Igor Canadi 0ff183a0d9 Move include/utilities/*.h to include/rocksdb/utilities/*.h 10 years ago
Igor Canadi 91ef2eae23 Use new DBWithTTL API in tests 10 years ago
Igor Canadi 4daea66343 Turn on -Wmissing-prototypes 10 years ago
Yueh-Hsuan Chiang cda4006e87 Enhance partial merge to support multiple arguments 10 years ago
Josef Šimánek 8c34189f0c Remove .DS_Store files. 11 years ago
Igor Canadi 0a5ec49895 Make DBWithTTL more like StackableDB 11 years ago
Pascal Borreli 443e04e62d Fixed typos 11 years ago
Dhruba Borthakur 4463b11cad Migrate names of properties from 'leveldb' prefix to 'rocksdb' prefix. 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
Deon Nicholas 6f4e3ee3e8 Added include guards to stringappend and redis-list 11 years ago
Deon Nicholas b87dcae1a3 Made merge_oprator a shared_ptr; and added TTL unit tests 11 years ago
Deon Nicholas e1346968d8 Merge operator fixes part 1. 11 years ago