SHA256
10
0
forked from pool/lua-cjson

Commit Graph

  • 5f717a405d Switch upstream from the dead one (http://www.kyne.com.au/~mark/software/lua-cjson.php) to https://github.com/openresty/lua-cjson Update 2.1.0.14: - doc: added doc for encode_skip_unsupported_value_types. Update 2.1.0.13: - Bugfix: Lua cjson integer overflow issues (CVE-2022-24834) (#94) Update 2.1.0.11: - add lua 5.4 to test suite Update to 2.1.0.9: - Support for Lua 5.2+ Update test suite to GitHub Actions. - Matrix for Lua 5.1, 5.2, 5.3, luajit master and luajit openresty branch, clang and gcc Update 2.1.0.8rc1: - feature: add option to disable forward slash escaping Update 2.1.0.7rc1: - feature: ported to the ARM64 platform by masking off the bits higher than 47-bit in the lightud. Update 2.1.0.6rc2: - bugfix: fixed the C compiler warning "SO C90 forbids mixed declarations and code" on older operating systems. Update 2.1.0.6rc1: - feature: set cjson.array_mt on decoded JSON arrays; this can be turned on via cjson.decode_array_with_array_mt(true). off by default. Update 2.1.0.5: - bugfix: conditionally build luaL_setfuncs() function as the latest LuaJIT v2.1 already includes it. fixes #21. Update 2.1.0.4: - travis-ci: added valgrind testing mode as well. Update 2.1.0.3rc2: - fixed the warning "inline function ‘fpconv_init’ declared but never defined" from gcc. Update 2.1.0.3rc1: - Makefile: removed the slash (/) after $(DESTDIR) so as to support empty DESTDIR and relative path values in the following variable. Update 2.1.0.3: - feature: now we allow up to 16 decimal places in JSON number encoding via cjson.encode_number_precision(); thanks lordnynex for the patch in #4. - Test cases for changing precision Update 2.1.0.2: - bugfix: the Makefile had a bug that overwrites existing cjson.so file in place which could cause already running nginx workers to crash. thanks ywsample for the report. Update 2.1.0.1: - feature: applied Jiale Zhi's patch to add the new config function encode_empty_table_as_object so that we can encode empty Lua tables into empty JSON arrays. main Matěj Cepl 2025-07-23 19:28:59 +02:00
  • 1ccba48da9 Accepting request 1061218 from devel:languages:lua factory Dominique Leuenberger 2023-01-27 09:16:09 +00:00
  • e42bbe37f9 Accepting request 1061144 from home:michals:branches:devel:languages:lua Matej Cepl 2023-01-26 14:01:32 +00:00
  • 869d21aa5c Accepting request 874721 from devel:languages:lua Richard Brown 2021-02-25 17:27:25 +00:00
  • a586ab7fd4 Accepting request 874720 from home:mcepl:work Matej Cepl 2021-02-23 21:58:41 +00:00