index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
rgw
/
rgw_lua_utils.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
rgw/rgw_lua_utils: free std::string
Rongqi Sun
2024-04-25
1
-2
/
+1
*
rgw: fix spelling errors
Josh Soref
2023-11-27
1
-1
/
+1
*
rgw/lua: allow metatable fields to be cached
Yuval Lifshitz
2023-08-09
1
-46
/
+91
*
rgw/lua: add configurable memory limit for the lua state
Yuval Lifshitz
2023-08-06
1
-18
/
+15
*
rgw/lua: destroy iterator when table iteration completes
Yuval Lifshitz
2023-06-25
1
-10
/
+47
*
rgw/lua: use an iterator to avoid infinite loops in case of multimap
Yuval Lifshitz
2023-06-21
1
-36
/
+149
*
rgw/lua: use lua_gettop instead of magic numbers
Yuval Lifshitz
2023-06-21
1
-4
/
+15
*
rgw/lua: allow read access to object data
Yuval Lifshitz
2022-08-21
1
-1
/
+2
*
Revert "rgw/lua: allow read access to object data"
Casey Bodley
2022-08-15
1
-2
/
+1
*
rgw/lua: allow read access to object data
Yuval Lifshitz
2022-08-04
1
-1
/
+2
*
rgw/lua: use constants for upvalue indexes
yuval Lifshitz
2022-06-09
1
-7
/
+13
*
rgw/lua: support multiple types in lua background table
Yuval Lifshitz
2022-06-09
1
-1
/
+3
*
rgw: add lua counters
Yuval Lifshitz
2022-05-08
1
-2
/
+12
*
rgw: Lua scripting global map feature
Matan Breizman
2022-05-08
1
-0
/
+99
*
rgw/rgw_lua*: return unknown field error using luaL_error()
Kefu Chai
2021-06-08
1
-2
/
+3
*
rgw/rgw_lua_utils: return error using luaL_error()
Kefu Chai
2021-06-08
1
-6
/
+3
*
Merge pull request #37924 from yuvalif/allow_packages_in_lua
Yuval Lifshitz
2020-12-17
1
-0
/
+20
|
\
|
*
rgw/lua: support packages via luarocks
Yuval Lifshitz
2020-12-04
1
-0
/
+20
*
|
rgw/lua: fixing incompatible declarations of CephContext
Ronen Friedman
2020-12-06
1
-1
/
+1
|
/
*
rgw/lua: allow setting metadata via lua
Yuval Lifshitz
2020-10-30
1
-3
/
+4
*
rgw: avoid using lua_ namespace.
Patrick Donnelly
2020-10-14
1
-3
/
+6
*
rgw: use more efficient lua_pushliteral
Patrick Donnelly
2020-10-14
1
-4
/
+4
*
rgw/lua: run lua scripts in s3 requests context
Yuval Lifshitz
2020-10-12
1
-0
/
+175