summaryrefslogtreecommitdiff
path: root/proc.c
AgeCommit message (Expand)Author
2013-01-13relicense to ISCFelix Fietkau
2013-01-13fix cgi/lua header parsingFelix Fietkau
2013-01-13fix local/remote port env varsFelix 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-04ensure the cgi postdata write pipe is closed for other processesFelix Fietkau
2013-01-04re-enable reads from the cgi pipe after enough data has been written to the c...Felix Fietkau
2013-01-04plug a memory leak in cgi processingFelix Fietkau
2013-01-04free cgi headersFelix Fietkau
2013-01-03use pipes instead of a socketpair, EOF handling is broken with socketsFelix Fietkau
2013-01-03implement proper flow control for relaying postdataFelix Fietkau
2013-01-03fix use-after-realloc issue with the request urlFelix Fietkau
2013-01-03add post data relayingFelix Fietkau
2013-01-03cleanup dispatch struct accessFelix Fietkau
2013-01-02add local/remote address env vars for cgiFelix Fietkau
2013-01-02parse status header code from cgi scriptsFelix Fietkau
2013-01-01fix typo in header name checkFelix Fietkau
2013-01-01add preliminary cgi support, needs fixing for close handlingFelix Fietkau