summaryrefslogtreecommitdiffstats
path: root/src/rgw/rgw_lua_background.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* common: cache pthread namesPatrick Donnelly2024-10-251-5/+1
* rgw: do not assert on thread name setting failuresYuval Lifshitz2024-06-131-3/+5
* rgw/lua/doc: support reloading lua packages on all RGWsYuval Lifshitz2023-10-061-12/+16
* rgw/lua: allow metatable fields to be cachedYuval Lifshitz2023-08-091-1/+4
* rgw/lua: add configurable memory limit for the lua stateYuval Lifshitz2023-08-061-7/+17
* RGW - Zipper - Rename rgw::sal::Store to rgw::sal::DriverDaniel Gryniewicz2022-12-081-4/+4
* rgw/lua: allow read access to object dataYuval Lifshitz2022-08-211-1/+1
* Revert "rgw/lua: allow read access to object data"Casey Bodley2022-08-151-1/+1
* Merge pull request #46550 from yuvalif/wip-yuval-lua-filterYuval Lifshitz2022-08-151-1/+1
|\
| * rgw/lua: allow read access to object dataYuval Lifshitz2022-08-041-1/+1
* | rgw/lua: don't create the script manager per requestyuval Lifshitz2022-08-071-4/+5
|/
* rgw/lua: replace int64_t with "long long int" for the background tableyuval Lifshitz2022-06-091-7/+7
* rgw/lua: use constants for upvalue indexesyuval Lifshitz2022-06-091-3/+3
* rgw/lua: add atomic increment/decrement to RGW tableYuval Lifshitz2022-06-091-0/+46
* rgw/lua: support multiple types in lua background tableYuval Lifshitz2022-06-091-7/+2
* rgw: fix lua background crash on zone reloadYuval Lifshitz2022-05-131-10/+69
* rgw: add lua countersYuval Lifshitz2022-05-081-1/+8
* rgw: add unit tests to background lua contextYuval Lifshitz2022-05-081-5/+22
* rgw: Lua scripting global map featureMatan Breizman2022-05-081-0/+56