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 Haszlakiewicz 7d303478a4 Update the ChangeLog with recent changes, in preparation for a 0.16 release. 3 years ago
.github/ISSUE_TEMPLATE Update issue templates 3 years ago
apps Fix read past end of buffer 5 years ago
bench Fix typos 3 years ago
cmake Iesue #692: use arc4random() if it's available (in libc on BSD systems, and libbsd on Linux). 4 years ago
doc Adjusted URLs 3 years ago
fuzz Improve a bit the coverage of the fuzzer 3 years ago
tests Fix issue #764: adjust test_util_file to match new output (changed in 6e53347) 3 years ago
.clang-format Add AfterCaseLabel to .clang-format 4 years ago
.editorconfig Adjusted URLs 3 years ago
.gitignore json_pointer: allow the feature to be disabled 4 years ago
.travis.yml Switch the Travis build to use osx_image: xcode12.5, in an attempt to avoid timeouts with Homebrew. 4 years ago
AUTHORS Add new authors since the 0.15 release, tweak instructions for how to update that list. 3 years ago
Android.configure.mk Issue #369: note some useful settings when building for Android. 8 years ago
CMakeLists.txt Fix typos 3 years ago
COPYING Add my copyright. 13 years ago
ChangeLog Update the ChangeLog with recent changes, in preparation for a 0.16 release. 3 years ago
INSTALL Remove multiple trailing newlines at EOF. 5 years ago
NEWS Improving README 9 years ago
README Improving README 9 years ago
README.html Adjusted URLs 3 years ago
README.md Adjusted URLs 3 years ago
RELEASE_CHECKLIST.txt Add new authors since the 0.15 release, tweak instructions for how to update that list. 3 years ago
STYLE.txt Remove multiple trailing newlines at EOF. 5 years ago
appveyor.yml Put the most recent image first in appveyor builds. 3 years ago
arraylist.c Validate size arguments in arraylist functions. 5 years ago
arraylist.h Issue #709: adjust some include guards to be a bit more json-c specific. 4 years ago
cmake-configure Add a DISABLE_EXTRA_LIBS option to skip using libbsd, per @neheb's request on issue #692/commit 0f61f692. 4 years ago
debug.c clang-format the files 5 years ago
debug.h Issue #709: adjust some include guards to be a bit more json-c specific. 4 years ago
issues_closed_for_0.13.md Fix a number of things with the generated docs, including translating triple-backtick code blocks into a form doxygen understands. 5 years ago
issues_closed_for_0.14.md Fix a number of things with the generated docs, including translating triple-backtick code blocks into a form doxygen understands. 5 years ago
issues_closed_for_0.15.md Update AUTHORS, add issues_closed_for_0.15.md, tweak the release checklist slightly. 5 years ago
issues_closed_for_0.16.md Update the ChangeLog with recent changes, in preparation for a 0.16 release. 3 years ago
json-c.pc.in Improve pkgconfig setting 7 years ago
json-c.sym Update the master branch to version 0.15.99 5 years ago
json.h.cmakein json_pointer: allow the feature to be disabled 4 years ago
json_c_version.c clang-format the files 5 years ago
json_c_version.h To avoid target exe file export JSON functions. 4 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_config.h.win32 Updated config for vs2010/winsdk71 as well as vs2013 10 years ago
json_inttypes.h add uint64 data to json-c 5 years ago
json_object.c Merge pull request #758 from c3h2-ctf/context 3 years ago
json_object.h Adjusted URLs 3 years ago
json_object_iterator.c Add linkhash accessor functions (lh_table_head(), lh_entry_next(), etc...) to pave the way for making the lh_table and lh_entry structure opaque in the future. 3 years ago
json_object_iterator.h Add includes and split off json_types.h to help ensure that headers can be included in any order. 5 years ago
json_object_private.h In the json_tokener_state_number case, explicitly adjust what "number" characters are allowed based on the exact micro-state that we're in, and check for invalid following characters in a different way, to allow a valid json_type_number object to be returned at the top level. 5 years ago
json_pointer.c Eliminate use of ctype.h and replace isdigit() and tolower() with non-locale-sensitive approaches. 5 years ago
json_pointer.h clang-format the files 5 years ago
json_tokener.c Adjusted URLs 3 years ago
json_tokener.h Issue #642: improve docs for json_tokener.h and json_object_object_add(). 5 years ago
json_types.h To avoid target exe file export JSON functions. 4 years ago
json_util.c Fix error messages 3 years ago
json_util.h Fix incremental parsing of invalid numbers with exponents, such as "0e+-" and "12.3E12E12", while still allowing "0e+" in non-strict mode. 5 years ago
json_visit.c clang-format the files 5 years ago
json_visit.h Improved support for IBM operating systems 5 years ago
libjson.c clang-format the files 5 years ago
linkhash.c Fix typos in comments 3 years ago
linkhash.h Fix typos in code comments and ChangeLog 3 years ago
math_compat.h Revert part of PR#606 and use isnan/isinf again, but provide macro implementations of those in math_compat.h is needed, as it seems to be on AIX and IBM i systems. 5 years ago
printbuf.c Adjusted URLs 3 years ago
printbuf.h Adjusted URLs 3 years ago
random_seed.c Close file on error path. 3 years ago
random_seed.h Fix compiler warnings 6 years ago
snprintf_compat.h Issue #604: add check for __MINGW32__ in snprintf_compat.h 5 years ago
strdup_compat.h clang-format the files 5 years ago
strerror_override.c Properly format errnos in _json_c_strerror 5 years ago
strerror_override.h clang-format the files 5 years ago
strerror_override_private.h Add includes and split off json_types.h to help ensure that headers can be included in any order. 5 years ago
vasprintf_compat.h vasprintf(): avoid out of memory accesses 3 years ago