summaryrefslogtreecommitdiff
path: root/db
Commit message (Expand)AuthorAgeFilesLines
...
* | | Add tests for {Old}InfoLogFileName().costan2018-03-121-0/+12
* | | Remove unused function ExtractValueType.costan2018-03-121-8/+0
* | | Expose Env::GetTempDirectory() for use in C test.costan2018-03-092-16/+16
* | | Add leveldb_options_set_max_file_size to the C API.cmumford2017-11-032-0/+5
* | | Deleted unused assignments in Reader.cmumford2017-11-031-8/+3
* | | leveldb::DestroyDB will now delete empty directories.cmumford2017-11-032-4/+86
* | | Fix typo (forgotten reference operator) in test.costan2017-10-101-1/+1
* | | Fix issue 474: a race between the f*_unlocked() STDIO calls insanjay2017-10-031-7/+16
* | | Remove confusing and unnecessary if.costan2017-09-011-7/+3
* | | 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