summaryrefslogtreecommitdiff
path: root/cgi.c
AgeCommit message (Expand)Author
2016-10-25cgi: allow conf.cgi_docroot_path to be NULLJo-Philipp Wich
2015-03-28properly handle return codesJohn Crispin
2014-06-08cgi: add _GNU_SOURCE define to fix build error on muslFelix Fietkau
2014-03-22cgi: compare the physical path instead of the url to detect quirky urlsFelix Fietkau
2013-01-19add support for deferring script requests, limit maximum number of script cal...Felix Fietkau
2013-01-13relicense to ISCFelix Fietkau
2013-01-06de-constify the url parameter for the handler, it becomes invalid after the r...Felix Fietkau
2013-01-04add lua plugin supportFelix Fietkau
2013-01-03use pipes instead of a socketpair, EOF handling is broken with socketsFelix Fietkau
2013-01-02constify, fix typesFelix Fietkau
2013-01-01add preliminary cgi support, needs fixing for close handlingFelix Fietkau