summaryrefslogtreecommitdiff
path: root/proc.c
Commit message (Expand)AuthorAgeFilesLines
* proc: do not cancel script killing after writing headersSantiago Piccinini2020-06-031-2/+0
* uhttpd: Fix multiple format string problemsHauke Mehrtens2019-06-161-1/+2
* proc: expose HTTP Origin header in process environmentJo-Philipp Wich2018-04-241-0/+2
* Revert "proc: avoid stdio deadlocks"Jo-Philipp Wich2018-04-041-5/+1
* proc: avoid stdio deadlocksJo-Philipp Wich2018-01-251-1/+5
* proc: expose HTTP_AUTH_USER and HTTP_AUTH_PASSJo-Philipp Wich2017-07-021-1/+5
* proc: do not declare empty process variablesJo-Philipp Wich2017-07-021-1/+1
* cgi: Support passing X-HTTP-Method-Override header.Karl Palsson2015-08-171-1/+3
* proc: add HTTPS environment variableJo-Philipp Wich2015-05-301-0/+3
* relay: do forward data if the http request type was HEADFelix Fietkau2014-03-211-0/+3
* proc: consume all data after the pipe dies, instead of looping with 100% cpu ...Felix Fietkau2013-07-311-3/+2
* proc: call read notify after more write space is availableFelix Fietkau2013-01-221-0/+1
* implement support for script timeout for cgi/luaFelix Fietkau2013-01-191-0/+15
* relicense to ISCFelix Fietkau2013-01-131-12/+12
* fix cgi/lua header parsingFelix Fietkau2013-01-131-12/+12
* fix local/remote port env varsFelix Fietkau2013-01-131-0/+2
* 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-3/+3
* ensure the cgi postdata write pipe is closed for other processesFelix Fietkau2013-01-041-1/+5
* re-enable reads from the cgi pipe after enough data has been written to the c...Felix Fietkau2013-01-041-0/+11
* plug a memory leak in cgi processingFelix Fietkau2013-01-041-2/+3
* free cgi headersFelix Fietkau2013-01-041-0/+1
* use pipes instead of a socketpair, EOF handling is broken with socketsFelix Fietkau2013-01-031-52/+84
* implement proper flow control for relaying postdataFelix Fietkau2013-01-031-1/+17
* fix use-after-realloc issue with the request urlFelix Fietkau2013-01-031-1/+3
* add post data relayingFelix Fietkau2013-01-031-0/+36
* cleanup dispatch struct accessFelix Fietkau2013-01-031-7/+8
* add local/remote address env vars for cgiFelix Fietkau2013-01-021-4/+22
* parse status header code from cgi scriptsFelix Fietkau2013-01-021-0/+1
* fix typo in header name checkFelix Fietkau2013-01-011-1/+1
* add preliminary cgi support, needs fixing for close handlingFelix Fietkau2013-01-011-0/+241