summaryrefslogtreecommitdiff
path: root/cgi.c
Commit message (Expand)AuthorAgeFilesLines
* cgi: escape url in 403 error outputJo-Philipp Wich2018-11-281-1/+8
* cgi: allow conf.cgi_docroot_path to be NULLJo-Philipp Wich2016-10-251-1/+5
* properly handle return codesJohn Crispin2015-03-281-6/+6
* cgi: add _GNU_SOURCE define to fix build error on muslFelix Fietkau2014-06-081-0/+1
* cgi: compare the physical path instead of the url to detect quirky urlsFelix Fietkau2014-03-221-1/+1
* add support for deferring script requests, limit maximum number of script cal...Felix Fietkau2013-01-191-0/+1
* relicense to ISCFelix Fietkau2013-01-131-12/+12
* de-constify the url parameter for the handler, it becomes invalid after the r...Felix Fietkau2013-01-061-2/+2
* add lua plugin supportFelix Fietkau2013-01-041-2/+2
* use pipes instead of a socketpair, EOF handling is broken with socketsFelix Fietkau2013-01-031-4/+1
* constify, fix typesFelix Fietkau2013-01-021-1/+1
* add preliminary cgi support, needs fixing for close handlingFelix Fietkau2013-01-011-0/+115