summaryrefslogtreecommitdiff
path: root/lua.c
AgeCommit message (Expand)Author
2018-08-23lua: support multiple Lua prefixesJo-Philipp Wich
2018-01-24lua: honour size argument in recv() functionJo-Philipp Wich
2016-10-25lua: ensure that PATH_INFO starts with a slashJo-Philipp Wich
2015-01-25lua: don't make uhttpd_plugin symbol constantJo-Philipp Wich
2014-09-03lua: fix error reporting when Lua handler cannot be compiledJo-Philipp Wich
2013-11-16lua: fix lua 5.2 compatibilityFelix Fietkau
2013-03-18lua: fix query string handling, the QUERY_STRING environment variable must no...Jo-Philipp Wich
2013-01-19add support for deferring script requests, limit maximum number of script cal...Felix Fietkau
2013-01-13relicense to ISCFelix Fietkau
2013-01-06de-constify the url parameter for the handler, it becomes invalid after the r...Felix Fietkau
2013-01-05add a c function for .send and .sendcFelix Fietkau
2013-01-05add header table for lua callsFelix Fietkau
2013-01-04add lua plugin supportFelix Fietkau