Commit Graph

55 Commits (07c2738ffa6bdb21caba5c5f7aa4cfe131d25ba7)

Author SHA1 Message Date
Shaohua Li 33c7d4ccd9 Make writable_file_max_buffer_size dynamic 7 years ago
Dmitri Smirnov d2a65c59e1 Fix unused var warnings in Release mode 7 years ago
Andrew Kryczka 47ed3bfc3b fix WinEnv assertions 7 years ago
Siying Dong 3c327ac2d0 Change RocksDB License 7 years ago
Dmitri Smirnov a21db161c9 Implement ReopenWritibaleFile on Windows and other fixes 7 years ago
Orgad Shaneh 9bb91e9328 Dedup release 7 years ago
Andrew Kryczka 6cc9aef162 New API for background work in single thread pool 7 years ago
Tamir Duberstein 146b7718f0 Fix mingw compilation with -DNDEBUG 7 years ago
Tamir Duberstein fdaefa0309 travis: add Windows cross-compilation 7 years ago
Siying Dong d616ebea23 Add GPLv2 as an alternative license. 7 years ago
Siying Dong d2dce5611a Move some files under util/ to separate dirs 7 years ago
Orgad Shaneh 6401a8b76b Fix build with MinGW 7 years ago
Dmitri Smirnov 0a4cdde50a Windows thread 8 years ago
Dmitri Smirnov 324a0f988e Follow up for DirectIO refactor 8 years ago
Dmitri Smirnov 3c233ca4ea Fix Windows environment issues 8 years ago
Aaron Gao 972f96b3fb direct io write support 8 years ago
Andrew Kryczka f0c509e2c8 Return finer-granularity status from Env::GetChildren* 8 years ago
Dmitri Smirnov b9311aa65c Implement WinRandomRW file and improve code reuse (#1388) 8 years ago
Dmitri Smirnov 26adaad438 Split WinEnv into separate classes. (#1128) 8 years ago
Dmitri Smirnov bac3be7c46 Fix build issue. (#1123) 8 years ago
Dmitri Smirnov aab91b8d8f Use generic threadpool for Windows environment (#1120) 8 years ago
Dmitri Smirnov 4ea6e051ee Fix multiple issues with WinMmapFile fo sequential writing (#1108) 8 years ago
PraveenSinghRao e8115cea45 Revert "Use async file handle for better parallelism (#1049)" (#1105) 8 years ago
Li Peng 6d4832a998 Merge pull request #1101 from flyd1005/wip-fix-typo 8 years ago
PraveenSinghRao b54c347424 Use async file handle for better parallelism (#1049) 8 years ago
Dmitri Smirnov 9ea2968d26 Implement ConsistentChildrenAttribute 9 years ago
Andrew Kryczka d733dd5728 [build] Fix env_win.cc compiler errors 9 years ago
Baraa Hamodi 21e95811d1 Updated all copyright headers to the new format. 9 years ago
Andrew Kryczka 59b3ee658f Env function for bulk metadata retrieval 9 years ago
Tomas Kolda 57a95a7001 Making use of GetSystemTimePreciseAsFileTime dynamic - code review fixes 9 years ago
Tomas Kolda 502d41f150 Making use of GetSystemTimePreciseAsFileTime dynamic to not 9 years ago
Dmitri Smirnov 36300fbbe3 Enable per-request buffer allocation in RandomAccessFile 9 years ago
Venkatesh Radhakrishnan 030215bf01 Running manual compactions in parallel with other automatic or manual compactions in restricted cases 9 years ago
Dmitri Smirnov 236fe21c92 Enable MS compiler warning c4244. 9 years ago
Vasili Svirski 41b32c6059 Enable C4267 warning 9 years ago
Islam AbdelRahman a163cc2d5a Lint everything 9 years ago
Dmitri Smirnov 5270b33bd3 Make use of portable `uint64_t` type to make possible file access 9 years ago
Dmitri Smirnov 5421c9728b Make use of portable `uint64_t` type to make possible file access 9 years ago
sdong 296c3a1f94 "make format" in some recent commits 9 years ago
Dmitri Smirnov 6fbc4f9f3e Implement smart buffer management. 9 years ago
sdong e1a5ff857b Allow users to disable some kill points in db_stress 9 years ago
Dmitri Smirnov e95b703b7f Mmap reads should not return error if reading past file 9 years ago
Dmitri Smirnov ddc8b44998 Address code review comments both GH and internal 9 years ago
Dmitri Smirnov 30e82d5c41 Refactor to support file_reader_writer on Windows. 9 years ago
Dmitri Smirnov f14c3363e1 Make WinEnv::NowMicros return system time 9 years ago
Praveen Rao 7e327980a3 Remove usage of C runtime API that has file handle limitation 9 years ago
Islam AbdelRahman 3bd9db420e [Cleanup] Remove RandomRWFile 9 years ago
Dmitri Smirnov 555ca3e7b7 Fix WinEnv::NowMicrosec 9 years ago
agiardullo 064294081b Improved FileExists API 9 years ago
sdong 6e9fbeb27c Move rate_limiter, write buffering, most perf context instrumentation and most random kill out of Env 9 years ago