aboutsummaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Reland changes accidentally reverted in 302786eVictor Hugo Vianna Silva2025-01-29
* Fix C++23 compilation errors in leveldbleveldb Team2025-01-24
* [jumbo] Add begin()/end() to Slice.Peter Kasting2024-08-08
* Support Zstd compression level in Leveldbleveldb Team2023-04-20
* Add support for Zstd-based compression in LevelDB.leveldb Team2023-03-28
* Fixes for C++20 support.Peter Kasting2022-05-05
* remove useless code in cache.hxindubawukong2022-01-06
* Don't include C++ headers in extern CPaul Beusterien2021-03-03
* Change version to 1.23.1.23Chris Mumford2021-02-23
* Add some std:: qualifiers to types and functions.Victor Costan2020-04-29
* Switch from C headers to C++ headers.Victor Costan2020-04-29
* Add Env::Remove{File,Dir} which obsolete Env::Delete{File,Dir}.Victor Costan2020-01-09
* unsigned char -> uint8_tVictor Costan2019-05-28
* Add argument definition for void c functions.allangj2019-05-05
* Style cleanup.Victor Costan2019-05-04
* Bump the version number from 1.21 to 1.22.1.22Chris Mumford2019-05-03
* Correct class/structure declaration order.Chris Mumford2019-05-03
* Format all files IAW the Google C++ Style Guide.Chris Mumford2019-05-02
* [leveldb] Specifically export the WriteBatch::Handler inner class for Windows...leveldb Team2019-04-23
* Merge pull request #472 from zhoudayang:patch-1Chris Mumford2019-04-12
|\
| * fix comment周炀2017-05-22
* | Update the version to 1.21 in preparation for a new release.1.21Chris Mumford2019-03-29
* | Inline defaults in options.costan2019-03-20
* | Added native support for Windows.cmumford2019-03-01
* | leveldb: Make WriteBatch::ApproximateSize() const.costan2019-01-15
* | Clarify comments for leveldb::Env file reading methods.costan2018-09-04
* | Expose WriteBatch::Append in the C API.costan2018-08-19
* | Expose WriteBatch::Append().costan2018-08-14
* | Clean up Iterator.costan2018-06-04
* | Add move constructor to Status.costan2018-04-23
* | Replace NULL with nullptr in C++ files.costan2018-04-10
* | leveldb: Require C++11.costan2018-03-21
* | Add CMake build support.costan2018-03-16
* | Remove extern from function declarations.costan2018-03-12
* | Expose Env::GetTempDirectory() for use in C test.costan2018-03-09
* | Add leveldb_options_set_max_file_size to the C API.cmumford2017-11-03
* | leveldb::DestroyDB will now delete empty directories.cmumford2017-11-03
* | Add LEVELDB_EXPORT macro to export public symbols.cmumford2017-10-04
* | leveldb: Report missing CURRENT manifest file as database corruption.costan2017-07-10
* | LevelDB: Add WriteBatch::ApproximateSize().costan2017-07-10
|/
* Increase leveldb version to 1.20.v1.20costan2017-03-01
* Add option for max file size. The currend hard-coded value of 2M is inefficie...corrado2016-09-28
* Increase leveldb version to 1.19.v1.19cmumford2016-08-11
* Add "approximate-memory-usage" property to leveldb::DB::GetPropertyssid2015-12-09
* Add leveldb::Cache::Prunetzik2015-12-09
* Added leveldb::Status::IsInvalidArgument() method.cmumford2015-12-09
* LevelDB now attempts to reuse the preceding MANIFEST and log file when re-ope...Sanjay Ghemawat2015-08-11
* Fixed incorrect comment wording for Iterator::Seek.Chris Mumford2014-12-11
* Release 1.18v1.18Chris Mumford2014-09-16
* Release LevelDB 1.17v1.17Chris Mumford2014-05-01