152 コミット (d32cb6b3a7580c1a78a3d9f026a0064fd90bb4b3)

作成者 SHA1 メッセージ 日付
  cyq d33737f1a1 将string替换为Slice 8ヶ月前
  cyq 622ce1e987 fielddb的benchmark、性能插桩以及一个对比的testdb 8ヶ月前
  cyq 8657ec3748 完成了recover,修复了有关ParseValuede的内存泄漏问题和有关Transput和TransDelete的潜在内存访问异常问题 8ヶ月前
  augurier 099d818344 lab2部分基础实现(没有并发和metadb) 9ヶ月前
  augurier d6995373ea 修完bug,补充lab1测试,跑通 9ヶ月前
  cyq 1257726781 封装了InternalFieldArray,初步搭建了FieldDB框架 9ヶ月前
  augurier c942a4415d 实现了(反)序列化存储 9ヶ月前
  augurier ff5c0b84bf 补充接口 9ヶ月前
  Reilly Grant 13ebad24dc Address comments. 2年前
  Reilly Grant df68d9578c Fix EnvTest.RunMany to allow parallel execution 2年前
  Reilly Grant 89ea7f2643 Fix tests when run against ChromiumEnv 2年前
  Dimitris Apostolou 0e8aa26c4e
Fix typos 3年前
  Victor Costan 8f464e7f68 Remove main() from most tests. 3年前
  Shawn Zhong 7a2f64ed50 Update env_posix.cc 3年前
  Victor Costan 335876a133 Add invariant checks to Limiter in Env implementations. 3年前
  Felipe Oliveira Carvalho dd6658754f Remove <pthread.h> include and find_package() from build files 3年前
  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. 4年前
  wineway 8949158f5d fixed random access file exhaust random mmap file use wrong limit count 4年前
  mwish 1ca4f5b466 [Init] initial commit 4年前
  leveldb Team b7d3023269 Internal cleanup migrating StatusOr. 5年前
  Victor Costan 5c6dd75897 Fix accidental double std:: qualifiers. 5年前
  Victor Costan a6b3a2012e Add some std:: qualifiers to types and functions. 5年前
  Victor Costan 3f934e3705 Switch from C headers to C++ headers. 5年前
  leveldb Team 98a3b8cf65 change const to constexpr 5年前
  Victor Costan 201f52201f Remove leveldb::port::kLittleEndian. 5年前
  Victor Costan 5903e7a112 Remove Windows workarounds in some tests. 5年前
  Victor Costan a0191e5563 Add Env::Remove{File,Dir} which obsolete Env::Delete{File,Dir}. 5年前
  leveldb Team d152b23f3b Defend against inclusion of windows.h in tests that invoke 5年前
  leveldb Team 583a42b596 Internal change. 5年前
  Victor Costan 1c58902bdc Switch testing harness to googletest. 5年前
  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. 6年前
  Victor Costan e0d5f83a4f Align EnvPosix and EnvWindows. 6年前
  Victor Costan 72a38ff7f2 Replace "> >" with ">>" 6年前
  Victor Costan 863f185970 unsigned char -> uint8_t 6年前
  Chris Mumford ae49533210 Add explicit typecasts to avoid compiler warning. 6年前
  Chris Mumford 28e6d238be Switch to using C++ 11 override specifier. 6年前
  Victor Costan 27dc99fb26 Fix EnvPosix tests on Travis CI. 6年前
  Chris Mumford 9521545b06 Formatting changes for prior O_CLOEXEC fix. 6年前
  Victor Costan a7528a5d2b Clean up util/coding.{h,cc}. 6年前
  Victor Costan 24424a1ef2 Style cleanup. 6年前
  Chris Mumford 9bd23c7676 Correct class/structure declaration order. 6年前
  Chris Mumford 297e66afc1 Format all files IAW the Google C++ Style Guide. 6年前
  Chris Mumford 2f008ac19e Initialize class members to default values in constructors. 6年前
  Cheng Chang cf1b5f4732 Remove unnecessary bit operation. 6年前
  Felipe Oliveira Carvalho 7035af5fc3 Two small fixes for the Windows implementation (#661) 6年前
  costan 15e2278966 Use override consistently in leveldb::test::ErrorEnv. 6年前
  cmumford ea49b27d06 Switch corruption_test to use InMemEnv. 6年前