summaryrefslogtreecommitdiff
path: root/image/image_cache.h
Commit message (Collapse)AuthorAgeFilesLines
* Add Image cache and inegrate png and jpeg content handlersVincent Sanders2011-09-041-0/+101
Current periodic cache clean algorithm is poor and requires replacing with something suitable (probably a segregated LRU) The speculative load algorithm is likewise poor and only uses the image size to make a decision. svn path=/trunk/netsurf/; revision=12720