summaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)Author
2020-06-04Fix ThreadLocalTest.SequentialReadWriteTest failure when running individually...sdong
2020-06-03Revert "Update googletest from 1.8.1 to 1.10.0 (#6808)" (#6923)sdong
2020-06-02Fix potential overflow of unsigned type in for loop (#6902)Zhichao Cao
2020-06-01Update googletest from 1.8.1 to 1.10.0 (#6808)Adam Retter
2020-05-21Change autovector to have a reserved size in LITE mode (#6868)mrambacher
2020-05-21Add Struct Type to OptionsTypeInfo (#6425)mrambacher
2020-05-21Clean up some code related to file checksums (#6861)Peter Dillinger
2020-05-12Add tests for compression failure in BlockBasedTableBuilder (#6709)Ziyue Yang
2020-05-11Disable a few timer tests (#6833)Sagar Vemuri
2020-05-08Suppress UBSAN warning in CRC32 ARM (#6827)sdong
2020-05-08prototype status check enforcement (#6798)Andrew Kryczka
2020-04-29Fix FilterBench when RTTI=0 (#6732)Derrick Pallas
2020-04-28Basic MultiGet support for partitioned filters (#6757)Peter Dillinger
2020-04-27Stats for redundant insertions into block cache (#6681)Peter Dillinger
2020-04-21Prevents Table Cache to open same files more times (#6707)Tomas Kolda
2020-04-20C++20 compatibility (#6697)Peter Dillinger
2020-04-20Fix tabs and lint-ignores (#6734)Peter Dillinger
2020-04-13Add NewFileChecksumGenCrc32cFactory to file checksum (#6688)Zhichao Cao
2020-04-07Add a simple timer support to schedule work at fixed times/intervals (#6543)Sagar Vemuri
2020-04-03Revamp cache_bench to resemble a real workload (#6629)Peter Dillinger
2020-04-01Add pipelined & parallel compression optimization (#6262)Ziyue Yang
2020-03-29Use FileChecksumGenFactory for SST file checksum (#6600)Zhichao Cao
2020-03-28Be able to decrease background thread's CPU priority when creating database b...Cheng Chang
2020-03-24CompactRange() to use bottom pool when goes to bottommost level (#6593)sdong
2020-03-20Change HashMap::Insert()'s value to a const reference (#6567)sdong
2020-03-16Remove XXH3(preview) streaming APIs (#6540)Peter Dillinger
2020-03-12fix MSVC build failures (#6517)Huisheng Liu
2020-03-11Include more information in file lock failure (#6507)sdong
2020-03-11Add ppc64le builds to Travis (#6144)Adam Retter
2020-03-06Iterator with timestamp (#6255)Yanqin Jin
2020-03-06Remove memcpy from RandomAccessFileReader::Read in direct IO mode (#6455)Cheng Chang
2020-03-03Check for sys/auxv.h (#6359)Fabrice Fontaine
2020-02-21Misc filter_bench improvements (#6444)Peter Dillinger
2020-02-20Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433)sdong
2020-02-14Fix compile error when LZ4 is up to r123 (#6412)acelyc111
2020-02-10Update unit tests for PinnableSlice (#6399)Cheng Chang
2020-02-10Add utility class Defer (#6382)Cheng Chang
2020-02-10Checksum for each SST file and stores in MANIFEST (#6216)Zhichao Cao
2020-02-07Allow readahead when reading option files. (#6372)sdong
2020-02-07Support move semantics for PinnableSlice (#6374)Cheng Chang
2020-01-30Shorten certain test names to avoid infra failure (#6352)Yanqin Jin
2020-01-30fix build warnnings on MSVC (#6309)Burton Li
2020-01-20Warn on excessive keys for legacy Bloom filter with 32-bit hash (#6317)Peter Dillinger
2020-01-17Log warning for high bits/key in legacy Bloom filter (#6312)Peter Dillinger
2019-12-20crash_test to cover bottommost compression and some other changes (#6215)sdong
2019-12-15Optimize memory and CPU for building new Bloom filter (#6175)Peter Dillinger
2019-12-13Introduce a new storage specific Env API (#5761)anand76
2019-12-13Add useful idioms to Random API (OneInOpt, PercentTrue) (#6154)Peter Dillinger
2019-12-12Fix build breakage from lock_guard error (#6161)Maysam Yabandeh
2019-12-09Fix thread_local_test failure caused by recent io_uring change (#6136)sdong