17 Commits (main)

Author SHA1 Message Date
  Victor Costan a6b3a2012e Add some std:: qualifiers to types and functions. 4 years ago
  Victor Costan 3f934e3705 Switch from C headers to C++ headers. 4 years ago
  Victor Costan a0191e5563 Add Env::Remove{File,Dir} which obsolete Env::Delete{File,Dir}. 4 years ago
  Chris Mumford 28e6d238be Switch to using C++ 11 override specifier. 5 years ago
  Victor Costan 24424a1ef2 Style cleanup. 5 years ago
  Chris Mumford 9bd23c7676 Correct class/structure declaration order. 5 years ago
  Chris Mumford 297e66afc1 Format all files IAW the Google C++ Style Guide. 5 years ago
  cmumford ce399ac28a Always copy bytes to scratch buffer when reading w/MemEnv. 5 years ago
  cmumford dd906262fd Make InMemoryEnv more consistent with filesystem based Env's. 5 years ago
  costan 09217fd067 Replace NULL with nullptr in C++ files. 6 years ago
  costan 50fbc87e8c Replace SIZE_MAX with std::numeric_limits. 6 years ago
  costan 0fa5a4f7b1 Extend thread safety annotations. 6 years ago
  Sanjay Ghemawat ac1d69da31 LevelDB now attempts to reuse the preceding MANIFEST and log file when re-opened. 10 years ago
  Chris Mumford 803d69203a Release 1.18 10 years ago
  David Grogan 946e5b5a4c Update to leveldb 1.6 12 years ago
  Hans Wennborg 36a5f8ed7f A number of fixes: 13 years ago
  Hans Wennborg 213a68eb68 Sync with upstream @23860137. 13 years ago