about summary refs log tree commit diff homepage
path: root/image.c (follow)
Commit message (Collapse)AuthorAge
* Factor out default pathsJune McEnroe2019-01-08
|
* Compress PNG data in imageJune McEnroe2019-01-07
| | | | kcgi never enables compression for FastCGI.
* madvise MADV_NOCORE in imageJune McEnroe2019-01-07
|
* Swallow writes after the connection is closedJune McEnroe2019-01-06
| | | | It was not okay.
* Handle KCGI_HUPJune McEnroe2019-01-06
| | | | | I hope it's okay that I keep writing to the fwopen stream after streamWrite returns -1.
* Use req.fieldmapJune McEnroe2019-01-06
|
* Add kcgi support to imageJune McEnroe2019-01-06
|
* Use png.h and config.mkJune McEnroe2018-11-29
|
* Refactor image.cJune McEnroe2018-10-11
|
* Add PNG rendererJune McEnroe2018-10-10