144 コミット (main)

作成者 SHA1 メッセージ 日付
  Reilly Grant 13ebad24dc Address comments. 1年前
  Reilly Grant df68d9578c Fix EnvTest.RunMany to allow parallel execution 1年前
  Reilly Grant 89ea7f2643 Fix tests when run against ChromiumEnv 1年前
  Dimitris Apostolou 0e8aa26c4e
Fix typos 2年前
  Victor Costan 8f464e7f68 Remove main() from most tests. 2年前
  Shawn Zhong 7a2f64ed50 Update env_posix.cc 2年前
  Victor Costan 335876a133 Add invariant checks to Limiter in Env implementations. 2年前
  Felipe Oliveira Carvalho dd6658754f Remove <pthread.h> include and find_package() from build files 2年前
  Dylan K. Taylor 68d14a723a
Prevent handle used for LOG from being inherited by subprocesses 3年前
  leveldb Team c5d5174a66 Get env_posix.cc building under Fuchsia. 3年前
  wineway 8949158f5d fixed random access file exhaust random mmap file use wrong limit count 3年前
  mwish 1ca4f5b466 [Init] initial commit 3年前
  leveldb Team b7d3023269 Internal cleanup migrating StatusOr. 4年前
  Victor Costan 5c6dd75897 Fix accidental double std:: qualifiers. 4年前
  Victor Costan a6b3a2012e Add some std:: qualifiers to types and functions. 4年前
  Victor Costan 3f934e3705 Switch from C headers to C++ headers. 4年前
  leveldb Team 98a3b8cf65 change const to constexpr 4年前
  Victor Costan 201f52201f Remove leveldb::port::kLittleEndian. 4年前
  Victor Costan 5903e7a112 Remove Windows workarounds in some tests. 4年前
  Victor Costan a0191e5563 Add Env::Remove{File,Dir} which obsolete Env::Delete{File,Dir}. 4年前
  leveldb Team d152b23f3b Defend against inclusion of windows.h in tests that invoke 4年前
  leveldb Team 583a42b596 Internal change. 4年前
  Victor Costan 1c58902bdc Switch testing harness to googletest. 4年前
  Liao Tonglang f2dae4e74a
fix typo in comment of LRUHandle 5年前
  Henry Lee f933ad1693
Remove unused variable kDelayMicros in env_test.cc 5年前
  Sanjay Ghemawat 60db170a43 Fix tsan problem in env_test. 5年前
  Victor Costan e0d5f83a4f Align EnvPosix and EnvWindows. 5年前
  Victor Costan 72a38ff7f2 Replace "> >" with ">>" 5年前
  Victor Costan 863f185970 unsigned char -> uint8_t 5年前
  Chris Mumford ae49533210 Add explicit typecasts to avoid compiler warning. 5年前
  Chris Mumford 28e6d238be Switch to using C++ 11 override specifier. 5年前
  Victor Costan 27dc99fb26 Fix EnvPosix tests on Travis CI. 5年前
  Chris Mumford 9521545b06 Formatting changes for prior O_CLOEXEC fix. 5年前
  Victor Costan a7528a5d2b Clean up util/coding.{h,cc}. 5年前
  Victor Costan 24424a1ef2 Style cleanup. 5年前
  Chris Mumford 9bd23c7676 Correct class/structure declaration order. 5年前
  Chris Mumford 297e66afc1 Format all files IAW the Google C++ Style Guide. 5年前
  Chris Mumford 2f008ac19e Initialize class members to default values in constructors. 5年前
  Cheng Chang cf1b5f4732 Remove unnecessary bit operation. 5年前
  Felipe Oliveira Carvalho 7035af5fc3 Two small fixes for the Windows implementation (#661) 5年前
  costan 15e2278966 Use override consistently in leveldb::test::ErrorEnv. 5年前
  cmumford ea49b27d06 Switch corruption_test to use InMemEnv. 5年前
  costan 201f77d137 Inline defaults in options. 5年前
  costan 7d8e41e49b leveldb: Replace AtomicPointer with std::atomic. 5年前
  costan ed76289b25 Align windows_logger with posix_logger. 5年前
  cmumford c69d33b0ec Added native support for Windows. 5年前
  Adam Azarchs 75fceae700 Add O_CLOEXEC to open calls. 6年前
  costan 296de8d5b8 leveldb: Fix PosixWritableFile::Sync() on Apple systems. 5年前
  cmumford af7abf06ea Add back space to POSIX Logger. 5年前
  costan 1cb3840881 Clean up env_posix.cc. 6年前