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