summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Support Zstd compression level in Leveldbleveldb Team2023-04-201-0/+4
* Add support for Zstd-based compression in LevelDB.leveldb Team2023-03-281-1/+2
* Fixes for C++20 support.Peter Kasting2022-05-051-2/+0
* remove useless code in cache.hxindubawukong2022-01-061-8/+0
* Don't include C++ headers in extern CPaul Beusterien2021-03-031-4/+4
* Change version to 1.23.1.23Chris Mumford2021-02-231-1/+1
* Add some std:: qualifiers to types and functions.Victor Costan2020-04-291-1/+1
* Switch from C headers to C++ headers.Victor Costan2020-04-297-13/+11
* Add Env::Remove{File,Dir} which obsolete Env::Delete{File,Dir}.Victor Costan2020-01-091-21/+52
* unsigned char -> uint8_tVictor Costan2019-05-281-10/+10
* 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