summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release LevelDB 1.17v1.171.17Chris Mumford2014-05-014-21/+8
* Release LevelDB 1.16v1.16David Grogan2014-02-106-17/+52
* Release LevelDB 1.15v1.15David Grogan2013-12-1022-361/+320
* Release LevelDB 1.14v1.14David Grogan2013-09-1913-13/+137
* LevelDB 1.13v1.13David Grogan2013-08-2113-67/+363
* Release leveldb 1.12v1.12David Grogan2013-06-184-2/+9
* Release leveldb 1.11v1.11David Grogan2013-06-1310-31/+172
* Release leveldb 1.10v1.10David Grogan2013-05-1411-21/+58
* Make DB::Open fail if sst files are missing.David Grogan2013-02-063-6/+52
* Fix corruption bug found and analyzed by dhruba@gmail.comv1.9David Grogan2013-01-075-2/+115
* added utility to dump leveldb filesv1.8Sanjay Ghemawat2012-12-275-5/+253
* Small fixes.v1.7Sanjay Ghemawat2012-10-169-45/+70
* Update to leveldb 1.6v1.6David Grogan2012-10-1225-72/+382
* update version number to 1.5v1.5Sanjay Ghemawat2012-05-302-2/+2
* remove obsolete android port filesSanjay Ghemawat2012-05-302-223/+0
* Remove static initializer; fix endian-ness detection; fix build onSanjay Ghemawat2012-05-3018-62/+283
* Added bloom filter support.v1.4Sanjay Ghemawat2012-04-1738-578/+2078
* build shared libraries; updated version to 1.3; add Status accessorsv1.3Sanjay Ghemawat2012-03-305-14/+53
* Build fixes and cleanups:Sanjay Ghemawat2012-03-213-113/+114
* use mmap on 64-bit machines to speed-up reads; small build fixesSanjay Ghemawat2012-03-158-39/+99
* 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
* add .gitignore; support for building on a few BSD variantsSanjay Ghemawat2012-03-053-3/+31
* avoid very large compactions; fix build on LinuxSanjay Ghemawat2012-02-022-4/+15
* fixed issues 66 (leaking files on disk error) and 68 (no sync of CURRENT file)Sanjay Ghemawat2012-01-255-34/+95
* Makefile fixes for systems with $CXX other than g++.Hans Wennborg2011-11-302-27/+32
* Pass system's CFLAGS, remove exit time destructor, sstable bug fix.Hans Wennborg2011-11-144-24/+53
* A number of fixes:Hans Wennborg2011-10-31102-146/+258
* A number of bugfixes:Gabor Cselle2011-10-0518-217/+483
* Sync with upstream @24213649.Hans Wennborg2011-09-262-1/+6
* Sync with upstream @23860137.Hans Wennborg2011-09-1210-369/+642
* 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-227-259/+510
* Bugfixes for iterator and documentation.gabor@google.com2011-08-166-11/+65
* @23023120dgrogan@chromium.org2011-08-063-7/+7
* C binding for leveldb, better readseq benchmark for SQLite.gabor@google.com2011-08-057-15/+1036
* Improved benchmark, fixed bugs and SQLite parameters.gabor@google.com2011-07-292-67/+69
* Minor typos in benchmark page.gabor@google.com2011-07-271-6/+6
* Minor edit in benchmark page.gabor@google.com2011-07-271-14/+8
* Setting SVN mime-type for benchmark page.gabor@google.com2011-07-270-0/+0
* Adding doctype to benchmark page so Google Code displays it as HTML.gabor@google.com2011-07-271-0/+1
* Adding FreeBSD support, removing Chromium files, adding benchmark.gabor@google.com2011-07-2710-1076/+1670
* Speed up Snappy uncompression, new Logger interface.gabor@google.com2011-07-2117-212/+261
* Sun Studio support, and fix for test related memory fixes.gabor@google.com2011-07-1913-15/+33
* Small tweaks and bugfixes for Issue 18 and 19.gabor@google.com2011-07-1511-65/+131
* Fixed a snappy compression wrapper bug (passing wrong variable).gabor@google.com2011-06-302-144/+66
* Fixing Makefile issue reported in Issue 15 (misspelled flag)gabor@google.com2011-06-294-180/+6
* Platform detection during build, plus compatibility patches for machines with...gabor@google.com2011-06-296-124/+431
* 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-2219-152/+783