summaryrefslogtreecommitdiff
path: root/db
Commit message (Expand)AuthorAgeFilesLines
* Release LevelDB 1.17v1.171.17Chris Mumford2014-05-011-14/+0
* Release LevelDB 1.16v1.16David Grogan2014-02-103-14/+50
* Release LevelDB 1.15v1.15David Grogan2013-12-108-189/+259
* Release LevelDB 1.14v1.14David Grogan2013-09-197-7/+67
* LevelDB 1.13v1.13David Grogan2013-08-219-63/+319
* Release leveldb 1.11v1.11David Grogan2013-06-135-25/+74
* Release leveldb 1.10v1.10David Grogan2013-05-142-2/+3
* Make DB::Open fail if sst files are missing.David Grogan2013-02-062-4/+43
* Fix corruption bug found and analyzed by dhruba@gmail.comv1.9David Grogan2013-01-073-0/+113
* added utility to dump leveldb filesv1.8Sanjay Ghemawat2012-12-271-0/+238
* Small fixes.v1.7Sanjay Ghemawat2012-10-162-0/+13
* Update to leveldb 1.6v1.6David Grogan2012-10-128-13/+44
* Remove static initializer; fix endian-ness detection; fix build onSanjay Ghemawat2012-05-307-18/+104
* Added bloom filter support.v1.4Sanjay Ghemawat2012-04-1712-493/+1045
* build shared libraries; updated version to 1.3; add Status accessorsv1.3Sanjay Ghemawat2012-03-301-1/+2
* fix LOCK file deletion to prevent crash on windowsSanjay Ghemawat2012-03-091-1/+1
* added group commit; drastically speeds up mult-threaded synchronous write wor...Sanjay Ghemawat2012-03-085-49/+162
* avoid very large compactions; fix build on LinuxSanjay Ghemawat2012-02-021-3/+14
* fixed issues 66 (leaking files on disk error) and 68 (no sync of CURRENT file)Sanjay Ghemawat2012-01-253-22/+67
* Pass system's CFLAGS, remove exit time destructor, sstable bug fix.Hans Wennborg2011-11-142-18/+44
* A number of fixes:Hans Wennborg2011-10-3138-60/+172
* A number of bugfixes:Gabor Cselle2011-10-0511-167/+455
* Bugfixes: for Get(), don't hold mutex while writing log.gabor@google.com2011-09-016-39/+186
* Bugfix for issue 33; reduce lock contention in Get(), parallel benchmarks.gabor@google.com2011-08-223-193/+376
* Bugfixes for iterator and documentation.gabor@google.com2011-08-163-5/+38
* @23023120dgrogan@chromium.org2011-08-062-6/+6
* C binding for leveldb, better readseq benchmark for SQLite.gabor@google.com2011-08-052-0/+748
* Speed up Snappy uncompression, new Logger interface.gabor@google.com2011-07-214-43/+33
* Sun Studio support, and fix for test related memory fixes.gabor@google.com2011-07-198-9/+20
* Small tweaks and bugfixes for Issue 18 and 19.gabor@google.com2011-07-159-40/+93
* Fixing issue 11: version_set_test.cc was missinggabor@google.com2011-06-221-0/+115
* A number of smaller fixes and performance improvements:gabor@google.com2011-06-2215-137/+727
* sync with upstream @21706995hans@chromium.org2011-06-072-50/+53
* Update from upstream @21551990dgrogan@chromium.org2011-05-286-34/+156
* sync with upstream @ 21409451dgrogan@chromium.org2011-05-2117-351/+778
* @20776309dgrogan@chromium.org2011-04-2024-1075/+135
* reverting disastrous MOE commit, returning to r21dgrogan@chromium.org2011-04-1937-0/+9831
* Revision created by MOE tool push_codebase.dgrogan@chromium.org2011-04-1937-9831/+0
* chmod a-xdgrogan@chromium.org2011-04-1837-0/+0
* @20602303. Default file permission is now 755.dgrogan@chromium.org2011-04-1237-199/+516
* Move include files into a leveldb subdir.jorlow@chromium.org2011-03-3028-59/+59
* Upstream changes.jorlow@chromium.org2011-03-2810-31/+45
* Upstream changesjorlow@chromium.org2011-03-253-222/+435
* Pull from upstream.jorlow@chromium.org2011-03-2210-44/+58
* More changes from upstream.jorlow@chromium.org2011-03-226-116/+393
* Sync in bug fixesjorlow@chromium.org2011-03-214-38/+71
* Initial checkin.jorlow@chromium.org2011-03-1837-0/+8963