summaryrefslogtreecommitdiff
path: root/src/sortedcache.c
Commit message (Expand)AuthorAgeFilesLines
* Attribute file cache refactorRussell Belfer2014-04-171-3/+2
* Add diff threading tests and attr file cache locksRussell Belfer2014-04-171-3/+2
* Convert pqueue to just be a git_vectorRussell Belfer2014-02-041-1/+1
* Fix sortedcache docs and other feedbackRussell Belfer2013-08-221-4/+4
* Trying to fix Win32 warningsRussell Belfer2013-08-221-1/+1
* A bit of item alignment paranoiaRussell Belfer2013-08-221-4/+7
* Convert sortedcache to use rwlockRussell Belfer2013-08-221-66/+89
* No need to lock newly created tgt in copyRussell Belfer2013-08-211-4/+0
* Fix warnings when compiling without threadsRussell Belfer2013-08-211-0/+2
* Add sortedcache APIs to lookup index and removeRussell Belfer2013-08-211-0/+59
* Add sorted cache data typeRussell Belfer2013-08-201-0/+297