summaryrefslogtreecommitdiff
path: root/include/leveldb/options.h
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
* Switch from C headers to C++ headers.Victor Costan2020-04-291-1/+1
* Correct class/structure declaration order.Chris Mumford2019-05-031-7/+7
* Format all files IAW the Google C++ Style Guide.Chris Mumford2019-05-021-1/+2
* Inline defaults in options.costan2019-03-201-48/+20
* Replace NULL with nullptr in C++ files.costan2018-04-101-12/+12
* Add LEVELDB_EXPORT macro to export public symbols.cmumford2017-10-041-3/+4
* Add option for max file size. The currend hard-coded value of 2M is inefficie...corrado2016-09-281-0/+12
* LevelDB now attempts to reuse the preceding MANIFEST and log file when re-ope...Sanjay Ghemawat2015-08-111-0/+6
* Release 1.18v1.18Chris Mumford2014-09-161-1/+1
* Added bloom filter support.v1.4Sanjay Ghemawat2012-04-171-0/+8
* A number of fixes:Hans Wennborg2011-10-311-1/+1
* A number of bugfixes:Gabor Cselle2011-10-051-14/+1
* Speed up Snappy uncompression, new Logger interface.gabor@google.com2011-07-211-3/+3
* Sun Studio support, and fix for test related memory fixes.gabor@google.com2011-07-191-1/+1
* Small tweaks and bugfixes for Issue 18 and 19.gabor@google.com2011-07-151-0/+2
* @20776309dgrogan@chromium.org2011-04-201-11/+1
* reverting disastrous MOE commit, returning to r21dgrogan@chromium.org2011-04-191-0/+208
* Revision created by MOE tool push_codebase.dgrogan@chromium.org2011-04-191-208/+0
* chmod a-xdgrogan@chromium.org2011-04-181-0/+0
* @20602303. Default file permission is now 755.dgrogan@chromium.org2011-04-121-11/+16
* Fix last commitjorlow@chromium.org2011-03-301-0/+203