file: fix basic auth regression
[project/uhttpd.git] / lua.c
2016-10-25 Jo-Philipp Wichlua: ensure that PATH_INFO starts with a slash
2015-01-25 Jo-Philipp Wichlua: don't make uhttpd_plugin symbol constant
2014-09-03 Jo-Philipp Wichlua: fix error reporting when Lua handler cannot be...
2013-11-16 Felix Fietkaulua: fix lua 5.2 compatibility
2013-03-18 Jo-Philipp Wichlua: fix query string handling, the QUERY_STRING enviro...
2013-01-19 Felix Fietkauadd support for deferring script requests, limit maximu...
2013-01-13 Felix Fietkaurelicense to ISC
2013-01-05 Felix Fietkaude-constify the url parameter for the handler, it becom...
2013-01-05 Felix Fietkauadd a c function for .send and .sendc
2013-01-05 Felix Fietkauadd header table for lua calls
2013-01-04 Felix Fietkauadd lua plugin support