summaryrefslogtreecommitdiff
path: root/tests/threads/iterator.c
Commit message (Collapse)AuthorAgeFilesLines
* Some memory leak fixesRussell Belfer2014-04-171-2/+2
|
* Attribute file cache refactorRussell Belfer2014-04-171-0/+49
This is a big refactoring of the attribute file cache to be a bit simpler which in turn makes it easier to enforce a lock around any updates to the cache so that it can be used in a threaded env. Tons of changes to the attributes and ignores code.