summaryrefslogtreecommitdiff
path: root/db
Commit message (Expand)AuthorAgeFilesLines
* Remove dead code.davidair2017-08-241-7/+0
* leveldb: Report missing CURRENT manifest file as database corruption.costan2017-07-102-2/+23
* LevelDB: Add WriteBatch::ApproximateSize().costan2017-07-102-0/+21
* Convert documentation to markdown.cmumford2017-03-011-1/+1
* Add option for max file size. The currend hard-coded value of 2M is inefficie...corrado2016-09-284-32/+66
* Change std::uint64_t to uint64_t (#354)Nicholas Westlake2016-04-121-2/+2
* This CL fixes a bug encountered when reading records from leveldb files that ...mjwiacek2016-03-312-12/+40
* Fix signed/unsigned mismatch on VC++ buildsBruce Dawson2016-02-191-1/+1
* Putting build artifacts in subdirectory.cmumford2016-01-291-0/+0
* Merge pull request #284 from ideawu/masterChris Mumford2016-01-121-1/+2
|\
| * fix indentideawu2015-04-201-1/+1
| * log compaction output file's level along with numberideawu2015-04-201-1/+2
* | Resolve race when getting approximate-memory-usage propertyssid2015-12-091-4/+1
* | Only compiling TrimSpace on linux.cmumford2015-12-091-0/+2
* | Add "approximate-memory-usage" property to leveldb::DB::GetPropertyssid2015-12-092-0/+24
* | Suppress error reporting after seeking but before a valid First or Full recor...Mike Wiacek2015-12-093-7/+45
* | Will not reuse manifest if reuse_logs options is false.Chris Mumford2015-08-111-0/+3
* | LevelDB now attempts to reuse the preceding MANIFEST and log file when re-ope...Sanjay Ghemawat2015-08-1112-152/+624
|/
* 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-112-0/+2
* Added a new fault injection test.Chris Mumford2014-12-111-0/+542
* Release 1.18v1.18Chris Mumford2014-09-1613-208/+263
* 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