| Commit message (Expand) | Author | Age | Files | Lines |
* | Prevent truncation on custom double formatters. | Tobias Stoeckmann | 2020-05-16 | 1 | -1/+2 |
* | Revert part of PR#606 and use isnan/isinf again, but provide macro implementa... | Eric Haszlakiewicz | 2020-05-16 | 1 | -6/+1 |
* | Improved support for IBM operating systems | David McCann | 2020-05-14 | 1 | -1/+8 |
* | Re-do clang-format. | Eric Haszlakiewicz | 2020-04-18 | 1 | -1/+0 |
* | Make json_abort() internal to json_object.c | Eric Haszlakiewicz | 2020-04-18 | 1 | -0/+25 |
* | Enforce strict prototypes. | Björn Esser | 2020-04-13 | 1 | -1/+1 |
* | Clean trailing white-space. | Björn Esser | 2020-04-11 | 1 | -1/+1 |
* | Fix one more assert("!invalid cint_type") to use json_abort(...) instead. | Eric Haszlakiewicz | 2020-04-10 | 1 | -1/+1 |
* | clang-format the files | dota17 | 2020-04-03 | 1 | -479/+451 |
* | add the disabling formatting coments and adjust the partial code manuly | dota17 | 2020-04-03 | 1 | -20/+21 |
* | Changed order of calloc args to match stdlib | Robert | 2020-04-02 | 1 | -1/+1 |
* | add test cases | dota17 | 2020-03-31 | 1 | -1/+2 |
* | Fixes various Wreturn-type and Wimplicit-fallthrough errors on Mingw-w64 | Jehan | 2020-03-16 | 1 | -5/+5 |
* | Follow up the PR#542: improve assert() calls, simplify code in json_object_eq... | Eric Haszlakiewicz | 2020-03-02 | 1 | -21/+18 |
* | update json_object.c and testcase, delete json_object_uint_inc() | dota17 | 2020-02-28 | 1 | -48/+19 |
* | modify partial functions and testcase, in order to support automatic conversi... | dota17 | 2020-02-28 | 1 | -33/+79 |
* | modify the json_object, replace c_int64/c_uint64 with struct{union{int64, uin... | dota17 | 2020-02-27 | 1 | -66/+86 |
* | add uint64 data to json-c | dota17 | 2020-02-25 | 1 | -0/+95 |
* | Issue #539: use a internal-only serializer function in json_object_new_double... | Eric Haszlakiewicz | 2020-02-14 | 1 | -3/+16 |
* | Issue #539: reset the serializer when json_object_set_double() is called and ... | Eric Haszlakiewicz | 2020-02-13 | 1 | -0/+2 |
* | add json_object_new_null | dota17 | 2020-01-20 | 1 | -0/+5 |
* | Fix some Windows compile issues, add JSON_EXPORT's, fix bogus character escap... | Eric Haszlakiewicz | 2019-11-23 | 1 | -1/+1 |
* | Add an explicit cast to double to squash a -Wimplicit-int-float-conversion wa... | Eric Haszlakiewicz | 2019-08-12 | 1 | -1/+3 |
* | Issue #486: append a missing ".0" to negative double values too. | Eric Haszlakiewicz | 2019-05-28 | 1 | -3/+8 |
* | Merge pull request #453 from darjankrijan/master | Eric Haszlakiewicz | 2018-12-11 | 1 | -4/+4 |
|\ |
|
| * | Removed spaces after \n for arrays as well | Darjan Krijan | 2018-11-21 | 1 | -2/+2 |
| * | Fixed misalignment in JSON string due to space after \n being printed when ch... | Darjan Krijan | 2018-11-20 | 1 | -2/+2 |
* | | Merge pull request #454 from ramiropolla/json_object_private | Eric Haszlakiewicz | 2018-11-30 | 1 | -1/+1 |
|\ \ |
|
| * | | json_object_private: save 8 bytes in struct json_object in 64-bit architectures | Ramiro Polla | 2018-11-24 | 1 | -1/+1 |
| |/ |
|
* | | Merge pull request #461 from andy5995/issue_422 | Eric Haszlakiewicz | 2018-11-28 | 1 | -2/+9 |
|\ \ |
|
| * | | json_object.c:set errno in json_object_get_double() | andy5995 | 2018-11-26 | 1 | -2/+9 |
| |/ |
|
* | | json_object.h:document json_object_new_string_len() | andy5995 | 2018-11-27 | 1 | -1/+1 |
|/ |
|
* | Issue #407: fix incorrect casts in calls to ctype functions (isdigit and issp... | Eric Haszlakiewicz | 2018-03-25 | 1 | -1/+1 |
* | PR#394: fix breakage with VS build. | Eric Haszlakiewicz | 2017-12-24 | 1 | -1/+1 |
* | PR#394: don't always append the ".0" if the double value rounds to zero becau... | Eric Haszlakiewicz | 2017-12-24 | 1 | -27/+43 |
* | Remove the TRUE and FALSE defines. | Eric Haszlakiewicz | 2017-12-23 | 1 | -4/+4 |
* | json_object_private: Use unsigned 32-bit integer type for refcount | Björn Esser | 2017-12-17 | 1 | -0/+3 |
* | json_object: Avoid invalid free (and thus a segfault) when ref_count gets < 0 | Björn Esser | 2017-12-14 | 1 | -0/+5 |
* | Apply gcc's "const" attribute to the json_c_object_sizeof() function as an op... | Eric Haszlakiewicz | 2017-12-12 | 1 | -1/+1 |
* | json_object: Add size_t json_object_sizeof() | Björn Esser | 2017-12-11 | 1 | -0/+5 |
* | Make sure to include the "*" on function pointer arguments to avoid a warning... | Eric Haszlakiewicz | 2017-12-04 | 1 | -1/+1 |
* | Update json_object.c | ssrlive | 2017-12-04 | 1 | -2/+2 |
* | In json_object_deep_copy(), copy over _userdata, at least for json_type_strin... | Eric Haszlakiewicz | 2017-11-29 | 1 | -59/+122 |
* | Rename _set_last_err() to _json_c_set_last_err(). | Eric Haszlakiewicz | 2017-11-29 | 1 | -2/+2 |
* | Merge branch 'json_deep_copy' of https://github.com/commodo/json-c into commo... | Eric Haszlakiewicz | 2017-11-29 | 1 | -0/+103 |
|\ |
|
| * | json_object: implement json_object_deep_copy() | Alexandru Ardelean | 2017-11-27 | 1 | -0/+103 |
* | | Rename json_object_add_int() to json_object_int_inc() and eliminate the "int6... | Eric Haszlakiewicz | 2017-11-27 | 1 | -15/+1 |
|/ |
|
* | Add json_object_add_int functions | Juraj Vijtiuk | 2017-09-14 | 1 | -0/+26 |
* | Fix double to int cast overflow in json_object_get_int64. | Kurt Schwehr | 2017-09-11 | 1 | -0/+4 |
* | Add long long 64-bit check | Jason King | 2017-09-08 | 1 | -0/+4 |