summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Only compiling TrimSpace on linux.reuse-manifestcmumford2015-10-131-0/+2
* Let LevelDB use xcrun to determine Xcode.app path instead of using a hardcode...ndmatthews2015-10-131-8/+6
* Add "approximate-memory-usage" property to leveldb::DB::GetPropertyssid2015-10-135-1/+42
* Add leveldb::Cache::Prunetzik2015-10-133-0/+39
* Will not reuse manifest if reuse_logs options is false.Chris Mumford2015-06-171-0/+3
* LevelDB now attempts to reuse the preceding MANIFEST and log file when re-ope...Sanjay Ghemawat2014-12-1122-155/+707
* Add benchmark that measures cost of repeatedly opening the database.Sanjay Ghemawat2014-12-111-1/+14
* Move header guard below copyright banner.Chris Mumford2014-12-111-4/+4
* Clean up layering of storage/leveldb/...Chris Mumford2014-12-113-0/+5
* Added a new fault injection test.Chris Mumford2014-12-112-0/+546
* Add arm64 support to leveldb.Chris Mumford2014-12-111-0/+10
* Fixed incorrect comment wording for Iterator::Seek.Chris Mumford2014-12-111-1/+1
* Deleted old README file.Chris Mumford2014-12-111-51/+0
* Release 1.18v1.18Chris Mumford2014-09-1640-282/+602
* 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