summaryrefslogtreecommitdiff
path: root/db/c.cc
Commit message (Expand)AuthorAgeFilesLines
* IWYU fixes in db/c.cc.Victor Costan2021-01-251-5/+8
* Add some std:: qualifiers to types and functions.Victor Costan2020-04-291-2/+2
* unsigned char -> uint8_tVictor Costan2019-05-281-17/+13
* Switch to using C++ 11 override specifier.Chris Mumford2019-05-091-11/+11
* Correct class/structure declaration order.Chris Mumford2019-05-031-15/+17
* Format all files IAW the Google C++ Style Guide.Chris Mumford2019-05-021-188/+137
* Expose WriteBatch::Append in the C API.costan2018-08-191-1/+6
* Replace NULL with nullptr in C++ files.costan2018-04-101-13/+13
* Expose Env::GetTempDirectory() for use in C test.costan2018-03-091-1/+12
* Add leveldb_options_set_max_file_size to the C API.cmumford2017-11-031-0/+4
* Small fixes.v1.7Sanjay Ghemawat2012-10-161-0/+10
* Update to leveldb 1.6v1.6David Grogan2012-10-121-0/+4
* Added bloom filter support.v1.4Sanjay Ghemawat2012-04-171-0/+110
* Bugfix for issue 33; reduce lock contention in Get(), parallel benchmarks.gabor@google.com2011-08-221-1/+2
* Bugfixes for iterator and documentation.gabor@google.com2011-08-161-4/+21
* C binding for leveldb, better readseq benchmark for SQLite.gabor@google.com2011-08-051-0/+453