1. 64e3690 Patch to address the following issues: by Michael Clark · 10 years ago
  2. b821f0e Merge branch 'ebassi-master' by Eric Haszlakiewicz · 10 years ago
  3. c8e0497 Merge branch 'master' of https://github.com/ebassi/json-c into ebassi-master by Eric Haszlakiewicz · 10 years ago
  4. 295bea2 Ignore and cleanup a few more files that automake creates. by Eric Haszlakiewicz · 10 years ago
  5. c8ee919 Remove the old libjson.so name compatibility support. The library is only created as libjson-c.so now and headers are only installed into the ${prefix}/json-c directory. by Eric Haszlakiewicz · 10 years ago
  6. 311686f Add a check for the -Bsymbolic-functions linker flag by Emmanuele Bassi · 11 years ago
  7. be002fb Issue#84: explicitly remove old headers and include/json directory so creating the compat symlink can work. by Eric Haszlakiewicz · 11 years ago
  8. fcc768e Bump the version up to 0.10.99 to make it clear that the master branch is beyond anything on the 0.10 branch. by Eric Haszlakiewicz · 11 years ago
  9. 1461b49 Add a json_c_version.h header (included from json.h), and several macros and functions for retrieving the json-c version at compile-time and run-time. by Eric Haszlakiewicz · 11 years ago
  10. 024d86c Prepend DESTDIR to paths for staged installs by Alexander Klauer · 11 years ago
  11. a3a0f5b Need to explicitly remove include/json-c directory by Alexander Klauer · 11 years ago
  12. b670f6f -d test is useless as symlinks are dereferenced by Alexander Klauer · 11 years ago
  13. 7a4506d Remove configure as part of maintainer-clean instead of distclean. Addresses issue #48. by Eric Haszlakiewicz · 11 years ago
  14. 23461c7 Include json_object_iterator.c in the list of sources. by Eric Haszlakiewicz · 11 years ago
  15. 2f2180b Take a guess as to the rename changes changes needed to the Android part of the build. by Eric Haszlakiewicz · 12 years ago
  16. 1f9d199 Re-add the "json" pkg-config file as a compatibility shim. by Eric Haszlakiewicz · 12 years ago
  17. 9f16e25 Bump the version of the new library since programs will need to be re-linked to use it. by Eric Haszlakiewicz · 12 years ago
  18. 943b7a4 Add a compatibility symlink json->json-c in the include directory. by Eric Haszlakiewicz · 12 years ago
  19. 075b783 Add a --disable-oldname-compat option to configure to turn off the creation of the libjson.so library, and only include libjson-c.so by Eric Haszlakiewicz · 12 years ago
  20. b98aa6e Create an additional libjson.so library that simply links against libjson-c, but emits a warning encouraging the use of the new library. by Eric Haszlakiewicz · 12 years ago
  21. c2d3ccf Merge branch 'rename_library' of https://github.com/kdopen/json-c into kdopen-rename_library by Eric Haszlakiewicz · 12 years ago
  22. 381f77c Merge pull request #26 from ford-prefect/master by Eric Haszlakiewicz · 12 years ago
  23. 4154c55 Add json_object_iterator.h to installed headers. by Eric Haszlakiewicz · 12 years ago
  24. a1221eb Add an Android-friendly build system by Arun Raghavan · 12 years ago
  25. c1b8891 Move the rest of the tests into the tests subdirectory. by Eric Haszlakiewicz · 12 years ago
  26. 1e89ba6 Create a tests subdirectory and move one of the test to there. by Eric Haszlakiewicz · 12 years ago
  27. 30dd367 Modify install names for library and include files by Keith Derrick · 12 years ago
  28. a7bd85c Remove a few more things in the distclean target to get rid of *all* generated files. by Eric Haszlakiewicz · 12 years ago
  29. 30c6c4a Split the json_tokener_parse tests off from test1 into their own test and add several more cases to check various incremental parsing situations. by Eric Haszlakiewicz · 12 years ago
  30. fbd207b Remove a few more things in the distclean target to get rid of *all* generated files. by Eric Haszlakiewicz · 12 years ago
  31. c5c623a Split the json_tokener_parse tests off from test1 into their own test and add several more cases to check various incremental parsing situations. by Eric Haszlakiewicz · 12 years ago
  32. b21b137 Include json_inttypes.h in json_object.h since we use types like int32_t in the API and some systems need that header to compile. by Eric Haszlakiewicz · 12 years ago
  33. a577ba3 Add -no-undefined to the libtool flags by Martin Storsjo · 13 years ago
  34. 7a593a0 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.. by Eric Haszlakiewicz · 13 years ago
  35. 41e67d0 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. by Eric Haszlakiewicz · 13 years ago
  36. ac601b5 update json_object_new_string_len, json_escape_str (internal). Writer handles \x00 correctly by Jehiah Czebotar · 13 years ago
  37. c4dceae * Add int64 support. Two new functions json_object_net_int64 and by Michael Clark · 14 years ago
  38. 126ad95 * Add handling of surrogate pairs by Brent Miller · 15 years ago
  39. 5165885 Add json-c.vcproj to EXTRA_DIST by Michael Clark · 15 years ago
  40. db92cc0 Add README.html, README-WIN32.html and config.h.win32 to EXTRA_DIST in Makefile.am by Christopher Watford · 15 years ago
  41. 1363df0 Update version to 0.9 by Christopher Watford · 15 years ago
  42. 436aa98 update auto generated files by Michael Clark · 15 years ago
  43. 80a6007 changes to make 'make dist' work properly by Michael Clark · 15 years ago
  44. a850f8e * Add escaping of backslash to json output by Michael Clark · 17 years ago
  45. f6a6e48 * Make headers C++ compatible by change *this to *obj by Michael Clark · 17 years ago
  46. 4504df7 * printbuf.c - C. Watford (christopher dot watford at gmail dot com) by Michael Clark · 17 years ago