Commit Graph

119 Commits (31d46993cc47a74261624aa2397983c1f7d8add2)

Author SHA1 Message Date
Constantin Belyaev 2353c5c821 Fix cross-filesystem checkpoint on Windows (#4365) 6 years ago
cngzhnp 64324e329e Support pragma once in all header files and cleanup some warnings (#4339) 6 years ago
Yanqin Jin bb5dcea98e Add path to WritableFileWriter. (#4039) 6 years ago
Dmitri Smirnov ab22cf349e Implement Env::NumFileLinks (#4221) 6 years ago
Siying Dong a5e851e113 Reformatting some recent changes (#4161) 6 years ago
Dmitri Smirnov 78ab11cd71 Return new operator for Status allocations for Windows (#4128) 6 years ago
Yanqin Jin 524c6e6b72 Add file name info to SequentialFileReader. (#4026) 6 years ago
Dmitri Smirnov 61d69d450d Hide jemalloc aligned allocation functions into .cc (#4025) 6 years ago
shpala 9c7da963bc Fix a crash in WinEnvIO::GetSectorSize (#3975) 6 years ago
Zhongyi Xie f1592a06c2 run make format for PR 3838 (#3954) 6 years ago
Dmitri Smirnov f4b72d7056 Provide a way to override windows memory allocator with jemalloc for ZSTD 6 years ago
Dmitri Smirnov 3db8504cde Catchup with posix features 6 years ago
Dmitri Smirnov 934f96de27 Better destroydb 6 years ago
Dmitri Smirnov acb61b7a52 Adjust pread/pwrite to return Status 6 years ago
Dmitri Smirnov 61785c73ed CloseHandle docs says that the return is non-zero, does not say TRUE(1) 6 years ago
Dmitri Smirnov c364eb42b5 Windows cumulative patch 6 years ago
Dmitri Smirnov 7eb292da14 Fix a memory leak in WindowsThread 6 years ago
Siying Dong ef29d2a234 Explictly fail writes if key or value is not smaller than 4GB 6 years ago
Tamir Duberstein cd5092e168 Suppress unused warnings 7 years ago
Siying Dong ccc095a016 Speed up BlockTest.BlockReadAmpBitmap 7 years ago
burtonli b5c99cc908 Disable onboard cache for compaction output 7 years ago
Dmitri Smirnov fe608e32ab Fix a race condition in WindowsThread (port::Thread) 7 years ago
Shaohua Li 33c7d4ccd9 Make writable_file_max_buffer_size dynamic 7 years ago
Dmitri Smirnov 682db81385 Enable cacheline_aligned_alloc() to allocate from jemalloc if enabled. 7 years ago
Dmitri Smirnov d2a65c59e1 Fix unused var warnings in Release mode 7 years ago
Dmitri Smirnov ebab2e2d42 Enable MSVC W4 with a few exceptions. Fix warnings and bugs 7 years ago
Orgad Shaneh 34ebadf930 Fix MinGW build 7 years ago
Dmitri Smirnov 0ec90a7cc2 Add -DPORTABLE=1 to MSVC CI build 7 years ago
Andrew Kryczka 47ed3bfc3b fix WinEnv assertions 7 years ago
Daniel Black 16e0388205 LRUCacheShard cache line size alignment 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
Gunnar Kudrjavets 0b69e50791 Define CACHE_LINE_SIZE only when it's not defined 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
Dmitri Smirnov cdad04b051 Remove double buffering on RandomRead on Windows. 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 c9df05d1e4 Fix random access alignment 7 years ago
Dmitri Smirnov 0a4cdde50a Windows thread 8 years ago
Dmitri Smirnov 324a0f988e Follow up for DirectIO refactor 8 years ago
Aaron Gao 3e6899d116 change UseDirectIO() to use_direct_io() 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
Edouard A 99c052a34f Fix integer overflow in GetL0ThresholdSpeedupCompaction (#1378) 8 years ago
Dmitri Smirnov b9311aa65c Implement WinRandomRW file and improve code reuse (#1388) 8 years ago