summaryrefslogtreecommitdiff
path: root/src/util/mmap_cache.h
AgeCommit message (Expand)AuthorFilesLines
2013-09-23mmap_cache: Use two chains for hash collision.Lukas Slebodnik1-8/+12
2013-08-19mmap_cache: Use better checks for corrupted mc in responderMichal Zidek1-2/+0
2013-08-19mmap_cache: Off by one error.Michal Zidek1-0/+3
2013-08-11mmap_cache: Check if slot and name_ptr are not invalid.Michal Zidek1-0/+3
2013-01-07memcache: make MC_PTR_TO_SLOT() more readablePavel Březina1-2/+1
2013-01-07memcache: add macro that validates record lengthPavel Březina1-0/+6
2012-12-20Carefully check records when forcibly invalidatingSimo Sorce1-2/+4
2012-03-19nsssrv: add handling of memory cache group mapSimo Sorce1-0/+10
2012-03-19util: Helper headers for shared memory cacheSimo Sorce1-0/+117