summaryrefslogtreecommitdiffstats
path: root/src/rgw/rgw_lua_background.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* test/rgw/lua: use stats polling instead of sleepYuval Lifshitz2024-10-071-3/+2
* rgw: fix spelling errorsJosh Soref2023-11-271-1/+1
* rgw/lua/doc: support reloading lua packages on all RGWsYuval Lifshitz2023-10-061-20/+22
* rgw/lua: allow metatable fields to be cachedYuval Lifshitz2023-08-091-15/+8
* rgw/lua: use an iterator to avoid infinite loops in case of multimapYuval Lifshitz2023-06-211-51/+10
* RGW - Zipper - Rename rgw::sal::Store to rgw::sal::DriverDaniel Gryniewicz2022-12-081-2/+2
* 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-1/+1
|/
* rgw/lua: make assignment of char* to std::string explicitYuval Lifshitz2022-07-211-1/+4
* rgw/lua: replace int64_t with "long long int" for the background tableyuval Lifshitz2022-06-091-3/+3
* rgw/lua: use constants for upvalue indexesyuval Lifshitz2022-06-091-8/+8
* rgw/lua: add atomic increment/decrement to RGW tableYuval Lifshitz2022-06-091-1/+27
* rgw/lua: support multiple types in lua background tableYuval Lifshitz2022-06-091-20/+142
* rgw: fix lua background crash on zone reloadYuval Lifshitz2022-05-131-13/+19
* rgw: add unit tests to background lua contextYuval Lifshitz2022-05-081-9/+9
* rgw: Lua scripting global map featureMatan Breizman2022-05-081-0/+73