about summary refs log tree commit diff stats
path: root/res/urimethodmap
diff options
context:
space:
mode:
authorbptato <nincsnevem662@gmail.com>2024-05-30 00:19:48 +0200
committerbptato <nincsnevem662@gmail.com>2024-06-20 17:50:22 +0200
commit60dc37269cd2dc8cdf23d9f77680f6af9490032f (patch)
tree9a72ba24daffa546f92704e7e06cf84fded2d89d /res/urimethodmap
parenta146a22b11cea39bc691417d9d9a1292b7177552 (diff)
downloadchawan-60dc37269cd2dc8cdf23d9f77680f6af9490032f.tar.gz
img, loader: separate out png codec into cgi, misc improvements
* multi-processed and sandboxed PNG decoding & encoding (through local
  CGI)
* improved request body passing (including support for output id as
  response body)
* simplified & faster blob()/text() - now every request starts
  suspended, and OngoingData.buf has been replaced with loader's
  buffering capability
* image caching: we no longer pull bitmaps from the container after
  every single getLines call

Next steps: replace our bespoke PNG decoder with something more usable,
add other decoders, and make them stream.
Diffstat (limited to 'res/urimethodmap')
-rw-r--r--res/urimethodmap1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/urimethodmap b/res/urimethodmap
index e711bed6..d11dab86 100644
--- a/res/urimethodmap
+++ b/res/urimethodmap
@@ -16,3 +16,4 @@ spartan:	cgi-bin:spartan
 man:		cgi-bin:man
 man-k:		cgi-bin:man
 man-l:		cgi-bin:man
+img-codec+png:	cgi-bin:png