antirez / lua-cmsgpack

A self contained Lua MessagePack C implementation.
355 stars 118 forks source link

`cmsgpack.safe` module and some fixes #26

Closed moteus closed 9 years ago

moteus commented 11 years ago

Merge with https://github.com/puppi. (#16)

@puppi i update only lua_cmsgpack.c because i want minimum diff with current maseter.

Lua 5.2 compatibility.

Add. cmsgpack.safe module.

Fix. Some arrays do not detect as array.

Add .travis.yml file