2
I Use This!
Low Activity

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 13 hours ago.
Apr 28, 2024 — Apr 28, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added explanatory notes to documentation. More... about 13 years ago
Added explanatory notes to documentation. 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. 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. More... about 13 years ago
Remove the "#undef PRINTBUF_DEBUG" from printbuf.h so it can be more easily turned on in the Makefile. More... about 13 years ago
Remove the "#undef PRINTBUF_DEBUG" from printbuf.h so it can be more easily turned on in the Makefile. More... about 13 years ago
Add a printbuf_memset() function to provide an effecient way to set and append things like whitespace indentation. More... about 13 years ago
Add a printbuf_memset() function to provide an effecient way to set and append things like whitespace indentation. More... about 13 years ago
Direct people to send bug reports to the json-c google group. More... about 13 years ago
Direct people to send bug reports to the json-c google group. More... about 13 years ago
Remove a few more things in the distclean target to get rid of *all* generated files. More... about 13 years ago
Remove a few more things in the distclean target to get rid of *all* generated files. 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. 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. 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. 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. More... about 13 years ago
For the prototype for json_tokener_error_desc(). More... about 13 years ago
For the prototype for json_tokener_error_desc(). More... about 13 years ago
Mention json_type_to_name() in the docs for json_object_get_type(). More... about 13 years ago
Mention json_type_to_name() in the docs for json_object_get_type(). 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. 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. More... about 13 years ago
Adjust json_object_is_type and json_object_get_type so they return json_type_null for NULL objects. More... about 13 years ago
Adjust json_object_is_type and json_object_get_type so they return json_type_null for NULL objects. More... about 13 years ago
Merge pull request #16 from kdopen/master More... about 13 years ago
Ignore several more files, include .o's, .lo's, etc... More... about 13 years ago
Ignore several more files, include .o's, .lo's, etc... 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/) 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/) More... about 13 years ago
Ignoring additional build products More... about 13 years ago