openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
json-c
Settings
|
Report Duplicate
2
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Low Activity
Commits
: Listings
Analyzed
about 9 hours
ago. based on code collected
about 9 hours
ago.
Apr 28, 2024 — Apr 28, 2025
Showing page 45 of 46
Search / Filter on:
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.
Eric Haszlakiewicz
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.
Eric Haszlakiewicz
More...
almost 14 years ago
Add a dummy "NEWS" file to automake doesn't complain.
Eric Haszlakiewicz
More...
almost 14 years ago
readme updates
Jehiah Czebotar
More...
over 14 years ago
update json_object_new_string_len, json_escape_str (internal). Writer handles \x00 correctly
Jehiah Czebotar
More...
over 14 years ago
add json_tokener_parse_verbose, and return NULL on parser errors
Jehiah Czebotar
More...
over 14 years ago
set svn:ignore and .gitignore to skip intermediate build files
Jehiah Czebotar
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.
ehaszla
More...
over 14 years ago
* Fix file descriptor leak if memory allocation fails in json_util Zachary Blair, zack_blair at hotmail dot com
Michael Clark
More...
over 14 years ago
* Fix file descriptor leak if memory allocation fails in json_util Zachary Blair, zack_blair at hotmail dot com
Michael Clark
More...
over 14 years ago
Update executable properties
Michael Clark
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
Michael Clark
More...
over 14 years ago
* Make json_object_from_file take const char *filename Spotted by Vikram Raj V, vsagar at attinteractive dot com
Michael Clark
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
Michael Clark
More...
over 15 years ago
* Add handling of surrogate pairs
Brent Miller
More...
over 15 years ago
* Correct comment describing printbuf_memappend in printbuf.h
Brent Miller
More...
over 15 years ago
Add json-c.vcproj to EXTRA_DIST
Michael Clark
More...
over 15 years ago
Add mailing lists to README.html
Michael Clark
More...
over 15 years ago
Add note about autoconf README changes to ChangeLog
Michael Clark
More...
over 15 years ago
Add README.html, README-WIN32.html and config.h.win32 to EXTRA_DIST in Makefile.am
Christopher Watford
More...
over 15 years ago
Update version to 0.9
Christopher Watford
More...
over 15 years ago
Update changelog
Christopher Watford
More...
over 15 years ago
typo fix
Michael Clark
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
Michael Clark
More...
almost 16 years ago
Add const qualifier to the json_tokener_parse functions Eric Haszlakiewicz, EHASZLA at transunion dot com
Christopher Watford
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.
Christopher Watford
More...
almost 16 years ago
Disable REFCOUNT_DEBUG by default in json_object.c
Christopher Watford
More...
almost 16 years ago
Ooops. remove literal ^M (copy and paste problem)
Christopher Watford
More...
almost 16 years ago
Change note about CVS repository to point to subversion repos
Christopher Watford
More...
almost 16 years ago
update changelog for json_object_get_boolean fix
Michael Clark
More...
about 16 years ago
←
1
2
…
38
39
40
41
42
43
44
45
46
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree