summaryrefslogtreecommitdiffstats
path: root/src/rgw/rgw_lua_utils.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* rgw: fix spelling errorsJosh Soref2023-11-271-1/+1
* rgw/lua: add configurable memory limit for the lua stateYuval Lifshitz2023-08-061-7/+93
* rgw/lua: destroy iterator when table iteration completesYuval Lifshitz2023-06-251-4/+21
* rgw/lua: use an iterator to avoid infinite loops in case of multimapYuval Lifshitz2023-06-211-1/+2
* rgw/lua: add lib64 to the package search pathYuval Lifshitz2023-05-111-2/+2
* rgw/lua: allow read access to object dataYuval Lifshitz2022-08-211-1/+2
* Revert "rgw/lua: allow read access to object data"Casey Bodley2022-08-151-2/+1
* rgw/lua: allow read access to object dataYuval Lifshitz2022-08-041-1/+2
* rgw/lua: use constants for upvalue indexesyuval Lifshitz2022-06-091-1/+1
* rgw/lua: support packages via luarocksYuval Lifshitz2020-12-041-0/+32
* rgw: avoid using lua_ namespace.Patrick Donnelly2020-10-141-5/+0
* rgw: simplify Lua stack dump procedurePatrick Donnelly2020-10-141-22/+5
* rgw: simplify lua debug stack checkPatrick Donnelly2020-10-141-15/+4
* rgw/lua: run lua scripts in s3 requests contextYuval Lifshitz2020-10-121-0/+77