summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2024-09-17Update folly Github hash (#13017)Yu Zhang
2024-09-06More valgrind fixes (#12990)Peter Dillinger
2024-07-05Update snappy dependency for Java releases. (#12207)Radek Hubner
2024-06-24Update pinned folly version (#12801)Andrew Kryczka
2024-06-22Fix folly build (#12795)Andrew Kryczka
2024-06-18Add CompactForTieringCollector to support automatically trigger compaction fo...Yu Zhang
2024-06-14Verify public headers do not reference internal ones (#12774)Peter Dillinger
2024-04-19Basic RocksDB follower implementation (#12540)anand76
2024-04-02Add support in SstFileReader to get a raw table iterator (#12385)Yu Zhang
2024-03-05Introduce MultiCfIterator (#12153)Jay Huh
2024-02-28Pass build parallelism flag to Docker builds (#12392)Adam Retter
2024-02-16Update ZLib to 1.3.1 (#12358)Adam Retter
2024-02-07Prefer static_cast in place of most reinterpret_cast (#12308)Peter Dillinger
2024-01-10Fix gcc12 build failure caused by INT_MIN in NumberToHumanString (#12215)git-hulk
2023-12-14Add support for linux-riscv64 (#12139)Ludovic Henry
2023-12-13Fix a nuisance compiler warning from clang (#12144)Peter Dillinger
2023-11-07Not to print unnecessary commands in Makefile (#11978)Guozhang Wu
2023-10-31Fix the ZStd checksum (#12005)Adam Retter
2023-10-20Update libs for RocksJava Static build (#9304)Adam Retter
2023-10-17Perform java static checks in CI (#11221)Alan Paxton
2023-09-21Support compressed and local flash secondary cache stacking (#11812)anand76
2023-08-30Wide Column support in ldb (#11754)Jay Huh
2023-08-11fix CXX not initialized early enough in Makefile on openbsd + platform versio...nikoPLP
2023-05-22Add utils to use for handling user defined timestamp size record in WAL (#11451)Yu Zhang
2023-05-18Support Clip DB to KeyRange (#11379)mayue.fight
2023-05-09Simplify detection of x86 CPU features (#11419)Peter Dillinger
2023-04-12util/ribbon_test.cc: avoid ambiguous reversed operator error in c++20 (#11371)Jeff Palm
2023-04-07Makefile: fix a typo: PLATFORM_CFLAGS to PLATFORM_CCFLAGS (#11348)leipeng
2023-02-07Revert to LIB_MODE=static for optimized builds (#11195)Peter Dillinger
2023-02-06Fix regression_test.sh for LIB_MODE=shared default (#11194)Peter Dillinger
2023-02-03Use LIB_MODE=shared build by default with make (#11168)Peter Dillinger
2023-01-27Remove RocksDB LITE (#11147)sdong
2023-01-13support loongarch64 for rocksdb (#10036)Wenlong Zhang
2022-12-30Add ability to have unit tests for ROCKSDB_PLUGINS (#11052)mrambacher
2022-11-14Fix broken dependency: update zlib from 1.2.12 to 1.2.13 (#10833)xiaochenfan
2022-10-18Print stack traces on frozen tests in CI (#10828)Peter Dillinger
2022-09-22Use grep instead of obsolete egrep (#10701)Anatol Pomozov
2022-09-21Fix platform 10 build with folly (#10708)anand76
2022-09-12Inject spurious wakeup and sleep before acquiring db mutex to expose race con...Hui Xiao
2022-09-11Build and link libfolly with RocksDB (#10103)anand76
2022-08-25Fix periodic_task unable to re-register the same task type (#10379)Jay Zhuang
2022-07-14Add seqno to time mapping (#10338)Jay Zhuang
2022-07-13Tiered Compaction: per key placement support (#9964)Jay Zhuang
2022-07-06Allow user to pass git command to makefile (#10318)Manuel Ung
2022-06-25Add API for writing wide-column entities (#10242)Levi Tamasi
2022-06-17Read blob from blob cache if exists when GetBlob() (#10178)Gang Liao
2022-06-17Use optimized folly DistributedMutex in LRUCache when available (#10179)Peter Dillinger
2022-06-16Remove deprecated block-based filter (#10184)Peter Dillinger
2022-06-10Snapshots with user-specified timestamps (#9879)Yanqin Jin
2022-06-03Add wide column serialization primitives (#9915)Levi Tamasi