61 Revīzijas (main)

Autors SHA1 Ziņojums Datums
  Victor Costan 7ee3889a61 VersionSet::Builder::Apply() does not mutate its argument. pirms 2 gadiem
  Eric Wang 42d00a80cc rm redundant code: SetNextFile has already been called before in this function pirms 2 gadiem
  zzt 11aafab31f
Fix version_set.cc comments typo pirms 3 gadiem
  Sanjay Ghemawat 13e3c4efc6 Fix compactions that could end up breaking a run of the same user pirms 3 gadiem
  leveldb Team 8f1861462b Sync MANIFEST before closing in db_impl when creating a new DB. pirms 3 gadiem
  Victor Costan a6b3a2012e Add some std:: qualifiers to types and functions. pirms 4 gadiem
  Victor Costan 3f934e3705 Switch from C headers to C++ headers. pirms 4 gadiem
  Victor Costan a0191e5563 Add Env::Remove{File,Dir} which obsolete Env::Delete{File,Dir}. pirms 4 gadiem
  Chris Mumford 657ba51429 Added return in Version::Get::State::Match to quiet warning. pirms 5 gadiem
  neal-zhu 5e921896ee drop fileds in State that are duplicates of fileds in Saver and fix typo pirms 5 gadiem
  neal-zhu 107a75b62c cache Saver in State object pirms 5 gadiem
  neal-zhu 76ca116276 fix bug(uninitialized options pointer in State) pirms 5 gadiem
  neal-zhu f668239bb2 remove TODO in Version::ForEachOverlapping pirms 5 gadiem
  neal-zhu 177cd08629 format pirms 5 gadiem
  neal-zhu 8fa7a937ee fix bug pirms 5 gadiem
  neal-zhu 6a90bb91ee use ForEachOverlapping to impl Get pirms 5 gadiem
  Chris Mumford 1d0b101165 Converted two for-loops to while-loops. pirms 5 gadiem
  Chris Mumford 28e6d238be Switch to using C++ 11 override specifier. pirms 5 gadiem
  Victor Costan 24424a1ef2 Style cleanup. pirms 5 gadiem
  Chris Mumford 297e66afc1 Format all files IAW the Google C++ Style Guide. pirms 5 gadiem
  Chris Mumford 65e86f75ea Fix formatting of recent snapshot compaction fix. pirms 5 gadiem
  Richard Cole 20fb601aa9 Fix snapshot compaction bug pirms 8 gadiem
  Dimitris Apostolou a20508dc6a Fix typo (#565) pirms 5 gadiem
  cmumford c69d33b0ec Added native support for Windows. pirms 5 gadiem
  MarcoFalke 14cce848e7 Fix sign mismatch warnings in GCC. pirms 6 gadiem
  costan 09217fd067 Replace NULL with nullptr in C++ files. pirms 6 gadiem
  davidair 02f43c0fcd Remove dead code. pirms 7 gadiem
  costan 8415f00eee leveldb: Report missing CURRENT manifest file as database corruption. pirms 7 gadiem
  corrado a2fb086d07 Add option for max file size. The currend hard-coded value of 2M is inefficient in colossus. pirms 8 gadiem
  Chris Mumford 65190ac48b Will not reuse manifest if reuse_logs options is false. pirms 9 gadiem
  Sanjay Ghemawat ac1d69da31 LevelDB now attempts to reuse the preceding MANIFEST and log file when re-opened. pirms 10 gadiem
  Chris Mumford e353fbc7ea Release LevelDB 1.17 pirms 10 gadiem
  David Grogan 0cfb990d58 Release LevelDB 1.15 pirms 11 gadiem
  David Grogan 748539c183 LevelDB 1.13 pirms 11 gadiem
  David Grogan 7b094f12e4 Release leveldb 1.11 pirms 11 gadiem
  David Grogan d84c825a70 Fix corruption bug found and analyzed by dhruba@gmail.com pirms 11 gadiem
  David Grogan 946e5b5a4c Update to leveldb 1.6 pirms 12 gadiem
  Sanjay Ghemawat 075a35a6d3 Remove static initializer; fix endian-ness detection; fix build on pirms 12 gadiem
  Sanjay Ghemawat 85584d497e Added bloom filter support. pirms 12 gadiem
  Sanjay Ghemawat 239ac9d2de avoid very large compactions; fix build on Linux pirms 12 gadiem
  Hans Wennborg 36a5f8ed7f A number of fixes: pirms 13 gadiem
  Gabor Cselle 299ccedfec A number of bugfixes: pirms 13 gadiem
  gabor@google.com 7263023651 Bugfixes: for Get(), don't hold mutex while writing log. pirms 13 gadiem
  dgrogan@chromium.org a05525d13b @23023120 pirms 13 gadiem
  gabor@google.com 60bd8015f2 Speed up Snappy uncompression, new Logger interface. pirms 13 gadiem
  gabor@google.com 6872ace901 Sun Studio support, and fix for test related memory fixes. pirms 13 gadiem
  gabor@google.com 6699c7ebe6 Small tweaks and bugfixes for Issue 18 and 19. pirms 13 gadiem
  gabor@google.com ccf0fcd5c2 A number of smaller fixes and performance improvements: pirms 13 gadiem
  dgrogan@chromium.org da79909507 sync with upstream @ 21409451 pirms 13 gadiem
  dgrogan@chromium.org ba6dac0e80 @20776309 pirms 13 gadiem