summaryrefslogtreecommitdiff
path: root/deps/lua/src/lua_cmsgpack.c
Commit message (Collapse)AuthorAgeFilesLines
* Lua cmsgpack lib updated to latest version.antirez2014-12-121-26/+27
| | | | | It fixes a bad bug that crashes the server in certain conditions as shown in issue #2210.
* Simplify lua_cmsgpack macro and fix build on old Linux distros.antirez2014-12-051-7/+1
| | | | Thanks to @badboy for the help in checking the build after the fix.
* Fix lua-cmsgpack 64 bit integer on 32 bit platformMatt Stancliff2014-11-251-14/+32
| | | | | | This syncs lua-cmsgpack with the mattsta/lua-cmsgpack upstream. Fixes #2161
* Lua: upgrade cmsgpack to 0.4.0Matt Stancliff2014-11-141-90/+305
| | | | | | | | Main reasons for upgrade: - Remove a warning when building Redis - Add multi pack/unpack - Improve memory usage and use Lua allocator properly - Fix some edge case encoding/decoding bugs
* fix lua_cmsgpack pack map as arrayyihuang2013-08-131-1/+1
|
* lua_cmsgpack.c addedantirez2012-02-241-0/+729