summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* build shared libraries; updated version to 1.3; add Status accessorsv1.3Sanjay Ghemawat2012-03-302-1/+8
* A number of fixes:Hans Wennborg2011-10-3111-11/+11
* A number of bugfixes:Gabor Cselle2011-10-053-18/+20
* Sync with upstream @23860137.Hans Wennborg2011-09-122-4/+4
* C binding for leveldb, better readseq benchmark for SQLite.gabor@google.com2011-08-052-0/+247
* Speed up Snappy uncompression, new Logger interface.gabor@google.com2011-07-212-9/+26
* Sun Studio support, and fix for test related memory fixes.gabor@google.com2011-07-192-2/+2
* Small tweaks and bugfixes for Issue 18 and 19.gabor@google.com2011-07-151-0/+2