1219 Commits (json-c-0.16)
 

Author SHA1 Message Date
  Eric Haszlakiewicz 2f2ddc1f2d Generate docs for the 0.16 release 3 years ago
  Eric Haszlakiewicz 2c6358521a Bump version to 0.16 3 years ago
  Eric Haszlakiewicz 7d303478a4 Update the ChangeLog with recent changes, in preparation for a 0.16 release. 3 years ago
  Eric Haszlakiewicz 66dcdf549e Add new authors since the 0.15 release, tweak instructions for how to update that list. 3 years ago
  Eric Hawicz 4902f9cb87
Merge pull request #765 from jvoisin/patch-1 3 years ago
  Julien Voisin 558d48a6f3
Improve a bit the coverage of the fuzzer 3 years ago
  Eric Haszlakiewicz 46b58ad9e7 Fix issue #764: adjust test_util_file to match new output (changed in 6e53347) 3 years ago
  Eric Hawicz 0b937f6173
Merge pull request #758 from c3h2-ctf/context 3 years ago
  Eric Hawicz 65274cf3b5
Update issue templates 3 years ago
  Tobias Stoeckmann 0c0d901443 Preserve context if out of memory 3 years ago
  Eric Haszlakiewicz e244146dfd Remove single quote from #error line. Fixes issue #761 3 years ago
  Eric Hawicz a1c092bd7b
Merge pull request #760 from BonsaiYi/error 3 years ago
  BonsaY 716978f20d Code style removed unneeded double-quotes 3 years ago
  Eric Hawicz 79459b2de2
Merge pull request #755 from c3h2-ctf/error 3 years ago
  Eric Hawicz 2326e34390
Merge pull request #754 from c3h2-ctf/doc 3 years ago
  Tobias Stoeckmann 6e533471a8 Fix error messages 3 years ago
  Tobias Stoeckmann a7d85bfba9 Fix typos in comments 3 years ago
  Tobias Stoeckmann cbc603b587 Adjusted URLs 3 years ago
  Eric Hawicz f0d93cee14
Merge pull request #748 from c3h2-ctf/printbuf 3 years ago
  Eric Hawicz 9b832c8710
Merge pull request #752 from c3h2-ctf/typos 3 years ago
  Tobias Stoeckmann 543a8eb5f9 Fix typos 3 years ago
  Tobias Stoeckmann 94b2a0cb29 sprintbuf(): test for all vsnprintf error values 3 years ago
  Eric Hawicz a4389f4f30
Merge pull request #749 from c3h2-ctf/sprintbuf 3 years ago
  Eric Hawicz 4493db76d6
Merge pull request #750 from c3h2-ctf/clearmem 3 years ago
  Eric Hawicz 1491d92038
Merge pull request #751 from c3h2-ctf/arguments 3 years ago
  Tobias Stoeckmann d07da04c14 sprintbuf(): handle printbuf_memappend errors 3 years ago
  Tobias Stoeckmann 63c602ff80 printbuf_memset(): set gaps to zero 3 years ago
  Tobias Stoeckmann 4355242477 printbuf: do not allow invalid arguments 3 years ago
  Eric Hawicz bd56cc8bf7
Merge pull request #745 from c3h2-ctf/vasprintf 3 years ago
  Eric Hawicz 723ac8cbb5
Merge pull request #746 from rouault/typo_fixes 3 years ago
  Even Rouault 3bb54f97e7
Fix typos in code comments and ChangeLog 3 years ago
  Tobias Stoeckmann 5c72257220 vasprintf(): avoid out of memory accesses 3 years ago
  Eric Hawicz 66cce0a1d7
Merge pull request #739 from rouault/avoid_unsigned_integer_overflow 3 years ago
  Eric Hawicz b11f79c52c
Merge pull request #741 from rouault/json_type_to_name_formatter 3 years ago
  Eric Hawicz 78246db72f
Merge pull request #742 from rouault/json_object_copy_serializer_data_add_assertion 3 years ago
  Eric Hawicz a1ea216878
Merge pull request #744 from Kizuna-Meraki/close-random 3 years ago
  Kizuna-Meraki d783ad76c7 Close file on error path. 3 years ago
  Even Rouault f2c0df404b
json_type_to_name(): use correct printf() formatter 3 years ago
  Even Rouault 82d9433813
json_object_copy_serializer_data(): add assertion 3 years ago
  Even Rouault 296db618e9
json_escape_str(): avoid harmless unsigned integer overflow 3 years ago
  Eric Hawicz 3b4f1e92ad
Merge pull request #737 from tniessen/patch-1 3 years ago
  Tobias Nießen 928fa96db7
Fix typo in README 3 years ago
  Eric Haszlakiewicz a5c2e11460 Cause the cmake include dirs to also have ${CMAKE_INSTALL_INCLUDEDIR}/json-c, so downstream packages that use cmake to link against json-c can choose whether to include headers as just e.g. #include <json_object.h>, if they care to do so. 3 years ago
  Eric Haszlakiewicz 2d2382d709 Add linkhash accessor functions (lh_table_head(), lh_entry_next(), etc...) to pave the way for making the lh_table and lh_entry structure opaque in the future. 3 years ago
  Eric Haszlakiewicz 320548caf6 Drop the REFCOUNT_DEBUG code, it hasn't been used in ages. 3 years ago
  Eric Hawicz 9a90b8477b
Merge pull request #734 from json-c/newer-appveyor 3 years ago
  Eric Haszlakiewicz 1cb56e705f Put the most recent image first in appveyor builds. 3 years ago
  Eric Haszlakiewicz 1763edaba3 Skip most "Release" builds. s/b_config/CONFIGURATION/ to fix artifact creation. 3 years ago
  Eric Haszlakiewicz a5fed59756 There doesn't seem to be a way to extend the appveyor build matrix for just one image, so instead list a whole bunch of excluded builds. 3 years ago
  Eric Haszlakiewicz 0910e18bbd Use the newer appveyor images to build for VS2017 and VS2019. Trim the number of builds we do. 3 years ago