summaryrefslogtreecommitdiffstats
path: root/src/rgw/rgw_lua_utils.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* rgw/rgw_lua_utils: free std::stringRongqi Sun2024-04-251-2/+1
* rgw: fix spelling errorsJosh Soref2023-11-271-1/+1
* rgw/lua: allow metatable fields to be cachedYuval Lifshitz2023-08-091-46/+91
* rgw/lua: add configurable memory limit for the lua stateYuval Lifshitz2023-08-061-18/+15
* rgw/lua: destroy iterator when table iteration completesYuval Lifshitz2023-06-251-10/+47
* rgw/lua: use an iterator to avoid infinite loops in case of multimapYuval Lifshitz2023-06-211-36/+149
* rgw/lua: use lua_gettop instead of magic numbersYuval Lifshitz2023-06-211-4/+15
* 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-7/+13
* rgw/lua: support multiple types in lua background tableYuval Lifshitz2022-06-091-1/+3
* rgw: add lua countersYuval Lifshitz2022-05-081-2/+12
* rgw: Lua scripting global map featureMatan Breizman2022-05-081-0/+99
* rgw/rgw_lua*: return unknown field error using luaL_error()Kefu Chai2021-06-081-2/+3
* rgw/rgw_lua_utils: return error using luaL_error()Kefu Chai2021-06-081-6/+3
* Merge pull request #37924 from yuvalif/allow_packages_in_luaYuval Lifshitz2020-12-171-0/+20
|\
| * rgw/lua: support packages via luarocksYuval Lifshitz2020-12-041-0/+20
* | rgw/lua: fixing incompatible declarations of CephContextRonen Friedman2020-12-061-1/+1
|/
* rgw/lua: allow setting metadata via luaYuval Lifshitz2020-10-301-3/+4
* rgw: avoid using lua_ namespace.Patrick Donnelly2020-10-141-3/+6
* rgw: use more efficient lua_pushliteralPatrick Donnelly2020-10-141-4/+4
* rgw/lua: run lua scripts in s3 requests contextYuval Lifshitz2020-10-121-0/+175