]> granicus.if.org Git - json-c/history - json_object.c
Small update to README file
[json-c] / json_object.c
2022-07-31 Eric HawiczMerge pull request #757 from c3h2-ctf/big
2022-07-30 Eric HaszlakiewiczWhen serializing with JSON_C_TO_STRING_PRETTY set,...
2022-07-24 Eric HawiczMerge pull request #781 from dddaniel/master
2022-07-24 Daniel DanzbergerFix memory leak with emtpy strings in json_object_set_s...
2022-04-04 Eric HawiczMerge pull request #758 from c3h2-ctf/context
2022-03-31 Tobias StoeckmannPreserve context if out of memory
2022-03-25 Eric HaszlakiewiczRemove single quote from #error line. Fixes issue...
2022-03-23 Eric HawiczMerge pull request #760 from BonsaiYi/error
2022-03-21 BonsaYCode style removed unneeded double-quotes
2022-03-19 Eric HawiczMerge pull request #755 from c3h2-ctf/error
2022-03-19 Tobias StoeckmannFix error messages
2022-02-19 Eric HawiczMerge pull request #739 from rouault/avoid_unsigned_int...
2022-02-19 Eric HawiczMerge pull request #741 from rouault/json_type_to_name_...
2022-02-19 Eric HawiczMerge pull request #742 from rouault/json_object_copy_s...
2022-01-16 Even Rouaultjson_object_copy_serializer_data(): add assertion
2022-01-12 Even Rouaultjson_escape_str(): avoid harmless unsigned integer...
2021-11-30 Eric HaszlakiewiczAdd linkhash accessor functions (lh_table_head(), lh_en...
2021-11-30 Eric HaszlakiewiczDrop the REFCOUNT_DEBUG code, it hasn't been used in...
2021-11-12 Eric HawiczMerge pull request #732 from DiracResearch/fix/static_i...
2021-11-11 Robert BielikFix for clang ub sanitizer
2021-10-22 Eric HawiczMerge pull request #727 from jobol/propo2
2021-10-19 José BolloReally use prefix JSON_C_OBJECT_ADD_*
2021-07-25 Eric HaszlakiewiczMerge some old work to include (some of) PR #464 into...
2021-05-13 David McCannMerge branch 'json-c:master' into master
2021-02-06 Eric HawiczMerge pull request #694 from ihsinme/patch-1
2021-02-05 ihsinmeUpdate json_object.c
2020-08-24 Eric HawiczMerge pull request #665 from stoeckmann/tokener
2020-08-24 Eric HawiczMerge pull request #660 from stoeckmann/arraylist
2020-08-23 Eric HawiczMerge pull request #664 from stoeckmann/string
2020-08-22 Tobias StoeckmannCap string length at INT_MAX.
2020-08-22 Tobias StoeckmannAligned comment in _json_object_new_string
2020-08-14 Eric HawiczMerge pull request #656 from pogaram/fix-warnings
2020-08-14 Aram PoghosyanFixed warnings
2020-08-07 Eric HawiczMerge pull request #655 from MarcT512/issue654
2020-08-02 Eric HaszlakiewiczEliminate use of ctype.h and replace isdigit() and...
2020-08-02 Eric HaszlakiewiczMerge the is_ws_char() and is_hex_char() changes to...
2020-08-02 Eric HaszlakiewiczTake a hint from PR #464 and use json_object_new_string...
2020-07-24 Eric HawiczMerge pull request #648 from MarcT512/rbf
2020-07-23 MarcFix "may be used uninitialized" Release build failure
2020-07-11 Eric HaszlakiewiczIssue #641: Add a cast to void * to address some theore...
2020-07-04 Eric HawiczMerge pull request #639 from smcv/symbol-versions
2020-07-01 Eric HaszlakiewiczUse constants referring to the signed integer types...
2020-06-29 Eric HaszlakiewiczIn the json_tokener_state_number case, explicitly adjus...
2020-06-21 Eric HawiczMerge pull request #633 from dota17/issue616
2020-06-20 Eric HaszlakiewiczAdd json_object_array_shrink() (and array_list_shrink...
2020-06-20 Eric HawiczMerge pull request #632 from json-c/json_object-split
2020-06-16 Eric HaszlakiewiczReformat the json_object-split branch with clang-format json_object-split
2020-06-13 Eric HaszlakiewiczDrop the _delete field from struct json_object and...
2020-06-13 Eric HaszlakiewiczDrop the useless "char data[1]" from struct json_object...
2020-06-07 Eric HaszlakiewiczThe split of json_object into type-specific sub-structu...
2020-06-07 Eric HaszlakiewiczMore fixes for old MSVC builds.
2020-06-07 Eric HaszlakiewiczKick json_type_string out of struct json_object.
2020-05-26 Eric HaszlakiewiczKick json_type_int and json_type_double out of struct...
2020-05-25 Eric HaszlakiewiczDeclare variables earlier, to appease Visual Studio...
2020-05-25 Eric HaszlakiewiczKick json_type_boolean out of struct json_object.
2020-05-25 Eric HaszlakiewiczAdd some backwards compat for Visual Studio 2013.
2020-05-25 Eric HaszlakiewiczKick json_type_array out of struct json_object; re...
2020-05-25 Eric HaszlakiewiczStart splitting struct json_object into multiple sub...
2020-05-17 Eric HawiczMerge pull request #614 from stoeckmann/format
2020-05-16 Tobias StoeckmannPrevent truncation on custom double formatters.
2020-05-16 Eric HaszlakiewiczRevert part of PR#606 and use isnan/isinf again, but...
2020-05-16 Eric HawiczMerge pull request #606 from davidjmccann/master
2020-05-14 David McCannImproved support for IBM operating systems
2020-04-18 Eric HaszlakiewiczRe-do clang-format.
2020-04-18 Eric HaszlakiewiczMake json_abort() internal to json_object.c
2020-04-16 Eric HaszlakiewiczMerge pull request #524 from dota17/addTestCase_obj_token
2020-04-14 Eric HaszlakiewiczMerge pull request #527 from dota17/arraylist_test
2020-04-14 Eric HaszlakiewiczMerge pull request #579 from besser82/topic/besser82...
2020-04-13 Björn EsserEnforce strict prototypes.
2020-04-11 Eric HaszlakiewiczMerge pull request #576 from besser82/topic/besser82...
2020-04-11 Eric HaszlakiewiczMerge pull request #575 from besser82/topic/besser82...
2020-04-11 Björn EsserClean trailing white-space.
2020-04-10 Eric HaszlakiewiczFix one more assert("!invalid cint_type") to use json_a...
2020-04-03 Eric HaszlakiewiczMerge pull request #555 from dota17/chang_format_3
2020-04-03 dota17clang-format the files
2020-04-03 dota17add the disabling formatting coments and adjust the...
2020-04-03 Eric HaszlakiewiczMerge pull request #563 from robybeen/master
2020-04-02 RobertChanged order of calloc args to match stdlib
2020-04-02 Eric HaszlakiewiczMerge pull request #562 from dota17/testcase_add
2020-03-31 dota17add test cases
2020-03-28 ChenMerge pull request #541 from dota17/coveralls_final
2020-03-17 Eric HaszlakiewiczMerge pull request #556 from Jehan/wip/Jehan/fix-broken...
2020-03-16 JehanFixes various Wreturn-type and Wimplicit-fallthrough...
2020-03-11 Eric HaszlakiewiczMerge pull request #546 from dota17/make_unistall
2020-03-03 Eric HaszlakiewiczMerge pull request #547 from dota17/assert_test
2020-03-02 Eric HaszlakiewiczFollow up the PR#542: improve assert() calls, simplify...
2020-03-01 Eric HaszlakiewiczMerge pull request #542 from dota17/adduint64_final
2020-02-28 dota17update json_object.c and testcase, delete json_object_u...
2020-02-28 dota17modify partial functions and testcase, in order to...
2020-02-27 dota17modify the json_object, replace c_int64/c_uint64 with...
2020-02-25 dota17add uint64 data to json-c
2020-02-14 Eric HaszlakiewiczIssue #539: use a internal-only serializer function...
2020-02-13 Eric HaszlakiewiczIssue #539: reset the serializer when json_object_set_d...
2020-02-06 Eric HaszlakiewiczMerge pull request #531 from dota17/utf8test
2020-01-22 Eric HaszlakiewiczMerge pull request #536 from dota17/new_null
2020-01-20 dota17add json_object_new_null
2019-12-06 Eric HaszlakiewiczMerge pull request #501 from andy5995/iss_406-2
2019-11-24 Eric HaszlakiewiczFix some Windows compile issues, add JSON_EXPORT's...
2019-08-12 Eric HaszlakiewiczAdd an explicit cast to double to squash a -Wimplicit...
2019-05-31 Eric HaszlakiewiczMerge pull request #485 from myd7349/fix-cmake-module
next