You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Eric Hawicz f2b7d0b5cb
Merge pull request #611 from besser82/topic/besser82/json-c-0.12/CVE-2020-12762
5 years ago
doc/html Add doxygen-generated docs for the 0.12.1 release. 9 years ago
tests Fix CVE-2020-12762. 5 years ago
.gitignore Rename the "test_case" test to "test_charcase" to make it slightly less confusing. 11 years ago
AUTHORS Add Jehiah and myself to the list of authors. 14 years ago
Android.configure.mk Add an Android-friendly build system 13 years ago
COPYING Add my copyright. 13 years ago
ChangeLog Update release version to 0.12.1 and generate configure script. 9 years ago
Doxyfile Update release version to 0.12.1 and generate configure script. 9 years ago
INSTALL Add automake/autoconf generated files for the 0.12 release. 11 years ago
Makefile.am Update release version to 0.12.1 and generate configure script. 9 years ago
Makefile.am.inc Patch to address the following issues: 11 years ago
Makefile.in Update release version to 0.12.1 and generate configure script. 9 years ago
NEWS Add a dummy "NEWS" file to automake doesn't complain. 14 years ago
README Note a hack that's needed when building from the json-c-0.12 git branch (vs a release tarball) to prevent the dependency handling from trying to run automake. 7 years ago
README-WIN32.html strndup is gone, remove it from the README file. 12 years ago
README.html Update README files with pointers to new github repo and googlegroups mailing list 14 years ago
RELEASE_CHECKLIST.txt Update the ChangeLog with the changes for the 0.12 release. 11 years ago
aclocal.m4 Update release version to 0.12.1 and generate configure script. 9 years ago
arraylist.c Merge pull request #27 from OBI-1/master 13 years ago
arraylist.h Add new json_object_array_sort function 14 years ago
autogen.sh Default autogen.sh to not running configure, unless some command line options are specified. 13 years ago
bits.h add json_tokener_parse_verbose, and return NULL on parser errors 15 years ago
compile Add automake/autoconf generated files for the 0.12 release. 11 years ago
config.guess Add automake/autoconf generated files for the 0.12 release. 11 years ago
config.h.in Patch to address the following issues: 11 years ago
config.h.win32 Direct people to send bug reports to the json-c google group. 13 years ago
config.sub Add automake/autoconf generated files for the 0.12 release. 11 years ago
configure Update release version to 0.12.1 and generate configure script. 9 years ago
configure.ac Update release version to 0.12.1 and generate configure script. 9 years ago
debug.c Eliminate the deprecated mc_abort() function and MC_ABORT macro. 11 years ago
debug.h Eliminate the deprecated mc_abort() function and MC_ABORT macro. 11 years ago
depcomp Add automake/autoconf generated files for the 0.12 release. 11 years ago
install-sh Add automake/autoconf generated files for the 0.12 release. 11 years ago
json-c-uninstalled.pc.in Re-add the "json" pkg-config file as a compatibility shim. 13 years ago
json-c.pc.in Modify install names for library and include files 13 years ago
json-c.vcproj * printbuf.c - C. Watford (christopher dot watford at gmail dot com) 18 years ago
json.h Add a json_c_version.h header (included from json.h), and several macros and functions for retrieving the json-c version at compile-time and run-time. 12 years ago
json_c_version.c Add a json_c_version.h header (included from json.h), and several macros and functions for retrieving the json-c version at compile-time and run-time. 12 years ago
json_c_version.h Update release version to 0.12.1 and generate configure script. 9 years ago
json_config.h.in Include json_inttypes.h in json_object.h since we use types like int32_t in the API and some systems need that header to compile. 13 years ago
json_inttypes.h Fix the _MSC_VER check so it compiles on non-windows compilers. Issue#91 12 years ago
json_object.c added fallthrough for gcc7 8 years ago
json_object.h Fix uninitialised variable compile warning, and also fix unused-when-used warning 10 years ago
json_object_iterator.c Since we already use a local json_bool type, replace any stdbool.h usage with 13 years ago
json_object_iterator.h Issue #76: use old style comment to allow json_object_iterator.h to build in ansi mode. 12 years ago
json_object_private.h Add a json_set_serializer() function to allow the string output of a json_object to be customized. 13 years ago
json_tokener.c Adjust the "-Infinity" fix on the json-c-0.12 branch to match the master branch. 7 years ago
json_tokener.h Patch to address the following issues: 11 years ago
json_util.c Update json_util 12 years ago
json_util.h Update json_util 12 years ago
libjson.c Add an autoconf test to test whether the .section .gnu<warning> 13 years ago
linkhash.c Fix CVE-2020-12762. 5 years ago
linkhash.h Patch to address the following issues: 11 years ago
ltmain.sh Add automake/autoconf generated files for the 0.12 release. 11 years ago
math_compat.h Issue #103: allow Infinity and -Infinity to be parsed. 11 years ago
missing Add automake/autoconf generated files for the 0.12 release. 11 years ago
printbuf.c Fix CVE-2020-12762. 5 years ago
printbuf.h Remove the "#undef PRINTBUF_DEBUG" from printbuf.h so it can be more easily turned on in the Makefile. 13 years ago
random_seed.c Patch to address the following issues: 11 years ago
random_seed.h Patch to address the following issues: 11 years ago
test-driver Add automake/autoconf generated files for the 0.12 release. 11 years ago