]> spindle.queued.net Git - midori/commit
Implement a primitive web cache extension (unstable)
authorChristian Dywan <christian@twotoasts.de>
Mon, 19 Oct 2009 21:50:50 +0000 (23:50 +0200)
committerChristian Dywan <christian@twotoasts.de>
Tue, 20 Oct 2009 14:04:58 +0000 (16:04 +0200)
commitda65b5d0c12c744a1194d5a88d5b364e144f17a3
treeb3925945047d4d0dd08551bee6175e07ea8959ed
parentd86e03a34ec08d2c6a0a42b280d087a99d36b5d1
Implement a primitive web cache extension (unstable)

Incoming files are cached and saved to disk, as well as looked up
when files are requested. Only images are considered at the moment
and there is no epxiration handling or updating at all. Plus
it crashes in certain cases.
extensions/web-cache.c [new file with mode: 0644]