summaryrefslogtreecommitdiff
path: root/db/db_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Release LevelDB 1.15v1.15David Grogan2013-12-101-53/+55
* Release LevelDB 1.14v1.14David Grogan2013-09-191-1/+35
* Release leveldb 1.11v1.11David Grogan2013-06-131-10/+44
* Make DB::Open fail if sst files are missing.David Grogan2013-02-061-0/+31
* Fix corruption bug found and analyzed by dhruba@gmail.comv1.9David Grogan2013-01-071-0/+75
* Update to leveldb 1.6v1.6David Grogan2012-10-121-0/+6
* Remove static initializer; fix endian-ness detection; fix build onSanjay Ghemawat2012-05-301-9/+54
* Added bloom filter support.v1.4Sanjay Ghemawat2012-04-171-430/+620
* fixed issues 66 (leaking files on disk error) and 68 (no sync of CURRENT file)Sanjay Ghemawat2012-01-251-7/+56
* Pass system's CFLAGS, remove exit time destructor, sstable bug fix.Hans Wennborg2011-11-141-12/+36
* A number of fixes:Hans Wennborg2011-10-311-2/+100
* A number of bugfixes:Gabor Cselle2011-10-051-30/+129
* Bugfixes: for Get(), don't hold mutex while writing log.gabor@google.com2011-09-011-2/+41
* Bugfixes for iterator and documentation.gabor@google.com2011-08-161-0/+15
* Sun Studio support, and fix for test related memory fixes.gabor@google.com2011-07-191-0/+1
* Small tweaks and bugfixes for Issue 18 and 19.gabor@google.com2011-07-151-2/+21
* A number of smaller fixes and performance improvements:gabor@google.com2011-06-221-22/+197
* Update from upstream @21551990dgrogan@chromium.org2011-05-281-0/+95
* sync with upstream @ 21409451dgrogan@chromium.org2011-05-211-21/+88
* @20776309dgrogan@chromium.org2011-04-201-216/+35
* reverting disastrous MOE commit, returning to r21dgrogan@chromium.org2011-04-191-0/+1211
* Revision created by MOE tool push_codebase.dgrogan@chromium.org2011-04-191-1211/+0
* chmod a-xdgrogan@chromium.org2011-04-181-0/+0
* @20602303. Default file permission is now 755.dgrogan@chromium.org2011-04-121-19/+8
* Move include files into a leveldb subdir.jorlow@chromium.org2011-03-301-3/+3
* Upstream changesjorlow@chromium.org2011-03-251-0/+184
* Pull from upstream.jorlow@chromium.org2011-03-221-6/+11
* More changes from upstream.jorlow@chromium.org2011-03-221-2/+72
* Initial checkin.jorlow@chromium.org2011-03-181-0/+963