summaryrefslogtreecommitdiff
path: root/env
AgeCommit message (Expand)Author
2018-11-09Update all unique/shared_ptr instances to be qualified with namespace std (#4...Sagar Vemuri
2018-10-24Add missing methods to WritableFileWrapper (#4584)Sagar Vemuri
2018-10-08move dump stats to a separate thread (#4382)Zhongyi Xie
2018-09-26assert in PosixEnv::FileExists should be based on errno (#4427)Sagar Vemuri
2018-09-15Auto recovery from out of space errors (#4164)Anand Ananthabhotla
2018-09-05Support pragma once in all header files and cleanup some warnings (#4339)cngzhnp
2018-08-29use atomic O_CLOEXEC when available (#4328)Wez Furlong
2018-08-08Fix the build failure with OS_ANDROID (#4232)Jean-Marc Le Roux
2018-07-13Per-thread unique test db names (#4135)Maysam Yabandeh
2018-07-12Disable EnvPosixTest.RunImmediately, add EnvPosixTest.RunEventually. (#4126)Yanqin Jin
2018-07-09In delete scheduler, before ftruncate file for slow delete, check whether the...Siying Dong
2018-06-21Assert for Direct IO at the beginning in PositionedRead (#3891)Sagar Vemuri
2018-06-15Build and tests fixes for Solaris Sparc (#4000)Tomas Kolda
2018-06-13Check with PosixEnv before opening LOCK file (#3993)Andrew Kryczka
2018-06-05run make format for PR 3838 (#3954)Zhongyi Xie
2018-06-04Fix singleton destruction order of PosixEnv and SyncPoint (#3951)Andrew Kryczka
2018-05-25Fix Fadvise on closed file when reads use mmap奏之章
2018-05-24Catchup with posix featuresDmitri Smirnov
2018-05-09Apply use_direct_io_for_flush_and_compaction to writes onlyAndrew Kryczka
2018-05-09Disallow to open RandomRW file if the file doesn't existSiying Dong
2018-05-01initialize local variable for UBSAN in PosixEnv functionAndrew Kryczka
2018-04-30Second attempt at db_stress crash-recovery verificationAndrew Kryczka
2018-04-27revert db_stress crash-recovery verificationAndrew Kryczka
2018-04-26Add virtual Truncate method to EnvNathan VanBenschoten
2018-04-25initialize local variable for UBSAN in PosixEnv functionAndrew Kryczka
2018-04-24Add crash-recovery correctness check to db_stressAndrew Kryczka
2018-04-24Support lowering CPU priority of background threadsGabriel Wicke
2018-04-20Disable EnvPosixTest::FilePermissionYi Wu
2018-04-18include thread-pool priority in thread namesAndrew Kryczka
2018-04-15fix memory leak in two_level_iteratorZhongyi Xie
2018-04-13Make database files' permissions configurableXiaofei Du
2018-04-13Merge raw and shared pointer log method implsSteven Fackler
2018-04-12comment unused parameters to turn on -Wunused-parameter flagDavid Lai
2018-03-08Fix some typos in comments and docs.Bruce Mitchener
2018-03-07Use nullptr instead of NULL / 0 more consistently.Bruce Mitchener
2018-03-06Disallow compactions if there isn't enough free spaceamytai
2018-03-06uint64_t and size_t changes to compile for iOSFosco Marotto
2018-03-06Windows cumulative patchDmitri Smirnov
2018-03-05Comment out unused variablesAndrew Kryczka
2018-03-05fix FreeBSD buildZhongyi Xie
2018-02-23Fix the Logger::Close() and DBImpl::Close() design patternAnand Ananthabhotla
2018-02-22Back out "[codemod] - comment out unused parameters"Igor Sugak
2018-02-22- comment out unused parametersDavid Lai
2018-02-15Several small "fixes"jsteemann
2018-02-02Suppress unused warningsTamir Duberstein
2018-01-16Add a Close() method to DB to return status when closing a dbAnand Ananthabhotla
2017-11-15Suppress valgrind "unimplemented functionality" errorYi Wu
2017-11-10Fix crashes, address test issues and adjust windows test scriptDmitri Smirnov
2017-11-10StreamShaohua Li
2017-10-31Make writable_file_max_buffer_size dynamicShaohua Li