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 13 hours
ago. based on code collected
about 13 hours
ago.
Apr 28, 2024 — Apr 28, 2025
Showing page 43 of 46
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Added explanatory notes to documentation.
Keith Derrick
More...
about 13 years ago
Added explanatory notes to documentation.
Keith Derrick
More...
about 13 years ago
Fix some bugs with how buffer sizes were being calcuated in printbuf_memset and an off-by-one error in printbuf_memappend.
Eric Haszlakiewicz
More...
about 13 years ago
Fix some bugs with how buffer sizes were being calcuated in printbuf_memset and an off-by-one error in printbuf_memappend.
Eric Haszlakiewicz
More...
about 13 years ago
Remove the "#undef PRINTBUF_DEBUG" from printbuf.h so it can be more easily turned on in the Makefile.
Eric Haszlakiewicz
More...
about 13 years ago
Remove the "#undef PRINTBUF_DEBUG" from printbuf.h so it can be more easily turned on in the Makefile.
Eric Haszlakiewicz
More...
about 13 years ago
Add a printbuf_memset() function to provide an effecient way to set and append things like whitespace indentation.
Eric Haszlakiewicz
More...
about 13 years ago
Add a printbuf_memset() function to provide an effecient way to set and append things like whitespace indentation.
Eric Haszlakiewicz
More...
about 13 years ago
Direct people to send bug reports to the json-c google group.
Eric Haszlakiewicz
More...
about 13 years ago
Direct people to send bug reports to the json-c google group.
Eric Haszlakiewicz
More...
about 13 years ago
Remove a few more things in the distclean target to get rid of *all* generated files.
Eric Haszlakiewicz
More...
about 13 years ago
Remove a few more things in the distclean target to get rid of *all* generated files.
Eric Haszlakiewicz
More...
about 13 years ago
Fix a bug in json_tokener_parse_ex when re-using the same tokener to parse multiple objects. Now, json_tokener_reset() does not need to be called after a valid object is parsed.
Eric Haszlakiewicz
More...
about 13 years ago
Fix a bug in json_tokener_parse_ex when re-using the same tokener to parse multiple objects. Now, json_tokener_reset() does not need to be called after a valid object is parsed.
Eric Haszlakiewicz
More...
about 13 years ago
Split the json_tokener_parse tests off from test1 into their own test and add several more cases to check various incremental parsing situations.
Eric Haszlakiewicz
More...
about 13 years ago
Split the json_tokener_parse tests off from test1 into their own test and add several more cases to check various incremental parsing situations.
Eric Haszlakiewicz
More...
about 13 years ago
For the prototype for json_tokener_error_desc().
Eric Haszlakiewicz
More...
about 13 years ago
For the prototype for json_tokener_error_desc().
Eric Haszlakiewicz
More...
about 13 years ago
Mention json_type_to_name() in the docs for json_object_get_type().
Eric Haszlakiewicz
More...
about 13 years ago
Mention json_type_to_name() in the docs for json_object_get_type().
Eric Haszlakiewicz
More...
about 13 years ago
Define a LH_LOAD_FACTOR constant and note the range that it can be set to. Change the resize check from "count > size" to "count >= size" to avoid a potential infinite loop with high load factors and a full hash table.
Eric Haszlakiewicz
More...
about 13 years ago
Define a LH_LOAD_FACTOR constant and note the range that it can be set to. Change the resize check from "count > size" to "count >= size" to avoid a potential infinite loop with high load factors and a full hash table.
Eric Haszlakiewicz
More...
about 13 years ago
Adjust json_object_is_type and json_object_get_type so they return json_type_null for NULL objects.
Eric Haszlakiewicz
More...
about 13 years ago
Adjust json_object_is_type and json_object_get_type so they return json_type_null for NULL objects.
Eric Haszlakiewicz
More...
about 13 years ago
Merge pull request #16 from kdopen/master
Eric Haszlakiewicz
More...
about 13 years ago
Ignore several more files, include .o's, .lo's, etc...
Eric Haszlakiewicz
More...
about 13 years ago
Ignore several more files, include .o's, .lo's, etc...
Eric Haszlakiewicz
More...
about 13 years ago
Perform better error checking in json_tokener_parse_verbose and rewrite json_tokener_parse to use that instead of json_tokener_parse_ex. Fix a typo in the string represenations of the json_tokener_error_depth error (s/to deep/too deep/)
Eric Haszlakiewicz
More...
about 13 years ago
Perform better error checking in json_tokener_parse_verbose and rewrite json_tokener_parse to use that instead of json_tokener_parse_ex. Fix a typo in the string represenations of the json_tokener_error_depth error (s/to deep/too deep/)
Eric Haszlakiewicz
More...
about 13 years ago
Ignoring additional build products
Keith Derrick
More...
about 13 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