summaryrefslogtreecommitdiff
path: root/image/image_cache.c
Commit message (Expand)AuthorAgeFilesLines
* fix divide by zero in stats reporting if the cache was never usedVincent Sanders2011-09-151-26/+45
* Make high level cache, low level cache and image cache all be initialised fro...Vincent Sanders2011-09-101-4/+8
* Use ISO rand() rather than BSD random() as it is more widely supported.Chris Young2011-09-071-1/+1
* move bitmap cache initialisation up a levelVincent Sanders2011-09-071-10/+30
* make the image_cache cleaner less brain deadVincent Sanders2011-09-061-57/+96
* Add more cache stats.Michael Drake2011-09-051-1/+32
* Count total number of images that were not rendered and log on exit.Michael Drake2011-09-051-0/+9
* Add Image cache and inegrate png and jpeg content handlersVincent Sanders2011-09-041-0/+471