summaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)Author
2016-03-04Use pure if-then check instead of assert in EraseColumnFamilyInfoYueh-Hsuan Chiang
2016-03-02Add parsing of missing DB optionsOmar Sandoval
2016-02-23IOStatsContext::ToString() add option to exclude zero countersYi Wu
2016-02-22Redo SyncPoints for flush while rolling testAndrew Kryczka
2016-02-19Relax the check condition of prefix_extractor in CheckOptionsCompatibilityYueh-Hsuan Chiang
2016-02-19Fix LITE build thread_local_testsdong
2016-02-19This addresses build issues on WindowsDmitri Smirnov
2016-02-18Fix SstFileManager uninitialized data memberIslam AbdelRahman
2016-02-17Remove the SyncPoint usage in the destructor of PosixEnvYueh-Hsuan Chiang
2016-02-17Introduce SstFileManager::SetMaxAllowedSpaceUsage() to cap disk space usageIslam AbdelRahman
2016-02-17Fix race conditions in auto-rolling loggerAndrew Kryczka
2016-02-17fix ios build errorfengjian
2016-02-15fixes typo in options loggingJohn Dennison
2016-02-12Fix includes for env_testAndrew Kryczka
2016-02-10Fixed a dependency issue of ThreadLocalPtrYueh-Hsuan Chiang
2016-02-09Updated all copyright headers to the new format.Baraa Hamodi
2016-02-09Env function for bulk metadata retrievalAndrew Kryczka
2016-02-05Add BlockBasedTableOptions::index_block_restart_intervalIslam AbdelRahman
2016-02-03perf_context.cc and iostats_context.cc use different output macro (fix unity ...sdong
2016-02-01PerfContext::ToString() add option to exclude zero countersDmytro Ivchenko
2016-01-29Add options.base_background_compactions as a number of compaction threads for...Venkatesh Radhakrishnan
2016-01-28Add SstFileManager (component tracking all SST file in DBs and control the de...Islam AbdelRahman
2016-01-26Disable stats about mutex duration by defaultsdong
2016-01-26[directory includes cleanup] Finish removing util->db dependenciesAndrew Kryczka
2016-01-26[directory includes cleanup] Remove util->db dependency for ThreadStatusUtilAndrew Kryczka
2016-01-26[directory includes cleanup] Move cross-function test pointsAndrew Kryczka
2016-01-25Add a perf context level that doesn't measure time for mutex operationssdong
2016-01-22Add tests to make sure new DB or ColumnFamily options are settable through st...sdong
2016-01-21Disable OptionsParserTest.BlockBasedTableOptionsAllFieldsSettable under CLANGsdong
2016-01-20Add test that verifies all options in BlockBasedTableOptions is settable thro...sdong
2016-01-19Crash test to make kill decision for every kill pointsdong
2016-01-20As per google coding standard replace "using" in option_builder.cc andDavid Bernard
2016-01-19Changes for build on solarisDavid Bernard
2016-01-14Guard falloc.h inclusion to avoid build breaksGunnar Kudrjavets
2016-01-13Align statisticsDmitri Smirnov
2016-01-12Merge pull request #929 from warrenfalk/fix32Igor Canadi
2016-01-08plain table reader: non-mmap mode to keep two recent bufferssdong
2016-01-07fix an unused function compiler warning in crc32c in 32-bit modeWarren Falk
2016-01-07use static_cast in crc32c instead of c-style castWarren Falk
2016-01-07fix shorten-64-to-32 warning in crc32cWarren Falk
2016-01-07fix a compile error on 32-bitWarren Falk
2015-12-29Fix DynamicBloomTest.concurrent_with_perf to pass TSANsdong
2015-12-28Not generating "__attribute__((__unused__))" for padding fields if it is not ...sdong
2015-12-28Fix CLANG errors introduced by 7d87f02799bd0a8fd36df24fab5baa4968615c86sdong
2015-12-28Merge pull request #900 from shuzhang1989/hdfs_env_fixSiying Dong
2015-12-26more foramtShu Zhang
2015-12-26indentShu Zhang
2015-12-25support for concurrent adds to memtableNathan Bronson
2015-12-24formatShu Zhang
2015-12-24formatShu Zhang