client: fix invalid data access through invalid content-length values
[project/uhttpd.git] / cgi.c
2018-11-28 Jo-Philipp Wichcgi: escape url in 403 error output
2016-10-25 Jo-Philipp Wichcgi: allow conf.cgi_docroot_path to be NULL
2015-03-28 John Crispinproperly handle return codes
2014-06-08 Felix Fietkaucgi: add _GNU_SOURCE define to fix build error on musl
2014-03-22 Felix Fietkaucgi: compare the physical path instead of the url to...
2013-01-19 Felix Fietkauadd support for deferring script requests, limit maximu...
2013-01-13 Felix Fietkaurelicense to ISC
2013-01-05 Felix Fietkaude-constify the url parameter for the handler, it becom...
2013-01-04 Felix Fietkauadd lua plugin support
2013-01-03 Felix Fietkauuse pipes instead of a socketpair, EOF handling is...
2013-01-02 Felix Fietkauconstify, fix types
2013-01-01 Felix Fietkauadd preliminary cgi support, needs fixing for close...