summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Add argument definition for void c functions.allangj2019-05-051-7/+7
* Style cleanup.Victor Costan2019-05-041-1/+1
* Bump the version number from 1.21 to 1.22.1.22Chris Mumford2019-05-031-1/+1
* Correct class/structure declaration order.Chris Mumford2019-05-037-34/+37
* Format all files IAW the Google C++ Style Guide.Chris Mumford2019-05-0214-74/+79
* [leveldb] Specifically export the WriteBatch::Handler inner class for Windows...leveldb Team2019-04-231-1/+1
* Merge pull request #472 from zhoudayang:patch-1Chris Mumford2019-04-121-1/+1
|\
| * fix comment周炀2017-05-221-1/+1
* | Update the version to 1.21 in preparation for a new release.1.21Chris Mumford2019-03-291-2/+2
* | Inline defaults in options.costan2019-03-201-48/+20
* | Added native support for Windows.cmumford2019-03-011-0/+30
* | leveldb: Make WriteBatch::ApproximateSize() const.costan2019-01-151-1/+1
* | Clarify comments for leveldb::Env file reading methods.costan2018-09-041-2/+2
* | Expose WriteBatch::Append in the C API.costan2018-08-191-1/+3
* | Expose WriteBatch::Append().costan2018-08-141-0/+7
* | Clean up Iterator.costan2018-06-041-4/+12
* | Add move constructor to Status.costan2018-04-231-11/+19
* | Replace NULL with nullptr in C++ files.costan2018-04-106-30/+30
* | leveldb: Require C++11.costan2018-03-219-86/+93
* | Add CMake build support.costan2018-03-161-3/+3
* | Remove extern from function declarations.costan2018-03-121-1/+1
* | Expose Env::GetTempDirectory() for use in C test.costan2018-03-091-0/+3
* | Add leveldb_options_set_max_file_size to the C API.cmumford2017-11-031-0/+2
* | leveldb::DestroyDB will now delete empty directories.cmumford2017-11-031-0/+3
* | Add LEVELDB_EXPORT macro to export public symbols.cmumford2017-10-0415-183/+206
* | leveldb: Report missing CURRENT manifest file as database corruption.costan2017-07-101-2/+4
* | LevelDB: Add WriteBatch::ApproximateSize().costan2017-07-101-0/+6
|/
* Increase leveldb version to 1.20.v1.20costan2017-03-011-1/+1
* Add option for max file size. The currend hard-coded value of 2M is inefficie...corrado2016-09-281-0/+12
* Increase leveldb version to 1.19.v1.19cmumford2016-08-111-1/+1
* Add "approximate-memory-usage" property to leveldb::DB::GetPropertyssid2015-12-092-0/+6
* Add leveldb::Cache::Prunetzik2015-12-091-0/+7
* Added leveldb::Status::IsInvalidArgument() method.cmumford2015-12-091-0/+3
* LevelDB now attempts to reuse the preceding MANIFEST and log file when re-ope...Sanjay Ghemawat2015-08-113-0/+27
* Fixed incorrect comment wording for Iterator::Seek.Chris Mumford2014-12-111-1/+1
* Release 1.18v1.18Chris Mumford2014-09-166-5/+30
* Release LevelDB 1.17v1.171.17Chris Mumford2014-05-012-2/+2
* Release LevelDB 1.16v1.16David Grogan2014-02-102-2/+1
* Release LevelDB 1.15v1.15David Grogan2013-12-102-2/+2
* Release LevelDB 1.14v1.14David Grogan2013-09-191-1/+1
* LevelDB 1.13v1.13David Grogan2013-08-211-1/+1
* Release leveldb 1.12v1.12David Grogan2013-06-181-1/+1
* Release leveldb 1.11v1.11David Grogan2013-06-131-1/+1
* Release leveldb 1.10v1.10David Grogan2013-05-141-1/+1
* Fix corruption bug found and analyzed by dhruba@gmail.comv1.9David Grogan2013-01-071-1/+1
* added utility to dump leveldb filesv1.8Sanjay Ghemawat2012-12-271-1/+1
* Small fixes.v1.7Sanjay Ghemawat2012-10-162-1/+7
* Update to leveldb 1.6v1.6David Grogan2012-10-123-1/+21
* update version number to 1.5v1.5Sanjay Ghemawat2012-05-301-1/+1
* Added bloom filter support.v1.4Sanjay Ghemawat2012-04-176-1/+124