file: explicitely cast st_mtime to uint64_t when generating ETag
[project/uhttpd.git] / cgi.c
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...