summaryrefslogtreecommitdiff
path: root/lua.c
Commit message (Expand)AuthorAgeFilesLines
* lua: support multiple Lua prefixesJo-Philipp Wich2018-08-231-14/+43
* lua: honour size argument in recv() functionJo-Philipp Wich2018-01-241-2/+4
* lua: ensure that PATH_INFO starts with a slashJo-Philipp Wich2016-10-251-0/+4
* lua: don't make uhttpd_plugin symbol constantJo-Philipp Wich2015-01-251-1/+1
* lua: fix error reporting when Lua handler cannot be compiledJo-Philipp Wich2014-09-031-1/+1
* lua: fix lua 5.2 compatibilityFelix Fietkau2013-11-161-1/+1
* lua: fix query string handling, the QUERY_STRING environment variable must no...Jo-Philipp Wich2013-03-181-1/+2
* add support for deferring script requests, limit maximum number of script cal...Felix Fietkau2013-01-191-0/+1
* relicense to ISCFelix Fietkau2013-01-131-13/+12
* de-constify the url parameter for the handler, it becomes invalid after the r...Felix Fietkau2013-01-061-2/+2
* add a c function for .send and .sendcFelix Fietkau2013-01-051-7/+17
* add header table for lua callsFelix Fietkau2013-01-051-0/+9
* add lua plugin supportFelix Fietkau2013-01-041-0/+280