1. 84e7cca Remove header copying (LOCAL_COPY_HEADERS) by Sasha Smundak · 4 years, 5 months ago int/11/fp3 rel/11/fp3/8901.4.A.0016 rel/11/fp3/8901.4.A.0017 rel/11/fp3/8901.4.A.0019 rel/11/fp3/8901.4.A.0021 rel/11/fp3/8901.4.A.0022 rel/11/fp3/8901.4.A.0023 rel/11/fp3/8901.4.A.0025 rel/11/fp3/8901.4.A.0026 rel/11/fp3/8901.4.A.0027 rel/11/fp3/8901.4.A.0028 rel/11/fp3/8901.4.A.0016.6 rel/11/fp3/8901.4.A.0017.3 rel/11/fp3/8901.4.A.0019.1 rel/11/fp3/8901.4.A.0019.2 rel/11/fp3/8901.4.A.0021.0 rel/11/fp3/8901.4.A.0022.0 rel/11/fp3/8901.4.A.0023.0 rel/11/fp3/8901.4.A.0025.0 rel/11/fp3/8901.4.A.0026.1 rel/11/fp3/8901.4.A.0027.1 rel/11/fp3/8901.4.A.0028.1
  2. 95da151 Merge 04000b682f7c4b9ea14d791dd144af763ef6977d on remote branch by Linux Build Service Account · 3 years, 6 months ago
  3. 04000b6 Lahaina: Added LOCAL_EXPORT_C_INCLUDE_DIRS by Jason Wojcik · 3 years, 7 months ago
  4. 1509b55 json-c: Ignore clang warnings for unused-parameter by Roopesh Rajashekharaiah Nataraja · 6 years ago
  5. 6442a2f json-c: Add libjson to the vendor image by Ameya Thakur · 7 years ago
  6. 6f9c02d Merge "libjson: Initial version with support for android" by Linux Build Service Account · 9 years ago
  7. d322b2a Merge "Merge remote-tracking branch 'remotes/origin/caf/json-c/master'" by Linux Build Service Account · 9 years ago
  8. abb4d87 libjson: Initial version with support for android by Ameya Thakur · 9 years ago
  9. 81bb78e Merge remote-tracking branch 'remotes/origin/caf/json-c/master' by Ameya Thakur · 9 years ago
  10. 4822b32 Initial empty repository by Russell Short · 9 years ago
  11. ec4879a Merge pull request #153 from LeSpocky/doc by Eric Haszlakiewicz · 10 years ago
  12. 6ec6fda Merge pull request #151 from mjchinn/json_type-comma by Eric Haszlakiewicz · 10 years ago
  13. 2c72227 Merge pull request #150 from ams-cs/master by Eric Haszlakiewicz · 10 years ago
  14. f88db70 Merge pull request #141 from AlexandruCostache/master by Eric Haszlakiewicz · 10 years ago
  15. 37f5d86 improve doc for json_object_to_json_string() by Alexander Dahl · 10 years ago
  16. 048dcf2 Remove json_type enum trailing comma by Michael J. Chinn · 10 years ago
  17. ca0ebe0 Fix build using MinGW. by Andrew Stubbs · 10 years ago
  18. 4841c48 Removed duplicate check in random_seed test - bug #140 by Alexandru Costache · 10 years ago
  19. d4e81f9 Move the json_min() and json_max() macros to json_util.h and mark everything else in bits.h deprecated. by Eric Haszlakiewicz · 10 years ago
  20. 1da0599 Fix the definition of the error_description() macro in bits.h now that json_tokener_errors[] is not exported. by Eric Haszlakiewicz · 10 years ago
  21. 2149a04 Check for failures when allocating memory; return NULL and set errno=ENOMEM in a few of those cases. by Eric Haszlakiewicz · 10 years ago
  22. 92a7740 Reformat some code in json_object.c by Eric Haszlakiewicz · 10 years ago
  23. 795e915 Add an empty README file to placate autoconf. by Eric Haszlakiewicz · 10 years ago
  24. 4569e3e Fix minor typo in README file. by Eric Haszlakiewicz · 10 years ago
  25. 40aab4c Merge pull request #133 from haneefmubarak/patch-1 by Eric Haszlakiewicz · 10 years ago
  26. 332a594 Merge pull request #132 from pkoretic/master by Eric Haszlakiewicz · 10 years ago
  27. 7870978 Update README.md by Haneef Mubarak · 10 years ago
  28. 23620b8 Update and rename README to README.md by Haneef Mubarak · 10 years ago
  29. fa54bd5 Update the release checklist to include calculating the tarball checksums and updating the wiki. by Eric Haszlakiewicz · 10 years ago
  30. 259c5c0 Remove unused variable 'size' by Petar Koretić · 10 years ago
  31. 515ba0d Bump versions up to 0.12.99 since a 0.12 release was just created. by Eric Haszlakiewicz · 10 years ago
  32. f84d9c5 Update the ChangeLog with the changes for the 0.12 release. by Eric Haszlakiewicz · 10 years ago
  33. 64e3690 Patch to address the following issues: by Michael Clark · 10 years ago
  34. 784534a Eliminate the deprecated mc_abort() function and MC_ABORT macro. by Eric Haszlakiewicz · 10 years ago
  35. f9136f6 Make the json_tokener_errors array local. It has been deprecated for a while, and json_tokener_error_desc() should be used instead. by Eric Haszlakiewicz · 10 years ago
  36. 936d036 Simplify the tests Makefile to avoid repeating the name of each test. by Eric Haszlakiewicz · 10 years ago
  37. e2bbb56 Rename the "test_case" test to "test_charcase" to make it slightly less confusing. by Eric Haszlakiewicz · 10 years ago
  38. 9f26d96 Fix warnings from autoconf about "...no AC_LANG_SOURCE call detected..." by adding that call within the AC_LINK_IFELSE call. by Eric Haszlakiewicz · 10 years ago
  39. 05da316 Issue #103: allow Infinity and -Infinity to be parsed. by Eric Haszlakiewicz · 10 years ago
  40. 217bc29 Merge pull request #123 from fingon/use-NAN-if-available by Eric Haszlakiewicz · 10 years ago
  41. a1c8991 nan function requires -lm on some platforms; use of NAN is better, if available. by Markus Stenberg · 10 years ago
  42. 0eedf38 Issue#102 - add support for parsing "NaN". by Eric Haszlakiewicz · 10 years ago
  43. e6f1322 Issue#114: check for the presence of isnan and isinf, and provide compat macros on MSCV where _isnan and _finite exist instead. by Eric Haszlakiewicz · 10 years ago
  44. db117ca Merge pull request #121 from TazeTSchnitzel/LowercaseLiterals by Eric Haszlakiewicz · 10 years ago
  45. cf23e75 Merge branch 'master' into LowercaseLiterals by Andrea Faulds · 10 years ago
  46. 1d6f914 Missing tests by Andrea Faulds · 10 years ago
  47. 4c086df Merge commit '89535bb' by Eric Haszlakiewicz · 10 years ago
  48. 020fa65 Merge pull request #112 from TazeTSchnitzel/LowercaseLiterals by Eric Haszlakiewicz · 10 years ago
  49. 56df93d Fix Issue #111: Fix off-by-one error when range checking the input to json_tokener_error_desc(). by Eric Haszlakiewicz · 10 years ago
  50. ceeaf42 Merge pull request #109 from kdopen/use_strtod by Eric Haszlakiewicz · 10 years ago
  51. b821f0e Merge branch 'ebassi-master' by Eric Haszlakiewicz · 10 years ago
  52. c8e0497 Merge branch 'master' of https://github.com/ebassi/json-c into ebassi-master by Eric Haszlakiewicz · 10 years ago
  53. 295bea2 Ignore and cleanup a few more files that automake creates. by Eric Haszlakiewicz · 10 years ago
  54. a2c078f Issue#105: Rename configure.in to configure.ac by Eric Haszlakiewicz · 10 years ago
  55. 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
  56. 89535bb build: call AM_PROG_CC_C_O as requested by autoreconf by Ross Burton · 10 years ago
  57. bda0540 Only allow lowercase literals in STRICT mode by Andrea Faulds · 10 years ago
  58. c51b88d Avoid potential overflow in json_object_get_double by Keith Derrick · 11 years ago
  59. 311686f Add a check for the -Bsymbolic-functions linker flag by Emmanuele Bassi · 11 years ago
  60. 0645020 Issue #59: change the floating point output format to %.17g so values with more than 6 digits show up in the output. by Eric Haszlakiewicz · 11 years ago
  61. a23caf6 Use sizeof instead of hard coded values when calling snprintf. by Eric Haszlakiewicz · 11 years ago
  62. 51993c2 Added a json_object_new_double_s() convenience function to allow an exact string representation of a double to be specified when creating the object and use it in json_tokener_parse_ex() so a re-serialized object more exactly matches the input. by Eric Haszlakiewicz · 11 years ago
  63. b83e0f1 Ignore the test-driver script that is now created, and the script for the test_locale test. by Eric Haszlakiewicz · 11 years ago
  64. 60e4990 The updated test driver creates .log and .trs files; ignore them. by Eric Haszlakiewicz · 11 years ago
  65. 8d18815 strndup is gone, remove it from the README file. by Eric Haszlakiewicz · 11 years ago
  66. b939bd3 Merge pull request #97 from pascal-bach/master by Eric Haszlakiewicz · 11 years ago
  67. ef43fe3 Merge pull request #96 from rouault/remove_strdnup by Eric Haszlakiewicz · 11 years ago
  68. a030120 Merge pull request #95 from rouault/extern_json_object_set_serializer by Eric Haszlakiewicz · 11 years ago
  69. 02aa6f0 Merge pull request #94 from remicollet/issue-strict2 by Eric Haszlakiewicz · 11 years ago
  70. 8356ecc Merge pull request #93 from tmielika/master by Eric Haszlakiewicz · 11 years ago
  71. bd42b83 Merge pull request #104 from rouault/fix_json_tokener_error_desc_out_of_bounds_read by Eric Haszlakiewicz · 11 years ago
  72. 86dd55a Fix potential out-of-bounds read in json_tokener_error_desc by Even Rouault · 11 years ago
  73. 4039f91 trailing char not allowed in strict mode by Remi Collet · 11 years ago
  74. 87fa32d no comment in strict mode by Remi Collet · 11 years ago
  75. 20e4708 Update json_util by Pascal Bach · 11 years ago
  76. 1a957c2 Remove redefinition of strndup() which is no longer used in the codebase by Even Rouault · 11 years ago
  77. 6c4bb38 Add extern to json_object_set_serializer so that it gets exported (Windows fix) by Even Rouault · 11 years ago
  78. a07ef3d no single-quote string in strict mode by Remi Collet · 11 years ago
  79. c5523a1 fixing problem that isinf(-Inf) can be 1 or -1 by Taneli Mielikainen · 11 years ago
  80. b3bce4d Eliminate use of MC_ABORT in json-c code, and mark MC_ABORT/mc_abort deprecated. by Eric Haszlakiewicz · 11 years ago
  81. be002fb Issue#84: explicitly remove old headers and include/json directory so creating the compat symlink can work. by Eric Haszlakiewicz · 11 years ago
  82. c629656 Fix the _MSC_VER check so it compiles on non-windows compilers. Issue#91 by Eric Haszlakiewicz · 11 years ago
  83. 5e8df40 Mention that libtoolize is needed if you're not using a release tarball. by Eric Haszlakiewicz · 11 years ago
  84. d032aad Minor spell check. by Eric Haszlakiewicz · 11 years ago
  85. 8b1bdbb Merge pull request #90 from remicollet/issue-strict by Eric Haszlakiewicz · 11 years ago
  86. 98a62a7 Merge pull request #89 from ayanes/master by Eric Haszlakiewicz · 11 years ago
  87. b6539d6 Merge pull request #88 from weltling/master by Eric Haszlakiewicz · 11 years ago
  88. e9ee4ae in strick mode, number must not start with 0 by Remi Collet · 11 years ago
  89. d086e20 Fixes for Infinity and NaN by Adrian Yanes · 11 years ago
  90. 990fa8e Fix C89 compat needed by MSVC by Anatol Belski · 11 years ago
  91. ed819fb snprintf definition is needed here, too by Anatol Belski · 11 years ago
  92. 48ba6b8 fixe int32_t definition for VC11 by Anatol Belski · 11 years ago
  93. e48a25c Issue #76: use old style comment to allow json_object_iterator.h to build in ansi mode. by Eric Haszlakiewicz · 11 years ago
  94. e843616 Fill in the instructions for update the gh-pages branch. by Eric Haszlakiewicz · 11 years ago
  95. 4207147 Bump the versions for the non-release branch; add a placeholder section to the change log. by Eric Haszlakiewicz · 11 years ago
  96. 20db5a4 Fill in a number of missing steps in the release process. by Eric Haszlakiewicz · 11 years ago
  97. 7ca1e52 Merge branch 'master' of https://github.com/json-c/json-c by Eric Haszlakiewicz · 11 years ago
  98. 0e81b21 Bump up the version in the release checklist to 0.11 by Eric Haszlakiewicz · 11 years ago
  99. eee744c Update the changelog with changes since the 0.10 release. by Eric Haszlakiewicz · 11 years ago
  100. f1b6849 Update config.h.in to add the HAVE_SETLOCALE and HAVE_LOCALE_H lines. by Eric Haszlakiewicz · 11 years ago