aboutsummaryrefslogtreecommitdiff
path: root/db/db_impl.cc
AgeCommit message (Expand)Author
2013-12-10Release LevelDB 1.15dgrogan@chromium.org
2013-08-21LevelDB 1.13dgrogan@chromium.org
2013-06-13Release leveldb 1.11dgrogan@chromium.org
2013-05-15Release leveldb 1.10dgrogan@chromium.org
2013-02-07Make DB::Open fail if sst files are missing.dgrogan@chromium.org
2012-10-12Update to leveldb 1.6dgrogan@chromium.org
2012-05-30Remove static initializer; fix endian-ness detection; fix build on various pl...sanjay@google.com
2012-04-17Added bloom filter supportsanjay@google.com
2012-03-09fix LOCK file deletion to prevent crash on windowssanjay@google.com
2012-03-09added group commit; drastically speeds up mult-threaded synchronous write wor...sanjay@google.com
2012-01-25fixed issues 66 (leaking files on disk error) and 68 (no sync of CURRENT file)sanjay@google.com
2011-10-31A number of fixes:hans@chromium.org
2011-10-05A number of bugfixes:gabor@google.com
2011-09-01Bugfixes: for Get(), don't hold mutex while writing log.gabor@google.com
2011-08-22Bugfix for issue 33; reduce lock contention in Get(), parallel benchmarks.gabor@google.com
2011-08-06@23023120dgrogan@chromium.org
2011-07-21Speed up Snappy uncompression, new Logger interface.gabor@google.com
2011-07-15Small tweaks and bugfixes for Issue 18 and 19.gabor@google.com
2011-06-22A number of smaller fixes and performance improvements:gabor@google.com
2011-06-07sync with upstream @21706995hans@chromium.org
2011-05-28Update from upstream @21551990dgrogan@chromium.org
2011-05-21sync with upstream @ 21409451dgrogan@chromium.org
2011-04-20@20776309dgrogan@chromium.org
2011-04-19reverting disastrous MOE commit, returning to r21dgrogan@chromium.org
2011-04-19Revision created by MOE tool push_codebase.dgrogan@chromium.org
2011-04-18chmod a-xdgrogan@chromium.org
2011-04-12@20602303. Default file permission is now 755.dgrogan@chromium.org
2011-03-30Move include files into a leveldb subdir.jorlow@chromium.org
2011-03-28Upstream changes.jorlow@chromium.org
2011-03-22Pull from upstream.jorlow@chromium.org
2011-03-22More changes from upstream.jorlow@chromium.org
2011-03-18Initial checkin.jorlow@chromium.org