summaryrefslogtreecommitdiff
path: root/util/cache.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #747 from zltl:patch-1Victor Costan2022-01-101-1/+1
|\
| * fix typo in comment of LRUHandleLiao Tonglang2019-10-221-1/+1
* | Add some std:: qualifiers to types and functions.Victor Costan2020-04-291-1/+1
* | Switch from C headers to C++ headers.Victor Costan2020-04-291-4/+5
|/
* Switch to using C++ 11 override specifier.Chris Mumford2019-05-091-10/+10
* Format all files IAW the Google C++ Style Guide.Chris Mumford2019-05-021-27/+21
* Initialize class members to default values in constructors.Chris Mumford2019-04-121-2/+1
* Replace NULL with nullptr in C++ files.costan2018-04-101-12/+12
* Extend thread safety annotations.costan2018-03-161-7/+9
* Remove handling for unused LRUHandle representation special case.costan2017-10-031-10/+7
* Fix use of uninitialized value in LRUHandle.cmumford2017-10-031-1/+4
* fix problems in LevelDB's caching codem3b2016-07-061-34/+84
* Add "approximate-memory-usage" property to leveldb::DB::GetPropertyssid2015-12-091-1/+12
* Add leveldb::Cache::Prunetzik2015-12-091-0/+19
* Release leveldb 1.10v1.10David Grogan2013-05-141-4/+1
* A number of fixes:Hans Wennborg2011-10-311-1/+1
* Sync with upstream @23860137.Hans Wennborg2011-09-121-1/+2
* Bugfix for issue 33; reduce lock contention in Get(), parallel benchmarks.gabor@google.com2011-08-221-55/+94
* @23023120dgrogan@chromium.org2011-08-061-1/+1
* Platform detection during build, plus compatibility patches for machines with...gabor@google.com2011-06-291-60/+93
* Update from upstream @21551990dgrogan@chromium.org2011-05-281-0/+2
* reverting disastrous MOE commit, returning to r21dgrogan@chromium.org2011-04-191-0/+253
* Revision created by MOE tool push_codebase.dgrogan@chromium.org2011-04-191-253/+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/+253