summaryrefslogtreecommitdiff
path: root/util/bloom_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove main() from most tests.Victor Costan2022-01-031-5/+0
* Add some std:: qualifiers to types and functions.Victor Costan2020-04-291-7/+8
* Internal change.leveldb Team2019-12-021-1/+1
* Switch testing harness to googletest.Victor Costan2019-11-211-7/+9
* Correct class/structure declaration order.Chris Mumford2019-05-031-5/+5
* Format all files IAW the Google C++ Style Guide.Chris Mumford2019-05-021-26/+20
* Fix size_t/int comparison/conversion issues in leveldb.pkasting2015-12-091-1/+2
* Release LevelDB 1.15v1.15David Grogan2013-12-101-1/+2
* Update to leveldb 1.6v1.6David Grogan2012-10-121-2/+3
* Added bloom filter support.v1.4Sanjay Ghemawat2012-04-171-0/+159