summaryrefslogtreecommitdiff
path: root/lua.c
AgeCommit message (Collapse)Author
2013-11-16lua: fix lua 5.2 compatibilityFelix Fietkau
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
2013-03-18lua: fix query string handling, the QUERY_STRING environment variable must ↵Jo-Philipp Wich
not contain the leading question mark
2013-01-19add support for deferring script requests, limit maximum number of script ↵Felix Fietkau
calls to 3, maximum number of connections to 100 Signed-off-by: Felix Fietkau <nbd@openwrt.org>
2013-01-13relicense to ISCFelix Fietkau
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
2013-01-06de-constify the url parameter for the handler, it becomes invalid after the ↵Felix Fietkau
request anyway
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