aboutsummaryrefslogtreecommitdiff
path: root/src/tests/cachedel.cpp (follow)
AgeCommit message (Collapse)Author
3 daysFixed long standing double-free bug in the cache.Mike Buland
I guess we don't delete stuff very often.
4 daysTests are back, minor fixes.Mike Buland
There is a cache tracking bug exposed in cachedel test, it is unclear if this is a regression yet.
2024-08-27Making progress.Mike Buland
2014-07-22Deferred erase now works on cache entries. You can erase a cache entry whileMike Buland
it still has active references, and it will be safely cleaned up when the last reference is released.