| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed warnings | Aram Poghosyan | 2020-08-14 | 1 | -2/+2 |
* | Fix "may be used uninitialized" Release build failure | Marc | 2020-07-23 | 1 | -1/+1 |
* | Issue #641: Add a cast to void * to address some theoretically undefined prin... | Eric Haszlakiewicz | 2020-07-11 | 1 | -1/+1 |
* | Use constants referring to the signed integer types when setting SSIZE_T_MAX. | Eric Haszlakiewicz | 2020-07-01 | 1 | -3/+3 |
* | In the json_tokener_state_number case, explicitly adjust what "number" charac... | Eric Haszlakiewicz | 2020-06-29 | 1 | -1/+0 |
* | Add json_object_array_shrink() (and array_list_shrink()) and use it in json_t... | Eric Haszlakiewicz | 2020-06-20 | 1 | -1/+12 |
* | Reformat the json_object-split branch with clang-formatjson_object-split | Eric Haszlakiewicz | 2020-06-16 | 1 | -38/+31 |
* | Drop the _delete field from struct json_object and call the type-specific del... | Eric Haszlakiewicz | 2020-06-13 | 1 | -16/+30 |
* | Drop the useless "char data[1]" from struct json_object. Fix a typo in a com... | Eric Haszlakiewicz | 2020-06-13 | 1 | -1/+1 |
* | The split of json_object into type-specific sub-structures is now functionall... | Eric Haszlakiewicz | 2020-06-07 | 1 | -399/+75 |
* | More fixes for old MSVC builds. | Eric Haszlakiewicz | 2020-06-07 | 1 | -5/+5 |
* | Kick json_type_string out of struct json_object. | Eric Haszlakiewicz | 2020-06-07 | 1 | -91/+142 |
* | Kick json_type_int and json_type_double out of struct json_object. | Eric Haszlakiewicz | 2020-05-26 | 1 | -135/+170 |
* | Declare variables earlier, to appease Visual Studio 2010. | Eric Haszlakiewicz | 2020-05-25 | 1 | -3/+6 |
* | Kick json_type_boolean out of struct json_object. | Eric Haszlakiewicz | 2020-05-25 | 1 | -15/+36 |
* | Add some backwards compat for Visual Studio 2013. | Eric Haszlakiewicz | 2020-05-25 | 1 | -0/+5 |
* | Kick json_type_array out of struct json_object; re-enable the test_deep_copy ... | Eric Haszlakiewicz | 2020-05-25 | 1 | -28/+81 |
* | Start splitting struct json_object into multiple sub-types, as descibed at ht... | Eric Haszlakiewicz | 2020-05-25 | 1 | -49/+335 |
* | 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 |
|/ |
|