summaryrefslogtreecommitdiffstats
path: root/libs/utils/BlobCache.cpp
Commit message (Expand)AuthorAgeFilesLines
* move libs/utils to libutilsAlex Ray2013-08-021-362/+0
* Make Flattenable not virtual (libutils)Mathias Agopian2013-07-311-18/+2
* Fixed several 64-bit porting issuesAndrew Hsieh2013-07-301-2/+2
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2013-07-301-8/+8
* Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2013-07-301-2/+2
* BlobCache: implement cache serializationJamie Gennis2013-07-301-2/+138
* BlobCache: remove the mutex lockingJamie Gennis2013-07-301-2/+0
* Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2013-07-301-12/+12
* Use rand() for MinGWKenny Root2013-07-301-1/+13
* libutils: add a binary blob cache implementation.Jamie Gennis2013-07-301-0/+232