summaryrefslogtreecommitdiff
path: root/src/function_lua.c
Commit message (Expand)AuthorAgeFilesLines
* Remove prototypes with empty declarations (#12020)Madelyn Olson2023-05-021-1/+1
* Add missing lua_pop in luaGetFromRegistry (#11097)sundb2022-08-141-0/+1
* Protect any table which is reachable from globals and added globals white list.meir2022-04-271-4/+6
* Protect globals of both evals scripts and functions.meir2022-04-271-64/+49
* Fix incorrect error code for eval scripts and fix test error checking (#10575)Madelyn Olson2022-04-141-1/+1
* Sort out the mess around Lua error messages and error stats (#10329)Meir Shpilraien (Spielrein)2022-02-271-10/+16
* Function Flags support (no-writes, no-cluster, allow-state, allow-oom) (#10066)Meir Shpilraien (Spielrein)2022-01-141-34/+200
* Redis Function Libraries (#10004)Meir Shpilraien (Spielrein)2022-01-061-14/+176
* Redis Functions - Added redis function unit and Lua enginemeir@redislabs.com2021-12-021-0/+183