Commit History

Author SHA1 Message Date
  Victor Costan 8ccb79b57e Merge pull request #901 from mapleFU:opt-using-move 2 years ago
  Victor Costan e4ccaa0c9c Merge pull request #965 from ShawnZhong:cpp20 2 years ago
  Dimitris Apostolou 0e8aa26c4e Fix typos 2 years ago
  Shawn Zhong 7a2f64ed50 Update env_posix.cc 2 years ago
  Victor Costan 335876a133 Add invariant checks to Limiter in Env implementations. 2 years ago
  Felipe Oliveira Carvalho dd6658754f Remove <pthread.h> include and find_package() from build files 2 years ago
  leveldb Team c5d5174a66 Get env_posix.cc building under Fuchsia. 3 years ago
  mwish 1ca4f5b466 [Init] initial commit 3 years ago
  Victor Costan a0191e5563 Add Env::Remove{File,Dir} which obsolete Env::Delete{File,Dir}. 4 years ago
  Victor Costan e0d5f83a4f Align EnvPosix and EnvWindows. 5 years ago
  果冻 1d94fe2f4d Merge branch 'master' into patch-2 5 years ago
  Victor Costan 27dc99fb26 Fix EnvPosix tests on Travis CI. 5 years ago
  Chris Mumford 9521545b06 Formatting changes for prior O_CLOEXEC fix. 5 years ago
  Chris Mumford 900f7d37eb Merge pull request #624 from adam-azarchs:master 5 years ago
  Chris Mumford 297e66afc1 Format all files IAW the Google C++ Style Guide. 5 years ago
  Adam Azarchs 75fceae700 Add O_CLOEXEC to open calls. 6 years ago
  costan 296de8d5b8 leveldb: Fix PosixWritableFile::Sync() on Apple systems. 5 years ago
  costan 1cb3840881 Clean up env_posix.cc. 5 years ago
  costan a7dc502e9f Rework once initialization in env_posix.cc. 6 years ago
  costan 73d5834ece Rework threading in env_posix.cc. 6 years ago
  costan bb88f25115 Clean up PosixWritableFile in env_posix.cc. 6 years ago
  costan 03064cbbb2 Simplify Limiter in env_posix.cc. 6 years ago
  costan d177a0263c Replace port_posix with port_stdcxx. 6 years ago
  costan 09217fd067 Replace NULL with nullptr in C++ files. 6 years ago
  costan 0db30413a4 leveldb: Add more thread safety annotations. 6 years ago
  costan 8ae7998aab Fix FD leak in POSIX Env. 7 years ago
  sanjay 2372ac574f Fix file writing bug in CL 170738066. 7 years ago
  sanjay 7e12c00ecf Fix issue 474: a race between the f*_unlocked() STDIO calls in 7 years ago
  costan 8415f00eee leveldb: Report missing CURRENT manifest file as database corruption. 7 years ago
  果冻 5b817400a0 fix comment 7 years ago
  cmumford 95cd743e5e Including <limits> for std::numeric_limits. 7 years ago
  cmumford 646c3588de Limit the number of read-only files the POSIX Env will have open. 7 years ago
  Sanjay Ghemawat ac1d69da31 LevelDB now attempts to reuse the preceding MANIFEST and log file when re-opened. 9 years ago
  Chris Mumford 803d69203a Release 1.18 10 years ago
  David Grogan 0cfb990d58 Release LevelDB 1.15 10 years ago
  David Grogan 748539c183 LevelDB 1.13 11 years ago
  David Grogan 7b094f12e4 Release leveldb 1.11 11 years ago
  David Grogan 28dad918f2 Release leveldb 1.10 11 years ago
  David Grogan 946e5b5a4c Update to leveldb 1.6 12 years ago
  Sanjay Ghemawat 9013f13b15 use mmap on 64-bit machines to speed-up reads; small build fixes 12 years ago
  Hans Wennborg 36a5f8ed7f A number of fixes: 13 years ago
  gabor@google.com 60bd8015f2 Speed up Snappy uncompression, new Logger interface. 13 years ago
  gabor@google.com 6699c7ebe6 Small tweaks and bugfixes for Issue 18 and 19. 13 years ago
  dgrogan@chromium.org da79909507 sync with upstream @ 21409451 13 years ago
  dgrogan@chromium.org 69c6d38342 reverting disastrous MOE commit, returning to r21 13 years ago
  dgrogan@chromium.org b743906eea 13 years ago
  dgrogan@chromium.org b409afe968 chmod a-x 13 years ago
  dgrogan@chromium.org f779e7a5d8 @20602303. Default file permission is now 755. 13 years ago
  jorlow@chromium.org 4671a695fc Move include files into a leveldb subdir. 13 years ago
  jorlow@chromium.org e2da744e12 Upstream changes. 13 years ago