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
019-07-11 17:37:31 -0400'>2019-07-11Factor out clearJune McEnroe 2019-07-11Add bright option to shottyJune McEnroe 2019-07-11Output <b>, <i>, <u> in shottyJune McEnroe 2019-07-10Ignore SM and RMJune McEnroe 2019-07-09Add shotty man page and build itJune McEnroe 2019-07-09Add up -cJune McEnroe 2019-07-09Add options for default colors to shottyJune McEnroe 2019-07-08Use char literals consistentlyJune McEnroe