summaryrefslogtreecommitdiff
path: root/deps/lua/src/lua_cmsgpack.c
Commit message (Expand)AuthorAgeFilesLines
* Security: more cmsgpack fixes by @soloestoy.antirez2018-06-131-0/+7
* 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
* 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: upgrade cmsgpack to 0.4.0Matt Stancliff2014-11-141-90/+305
* fix lua_cmsgpack pack map as arrayyihuang2013-08-271-1/+1
* lua_cmsgpack.c addedantirez2012-02-241-0/+729