summaryrefslogtreecommitdiff
path: root/util/cache_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove main() from most tests.Victor Costan2022-01-031-5/+0
* change const to constexprleveldb Team2020-04-281-1/+1
* Internal change.leveldb Team2019-12-021-1/+1
* Switch testing harness to googletest.Victor Costan2019-11-211-13/+16
* Correct class/structure declaration order.Chris Mumford2019-05-031-2/+2
* Format all files IAW the Google C++ Style Guide.Chris Mumford2019-05-021-26/+18
* Replace NULL with nullptr in C++ files.costan2018-04-101-2/+2
* Fix use of uninitialized value in LRUHandle.cmumford2017-10-031-0/+8
* fix problems in LevelDB's caching codem3b2016-07-061-1/+28
* Add leveldb::Cache::Prunetzik2015-12-091-0/+13
* A number of fixes:Hans Wennborg2011-10-311-1/+1
* Bugfix for issue 33; reduce lock contention in Get(), parallel benchmarks.gabor@google.com2011-08-221-11/+28
* reverting disastrous MOE commit, returning to r21dgrogan@chromium.org2011-04-191-0/+169
* Revision created by MOE tool push_codebase.dgrogan@chromium.org2011-04-191-169/+0
* chmod a-xdgrogan@chromium.org2011-04-181-0/+0
* @20602303. Default file permission is now 755.dgrogan@chromium.org2011-04-121-0/+0
* Move include files into a leveldb subdir.jorlow@chromium.org2011-03-301-1/+1
* Initial checkin.jorlow@chromium.org2011-03-181-0/+169