aboutsummaryrefslogtreecommitdiff
path: root/devel (unfollow)
Commit message (Expand)AuthorFilesLines
2024-08-01doc: add comment for dtoa.c.lijunlong1-0/+4
2024-06-21doc: update location of cjson documentation.James Hudson1-1/+1
2024-06-11feature: Lua 5.3 + 5.4 integer support, with CI and conflicts fixed.Hisham Muhammad15-73/+236
2024-03-01bugfix: bus error or SIGSEGV caused by encode not keep buffer.hyw08101-0/+4
2023-07-20Bugfix: Lua cjson integer overflow issues (CVE-2022-24834) (#94)2.1.0.13lijunlong4-112/+55
2023-02-22bumped version to 2.1.0.12.2.1.0.12lijunlong1-0/+0
2023-02-22Add updated netlib dtoa.c from https://netlib.sandia.gov/fp/dtoa.c lijunlong6-514/+2389
2023-02-22feature: Add option to skip invalid value types. lijunlong5-16/+79
2023-02-22optimization: add void to functions with no arguments to prevent compiler war...lijunlong2-4/+4
2023-01-19bumped version to 2.1.0.11. (#86)Johnny Wang3-4/+4
2022-10-17add lua 5.4 to test suite2.1.0.11leaf corcoran1-1/+1
2022-01-13bugfix: empty_array can not work on Apple because csjon did not compare light...Datong Sun1-1/+1
2022-01-09bugfix: windows luarocks make doesn't export cjson.safe.momoterraw1-0/+3
2021-12-10bumped version to 2.1.0.10. (#79)2.1.0.10rc12.1.0.10Johnny Wang3-4/+4
2021-10-19bugfix: fixed bugs suspected by cppcheck: shift signed 32-bit value by 31 bit...Johnny Wang1-3/+7
2021-10-18bugfix: fixed a possible division by zero bugs found by cppcheck. (#75)Johnny Wang1-1/+1
2021-09-23doc: minor tweak in README.md (#71)ali-ghazi781-1/+1
2021-07-08travis-ci: remove clang compiler mode from travis to save credits. (#72)Johnny Wang1-1/+0
2021-02-15bump version to 2.1.0.92.1.0.9leaf corcoran3-4/+4
2021-01-08Update CI (#68)leaf1-2/+3
2020-07-09added -g by default.Yichun Zhang (agentzh)1-1/+1
2020-04-25write sort_json, use it on perl tests to prevent hash table ordering failuresleaf corcoran2-5/+69
2020-04-25run with gcc and clangleaf corcoran1-1/+9
2020-04-25ignore dtoa.c for cppcheck, don't share lua headers (breaks due to define)leaf corcoran1-1/+1
2020-04-25bring cppcheck backleaf corcoran1-1/+4
2020-04-25attempt to run openresty perl testsleaf corcoran2-3/+16
2020-04-25cmake doesn't support finding luajit, so skip itleaf corcoran2-12/+20
2020-04-25attempting to fix luajit cmake buildleaf corcoran1-1/+1
2020-04-25use different header path for luajit make buildsleaf corcoran1-1/+6
2020-04-25support error message testing for modern versions of lualeaf corcoran1-12/+56
2020-04-25add one_of testing to avoid hash table ordering causing test to failleaf corcoran2-3/+33
2020-04-25make tests fail when they failleaf corcoran1-2/+2
2020-04-25tell cmake where lua isleaf corcoran1-1/+1
2020-04-25use local lua for makefile buildleaf corcoran2-2/+2
2020-04-25build after tests, so tests can do their own build testleaf corcoran1-3/+4
2020-04-25fail if tests are blockedleaf corcoran1-1/+1