summaryrefslogtreecommitdiff
path: root/image/image_cache.h
Commit message (Collapse)AuthorAgeFilesLines
* fix image cache summary information to properly use a format stringVincent Sanders2011-10-121-2/+49
| | | | | | | remove snprintf buffer overflow possibility fix the about:imagecache fetcher to contain the output formatting and use summary information formatting svn path=/trunk/netsurf/; revision=13039
* add about:imagecache some of teh implementation needs cleaning upVincent Sanders2011-10-101-1/+24
| | | | svn path=/trunk/netsurf/; revision=13030
* metadata links stored in contentsVincent Sanders2011-10-071-1/+1
| | | | | | browser uses metadata links for favicons svn path=/trunk/netsurf/; revision=12977
* make the image_cache cleaner less brain deadVincent Sanders2011-09-061-2/+19
| | | | svn path=/trunk/netsurf/; revision=12766
* 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