summaryrefslogtreecommitdiff
path: root/deps/lua
Commit message (Expand)AuthorAgeFilesLines
* Fix Lua compile warning on GCC 12.1 (#11115)Ozan Tezcan2022-08-141-1/+1
* Fix Lua compile warning (#10805)Ozan Tezcan2022-06-011-1/+2
* Protect any table which is reachable from globals and added globals white list.meir2022-04-272-0/+9
* Added support for Lua readonly tables.meir2022-04-276-2/+21
* Fix Lua C API violation on lua msgpack lib. (#9832)Meir Shpilraien (Spielrein)2021-11-281-0/+1
* Lua: Use all characters to calculate string hash (#9449)Kamil Cudnik2021-09-091-1/+1
* Fix compilation warnings in Lua and jemalloc dependencies (#7785)YoongHM2020-09-293-3/+3
* Backport Lua 5.2.2 stack overflow fix. (#7733)Yossi Gottlieb2020-08-311-1/+1
* [FIX] revisit CVE-2015-8080 vulnerabilitySeunghoon Woo2020-02-101-4/+6
* Security: fix Lua struct package offset handling.antirez2018-06-131-2/+6
* Security: more cmsgpack fixes by @soloestoy.antirez2018-06-131-0/+7
* Security: update Lua struct package for security.antirez2018-06-131-23/+23
* Security: fix Lua cmsgpack library stack overflow.antirez2018-06-131-0/+3
* Remove Lua state reference from buffers in lua_cmsgpack.antirez2016-02-101-28/+25
* cmsgpack: pass correct osize values to lua allocator, update correct buf free...yoav@monfort.co.il2016-02-071-4/+4
* lua_struct.c/getnum: throw error if overflow happenSun He2015-12-131-4/+6
* disable loading lua bytecodeBen Murphy2015-06-031-1/+1
* Scripting: Lua cmsgpack lib updated to include str8 supportantirez2015-06-031-29/+42
* Lua cmsgpack lib updated to latest version.antirez2014-12-121-26/+27
* Simplify lua_cmsgpack macro and fix build on old Linux distros.antirez2014-12-051-7/+1
* Fix lua-cmsgpack 64 bit integer on 32 bit platformMatt Stancliff2014-11-241-14/+32
* lua_cjson.c Lua includes: angled -> quoted.antirez2014-11-141-2/+2
* Merge remote-tracking branch 'origin/unstable' into unstableantirez2014-11-142-1/+191
|\
| * Lua: Add bitopMatt Stancliff2014-10-092-1/+191
* | Lua: upgrade cmsgpack to 0.4.0Matt Stancliff2014-11-141-90/+305
* | Lua: remove new warning added by cjson headerMatt Stancliff2014-11-141-1/+1
* | Lua: Use Redis solaris compatability for cjson tooMatt Stancliff2014-11-141-0/+2
* | Lua: Upgrade cjson to 2.1.0 (2012-03-01)Matt Stancliff2014-11-146-309/+674
|/
* fix lua_cmsgpack pack map as arrayyihuang2013-08-271-1/+1
* Lua updated to version 5.1.5.antirez2013-04-2922-136/+194
* Inherit CC for LuaJohan Bergström2013-03-161-1/+1
* Lua struct library updated to version 0.2.antirez2013-01-231-52/+119
* lua_cmsgpack.c addedantirez2012-02-241-0/+729
* Lua_cmsgpack added to Redis scripting.antirez2012-02-241-1/+1
* added lua struct c extensionlsbardel2012-02-132-1/+355
* 32bit build fixed, broken by a previous commit fixing build on Solarisantirez2011-11-082-5/+5
* Lua cjson include paths now use the local includes.antirez2011-10-191-2/+2
* JSON support for Lua scripting, based on work from @lp, thanks!. We are using...antirez2011-10-194-2/+1694
* makefile adapted to link against lua lib and to pass the 32bit flag to Lua bu...antirez2011-05-25103-0/+28459