2
I Use This!
Low Activity

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 9 hours ago.
Apr 28, 2024 — Apr 28, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add a json_type_to_name() function which returns a string that describes the type. Useful for logging. More... almost 14 years ago
Fix a bug in json_object_get_int() where calling it on a string type object would always return 0, instead of the actual numerical value of the string. More... almost 14 years ago
Add a dummy "NEWS" file to automake doesn't complain. More... almost 14 years ago
readme updates More... over 14 years ago
update json_object_new_string_len, json_escape_str (internal). Writer handles \x00 correctly More... over 14 years ago
add json_tokener_parse_verbose, and return NULL on parser errors More... over 14 years ago
set svn:ignore and .gitignore to skip intermediate build files More... over 14 years ago
Simplify things by storing integer values only as int64_t's internally, and omit the range check during parsing since we already have the checks when accessing the value. There is no longer a json_type_int64, only json_type_int. Fix some problems with parsing 0 and -0 values, and add a couple of tests. Fix some minor compile issues on HPUX environments. More... over 14 years ago
* Fix file descriptor leak if memory allocation fails in json_util Zachary Blair, zack_blair at hotmail dot com More... over 14 years ago
* Fix file descriptor leak if memory allocation fails in json_util Zachary Blair, zack_blair at hotmail dot com More... over 14 years ago
Update executable properties More... over 14 years ago
* Add int64 support. Two new functions json_object_net_int64 and json_object_get_int64. Binary compatibility preserved. Eric Haszlakiewicz, EHASZLA at transunion com Rui Miguel Silva Seabra, rms at 1407 dot org More... over 14 years ago
* Make json_object_from_file take const char *filename Spotted by Vikram Raj V, vsagar at attinteractive dot com More... over 15 years ago
* Fix subtle bug in linkhash where lookup could hang after all slots were filled then successively freed. Spotted by Jean-Marc Naud, j dash m at newtraxtech dot com More... over 15 years ago
* Add handling of surrogate pairs More... over 15 years ago
* Correct comment describing printbuf_memappend in printbuf.h More... over 15 years ago
Add json-c.vcproj to EXTRA_DIST More... over 15 years ago
Add mailing lists to README.html More... over 15 years ago
Add note about autoconf README changes to ChangeLog More... over 15 years ago
Add README.html, README-WIN32.html and config.h.win32 to EXTRA_DIST in Makefile.am More... over 15 years ago
Update version to 0.9 More... over 15 years ago
Update changelog More... over 15 years ago
typo fix More... almost 16 years ago
* Rename min and max so we can never clash with C or C++ std library Ian Atha, thatha at yahoo-inc dot com More... almost 16 years ago
Add const qualifier to the json_tokener_parse functions Eric Haszlakiewicz, EHASZLA at transunion dot com More... almost 16 years ago
Erik Hovland (3): Fix any noticeable spelling or grammar errors. Make sure every va_start has a va_end. Check all pointers for validity. More... almost 16 years ago
Disable REFCOUNT_DEBUG by default in json_object.c More... almost 16 years ago
Ooops. remove literal ^M (copy and paste problem) More... almost 16 years ago
Change note about CVS repository to point to subversion repos More... almost 16 years ago
update changelog for json_object_get_boolean fix More... about 16 years ago