lua: don't make uhttpd_plugin symbol constant
[project/uhttpd.git] / relay.c
2014-03-21 Felix Fietkaurelay: do forward data if the http request type was...
2013-06-01 Felix Fietkaurelay: cancel the timeout on free
2013-05-23 Felix Fietkaurelay: do not process headers after the first error
2013-05-23 Felix Fietkaurelay: fix close handling
2013-03-15 Felix Fietkaurelay: add a missing buffer availability check
2013-01-19 Felix Fietkaudo not relay empty chunks, they look like EOF in chunke...
2013-01-19 Felix Fietkauimplement support for script timeout for cgi/lua
2013-01-13 Felix Fietkaurelicense to ISC
2013-01-13 Felix Fietkaupoll ustream after the process dies to fix eof detection
2013-01-04 Felix Fietkaufix relay ustream initialization
2013-01-01 Felix Fietkauconsume the newline (overwritten with 0-byte) after...
2013-01-01 Felix Fietkaufix line length calculation
2013-01-01 Felix Fietkauadd preliminary cgi support, needs fixing for close...