Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-08-01 | doc: added doc for encode_skip_unsupported_value_types.HEAD2.1.0.14master | lijunlong | 1 | -0/+30 | |
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 | |
The kyne.com.au server seems to have moved to kyne.au | |||||
2024-06-11 | feature: Lua 5.3 + 5.4 integer support, with CI and conflicts fixed. | Hisham Muhammad | 15 | -73/+236 | |
Co-Authored-By: Hisham Muhammad <hisham@gobolinux.org> Co-authored-by: Mark Pulford <mark@kyne.com.au> Co-authored-by: ichenq <ichenq@gmail.com> Co-authored-by: Cloud Wu <cloudwu@gmail.com> Co-authored-by: caijietao <t0350.prog@gmail.com> Co-authored-by: actboy168 <actboy168@gmail.com> Co-authored-by: wudeng <wudeng256@gmail.com> Co-authored-by: caiyiheng <rangercyh@qq.com> | |||||
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 | |
* Fix integer overflows due to using wrong integer size. * Add assertions / panic when overflow still happens. Co-authored-by: Oran Agra <oran@redislabs.com> Co-authored-by: Yossi Gottlieb <yossigo@gmail.com> | |||||
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 | |
Co-authored-by: Jesper Lundgren <jesperlundgren@exosite.com> | |||||
2023-02-22 | feature: Add option to skip invalid value types. | lijunlong | 5 | -16/+79 | |
Co-authored-by: Jesper Lundgren <jesperlundgren@exosite.com> | |||||
2023-02-22 | optimization: add void to functions with no arguments to prevent compiler ↵ | lijunlong | 2 | -4/+4 | |
warning. | |||||
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 ↵ | Datong Sun | 1 | -1/+1 | |
light userdata address with masked address (#82) Since we used `json_lightudata_mask` when creating lightuserdata, same mask should be applied when comparing the return of `touserdata` Fixes #81. | |||||
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 ↵ | Johnny Wang | 1 | -3/+7 | |
bits and uninitialized variable. (#76) [dtoa.c:2453] -> [dtoa.c:2454]: (warning) Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 2453. [dtoa.c:2846]: (error) Uninitialized variable: bb [dtoa.c:2847]: (error) Uninitialized variable: bd [dtoa.c:2848]: (error) Uninitialized variable: bs [dtoa.c:2850]: (error) Uninitialized variable: delta | |||||
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 | |
* update luarocks action * apt-get update * run tests on pull request as well | |||||
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 | |