1125 Commits (ba181548bca566d320899f7b78e5b753c0dba611)
 

Author SHA1 Message Date
  Frederik Deweerdt db050901fa json_tokener_parse(): avoid possible NULL deref 13 years ago
  Eric Haszlakiewicz 393085a4ba Merge pull request #7 from federicoculloca/master 14 years ago
  Eric Haszlakiewicz fc3d2114a6 Merge pull request #8 from mstorsjo/mingw 14 years ago
  Martin Storsjo a577ba376f Add -no-undefined to the libtool flags 14 years ago
  Federico Culloca 7ec34c9b39 Added capitalized charaters to json_hex_chars 14 years ago
  Eric Haszlakiewicz fbae8ad0ad Merge pull request #4 from deweerdt/master 14 years ago
  Frederik Deweerdt c43871c866 Add new json_object_array_sort function 14 years ago
  Eric Haszlakiewicz a8ffbe97b0 Add an initial (incomplete) release checklist. 14 years ago
  Eric Haszlakiewicz 06e52abedb Add Jehiah and myself to the list of authors. 14 years ago
  Michael Clark e6c76dab66 Update README files with pointers to new github repo and googlegroups mailing list 14 years ago
  Jehiah Czebotar 276123efe0 handle NULL passed to json_objct_object_get 14 years ago
  Jehiah Czebotar 43d2f417c7 move definition of json_object_iter to public header to enable external use of json_object_object_foreachC 14 years ago
  Eric Haszlakiewicz 1910225b7c Set the svn:executable property so running the test_null test works properly. 14 years ago
  Eric Haszlakiewicz a37ddcff2d Note the json-c home page in the README file. 14 years ago
  Eric Haszlakiewicz 20707f4e14 Note a few recent changes in the ChangeLog. 14 years ago
  Eric Haszlakiewicz 7a593a0fa7 Bump up the libtool library version to "1:0:1" (aka libjson.0.1.0) since the API has been extended, but is still backwards compatible.. 14 years ago
  Eric Haszlakiewicz 0354e19c31 Bump the version to 0.10, since that's what we were at. 14 years ago
  Eric Haszlakiewicz 41e67d0f6f Add a test_cast test case. This checks that the casting that is implied when calling the various json_object_get_FOO() functions on a differently typed object works correctly. 14 years ago
  Eric Haszlakiewicz 886c4fbebf Add a json_type_to_name() function which returns a string that describes the type. Useful for logging. 14 years ago
  Eric Haszlakiewicz e2e16011f0 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. 14 years ago
  Eric Haszlakiewicz d1342d6f2d Add a dummy "NEWS" file to automake doesn't complain. 14 years ago
  Jehiah Czebotar c096f5a7d7 readme updates 14 years ago
  Jehiah Czebotar ac601b5b5f update json_object_new_string_len, json_escape_str (internal). Writer handles \x00 correctly 14 years ago
  Jehiah Czebotar a503ee8217 add json_tokener_parse_verbose, and return NULL on parser errors 15 years ago
  Jehiah Czebotar 5644272f03 set svn:ignore and .gitignore to skip intermediate build files 15 years ago
  ehaszla 252669cee6 Simplify things by storing integer values only as int64_t's internally, and 15 years ago
  Michael Clark f1ae67dbf0 * Fix file descriptor leak if memory allocation fails in json_util 15 years ago
  Michael Clark bd0a567673 * Fix file descriptor leak if memory allocation fails in json_util 15 years ago
  Michael Clark d34701ed38 Update executable properties 15 years ago
  Michael Clark c4dceae1c5 * Add int64 support. Two new functions json_object_net_int64 and 15 years ago
  Michael Clark 88ded9ceb8 * Make json_object_from_file take const char *filename 16 years ago
  Michael Clark f5dd43a9d1 * Fix subtle bug in linkhash where lookup could hang after all slots 16 years ago
  Brent Miller 126ad95fc4 * Add handling of surrogate pairs 16 years ago
  Brent Miller f8663fc16f * Correct comment describing printbuf_memappend in printbuf.h 16 years ago
  Michael Clark 51658855fb Add json-c.vcproj to EXTRA_DIST 16 years ago
  Michael Clark 50626cd81f Add mailing lists to README.html 16 years ago
  Michael Clark 09abeffda3 Add note about autoconf README changes to ChangeLog 16 years ago
  Christopher Watford db92cc02b9 Add README.html, README-WIN32.html and config.h.win32 to EXTRA_DIST in Makefile.am 16 years ago
  Christopher Watford 1363df08d2 Update version to 0.9 16 years ago
  Christopher Watford b22565d1fd Update changelog 16 years ago
  Michael Clark c80ba8dd42 typo fix 16 years ago
  Michael Clark 7fb9b03ffd * Rename min and max so we can never clash with C or C++ std library 16 years ago
  Christopher Watford b1a22ac85f Add const qualifier to the json_tokener_parse functions 16 years ago
  Christopher Watford 543bb1431f Erik Hovland (3): 16 years ago
  Christopher Watford c5cbf8214a Disable REFCOUNT_DEBUG by default in json_object.c 16 years ago
  Christopher Watford ffa742a552 Ooops. remove literal ^M (copy and paste problem) 16 years ago
  Christopher Watford 9bc863ed3f Change note about CVS repository to point to subversion repos 16 years ago
  Michael Clark 24ea8c0414 update changelog for json_object_get_boolean fix 16 years ago
  Michael Clark 6f70e44b7d Fix json_object_get_boolean to return false for empty string 16 years ago
  Michael Clark 95f55a761c optimizations to json_tokener_parse_ex(), printbuf_memappend() 16 years ago