index
:
openwrt/uhttpd
bind-to-device
bind-to-device-21.02
bind-to-device-master
master
OpenWrt uhttpd
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
proc.c
Age
Commit message (
Expand
)
Author
2018-04-24
proc: expose HTTP Origin header in process environment
Jo-Philipp Wich
2018-04-04
Revert "proc: avoid stdio deadlocks"
Jo-Philipp Wich
2018-01-25
proc: avoid stdio deadlocks
Jo-Philipp Wich
2017-07-02
proc: expose HTTP_AUTH_USER and HTTP_AUTH_PASS
Jo-Philipp Wich
2017-07-02
proc: do not declare empty process variables
Jo-Philipp Wich
2015-08-17
cgi: Support passing X-HTTP-Method-Override header.
Karl Palsson
2015-05-30
proc: add HTTPS environment variable
Jo-Philipp Wich
2014-03-21
relay: do forward data if the http request type was HEAD
Felix Fietkau
2013-07-31
proc: consume all data after the pipe dies, instead of looping with 100% cpu ...
Felix Fietkau
2013-01-22
proc: call read notify after more write space is available
Felix Fietkau
2013-01-19
implement support for script timeout for cgi/lua
Felix Fietkau
2013-01-13
relicense to ISC
Felix Fietkau
2013-01-13
fix cgi/lua header parsing
Felix Fietkau
2013-01-13
fix local/remote port env vars
Felix Fietkau
2013-01-06
de-constify the url parameter for the handler, it becomes invalid after the r...
Felix Fietkau
2013-01-04
add lua plugin support
Felix Fietkau
2013-01-04
ensure the cgi postdata write pipe is closed for other processes
Felix Fietkau
2013-01-04
re-enable reads from the cgi pipe after enough data has been written to the c...
Felix Fietkau
2013-01-04
plug a memory leak in cgi processing
Felix Fietkau
2013-01-04
free cgi headers
Felix Fietkau
2013-01-03
use pipes instead of a socketpair, EOF handling is broken with sockets
Felix Fietkau
2013-01-03
implement proper flow control for relaying postdata
Felix Fietkau
2013-01-03
fix use-after-realloc issue with the request url
Felix Fietkau
2013-01-03
add post data relaying
Felix Fietkau
2013-01-03
cleanup dispatch struct access
Felix Fietkau
2013-01-02
add local/remote address env vars for cgi
Felix Fietkau
2013-01-02
parse status header code from cgi scripts
Felix Fietkau
2013-01-01
fix typo in header name check
Felix Fietkau
2013-01-01
add preliminary cgi support, needs fixing for close handling
Felix Fietkau