summaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)Author
2015-12-23Merge pull request #846 from yuslepukhin/enble_c4244_lossofdataSiying Dong
2015-12-23Merge pull request #899 from zhipeng-jia/fix_clang_warningSiying Dong
2015-12-24Fix clang compile error under LinuxZhipeng Jia
2015-12-23add a factory method for creating hdfs envShu Zhang
2015-12-23Change default options.delayed_write_ratesdong
2015-12-23When slowdown is triggered, reduce the write ratesdong
2015-12-22Merge pull request #863 from zhangyybuaa/fix_hdfs_errorIgor Canadi
2015-12-16ZSTD to use CompressionOptions.levelsdong
2015-12-16Introduce ReadOptions::pin_data (support zero copy for keys)Islam AbdelRahman
2015-12-14Running manual compactions in parallel with other automatic or manual compact...Venkatesh Radhakrishnan
2015-12-11Fix another rebase problems.Dmitri Smirnov
2015-12-11Enable MS compiler warning c4244.Dmitri Smirnov
2015-12-11Ensure the destruction order of PosixEnv and ThreadLocalPtrYueh-Hsuan Chiang
2015-12-11fix typos in commentscharsyam
2015-12-09Deprecate options.soft_rate_limit and add options.soft_pending_compaction_byt...sdong
2015-12-09A new compaction picking priority that optimizes for write amplification for ...sdong
2015-12-09Prefer integer arithmeticsyuslepukhin
2015-12-08Merge pull request #788 from OpenChannelSSD/to_fb_master2Siying Dong
2015-12-08Merge pull request #853 from Vaisman/enable_C4267_warningSiying Dong
2015-12-08Merge pull request #867 from SherlockNoMad/CacheFixSiying Dong
2015-12-08Resubmit the fix for a race condition in persisting optionsYueh-Hsuan Chiang
2015-12-08Upgrade to ZSTD 0.4.2sdong
2015-12-07Fix occasional failure of DBTest.DynamicCompactionOptionssdong
2015-12-07Revert "Fix a race condition in persisting options"sdong
2015-12-07Fix a race condition in persisting optionsYueh-Hsuan Chiang
2015-12-07Move posix threads into a libraryJavier González
2015-12-04Replace malloc with new for LRU Cache HandleSherlockNoMad
2015-12-02fix ToString() not declared errorZhang Yangyang
2015-11-30Initialize options.row_cachesdong
2015-11-24InlineSkipList part 3/3 - new skiplist type that colocates key and nodeNathan Bronson
2015-11-24Enable C4267 warningVasili Svirski
2015-11-20Build on Visual Studio 2015 Update 1yuslepukhin
2015-11-18Enable MS Warning C4804 : unsafe use of type 'bool' in operationDmitri Smirnov
2015-11-17Merge pull request #839 from SherlockNoMad/memtableOptionIslam AbdelRahman
2015-11-17Fix build broken by previous commit of "option helper refactor"sdong
2015-11-17Merge pull request #805 from SherlockNoMad/OptionHelperFixSiying Dong
2015-11-17Support Memtable Factory Parse in option_helper.ccSherlockNoMad
2015-11-16Lint everythingIslam AbdelRahman
2015-11-12Add OptionsUtil::LoadOptionsFromFile() APIYueh-Hsuan Chiang
2015-11-10Enable RocksDB to persist Options file.Yueh-Hsuan Chiang
2015-11-10Make use of portable `uint64_t` type to make possible file accessDmitri Smirnov
2015-11-10remove constexpr from util/random.h for MSVC compatNathan Bronson
2015-11-09Switch to thread-local random for skiplistNathan Bronson
2015-11-06Enable Windows warnings C4307 C4309 C4512 C4701Dmitri Smirnov
2015-11-05Prefix-based iterating only shows keys in prefixVenkatesh Radhakrishnan
2015-11-04Fix clangIslam AbdelRahman
2015-11-04Add OptionsSanityCheckLevelYueh-Hsuan Chiang
2015-11-02Merge pull request #803 from SherlockNoMad/SkipFlushIslam AbdelRahman
2015-11-02Do not disable compiler warnings:Dmitri Smirnov
2015-10-30Move skip_table_builder_flush to BlockBasedTableOptionSherlockNoMad