summaryrefslogtreecommitdiff
path: root/env
AgeCommit message (Expand)Author
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
2017-10-31Fix removed structurally dead return statementPrashant D
2017-10-24Fix build on OpenBSDzach shipko
2017-10-23Fix unused var warnings in Release modeDmitri Smirnov
2017-10-19Enable MSVC W4 with a few exceptions. Fix warnings and bugsDmitri Smirnov
2017-09-22Repair DBs with trailing slash in nameAndrew Kryczka
2017-08-03Introduce bottom-pri thread pool for large universal compactionsAndrew Kryczka
2017-07-28Replace dynamic_cast<>Siying Dong
2017-07-21Revert "comment out unused parameters"Sagar Vemuri
2017-07-21comment out unused parametersVictor Gao
2017-07-15Change RocksDB LicenseSiying Dong
2017-07-12remove unnecessary fadviseAaron Gao
2017-07-05Fix GetCurrentTime() initialization for valgrindAndrew Kryczka
2017-06-26Encryption at rest supportEwout Prangsma
2017-06-26Improve the error message for I/O related errors.Siying Dong
2017-06-13GNU C library for struct tm has 2 additional fields.Anirban Rahut
2017-06-08Fix crash in PosixWritableFile::Close() when fstat() failsMike Kolupaev
2017-06-08Fix mock_env.cc uninitialized variableYi Wu
2017-06-08fix travis error with init time in mockenvMaysam Yabandeh
2017-06-06Fix clang errors by asserting the preconditionMaysam Yabandeh
2017-06-01Retire memenv https://github.com/facebook/rocksdb/pull/2082Maysam Yabandeh
2017-05-23New API for background work in single thread poolAndrew Kryczka
2017-05-22disable direct reads for log and manifest and add direct io to testsAaron Gao
2017-05-10Blob storage prAnirban Rahut
2017-05-04fix memory alignment with logical sector sizeAaron Gao
2017-04-28Make PosixLogger::flush_pending_ atomicSiying Dong
2017-04-27Add GPLv2 as an alternative license.Siying Dong
2017-04-26add prefetch to PosixRandomAccessFile in buffered ioAaron Gao
2017-04-26add <sys/sysmacros.h> to avoid warning with glibc 2.25Aaron Gao
2017-04-21AIX and Solaris Sparc SupportTomas Kolda
2017-04-14remove warningAaron Gao
2017-04-13change use_direct_writes to use_direct_io_for_flush_and_compactionAaron Gao
2017-04-13add space for buggy kernel warningAaron Gao
2017-04-11fix db_stress crash caused by buggy kernel warningAaron Gao
2017-04-07avoid non-existent O_DIRECT on OpenBSDNikhil Benesch
2017-04-06only FALLOC_FL_PUNCH_HOLE when ftruncate is buggyAaron Gao
2017-04-05Move some files under util/ to separate dirsSiying Dong