summaryrefslogtreecommitdiff
path: root/libs/utils/BlobCache.cpp
AgeCommit message (Expand)Author
2012-01-19Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) Steve Block
2012-01-19Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) Steve Block
2012-01-19Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) Steve Block
2011-10-31BlobCache: implement cache serialization Jamie Gennis
2011-10-31BlobCache: remove the mutex locking Jamie Gennis
2011-06-15Use rand() for MinGW Kenny Root
2011-05-17libutils: add a binary blob cache implementation. Jamie Gennis