Lua CJSON 2.1.0 released
Thu, 1 Mar 2012
Lua CJSON 2.1.0 has been released with the following changes:
- Added cjson.safe module interface which returns nil after an error (instead of throwing an exception)
- Improved Makefile compatibility with Solaris make
Safelock locking primitive
Wed, 29 Feb 2012
Safelock is a file-based locking primitive which provides mutual exclusion between unrelated processes and threads.
Safelock offers advantages over POSIX and BSD file locks such as:
- Compatibility with multi-threaded applications
- Support for lock attempt timeouts
- Detection of crashed lock holders
- Detailed lock status (PID, lock age, custom data)
The source and documentation are available on Github.
Lua CJSON 2.0.0 released
Sun, 22 Jan 2012
Lua CJSON 2.0.0 has been released with numerous improvements, including:
- Lua 5.2 support
- Performance and portability enhancements
Lua CJSON 1.0.4 released
Tue, 29 Nov 2011
Lua CJSON 1.0.4 is now available. It contains a fix for numeric conversion under locales with a comma decimal separator (cs_CZ, de_DE,..).