summaryrefslogtreecommitdiff
path: root/include/leveldb/c.h
Commit message (Expand)AuthorAgeFilesLines
* Don't include C++ headers in extern CPaul Beusterien2021-03-031-4/+4
* unsigned char -> uint8_tVictor Costan2019-05-281-10/+10
* Add argument definition for void c functions.allangj2019-05-051-7/+7
* Format all files IAW the Google C++ Style Guide.Chris Mumford2019-05-021-22/+20
* Expose WriteBatch::Append in the C API.costan2018-08-191-1/+3
* 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
* Add LEVELDB_EXPORT macro to export public symbols.cmumford2017-10-041-145/+120
* Release LevelDB 1.16v1.16David Grogan2014-02-101-1/+0
* Small fixes.v1.7Sanjay Ghemawat2012-10-161-0/+6
* Update to leveldb 1.6v1.6David Grogan2012-10-121-0/+10
* Added bloom filter support.v1.4Sanjay Ghemawat2012-04-171-0/+29
* C binding for leveldb, better readseq benchmark for SQLite.gabor@google.com2011-08-051-0/+246