summaryrefslogtreecommitdiff
path: root/image/image_cache.c
Commit message (Expand)AuthorAgeFilesLines
* fix image cache summary information to properly use a format stringVincent Sanders2011-10-121-126/+152
* add about:imagecache some of teh implementation needs cleaning upVincent Sanders2011-10-101-0/+167
* metadata links stored in contentsVincent Sanders2011-10-071-9/+2
* 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