1292 Commits (9dbf2880cc07138753699636d00c4d043ebd0a2f)
 

Author SHA1 Message Date
  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
  Eric Haszlakiewicz f1fb9abf14 Note the need to also set CTEST_OUTPUT_ON_FAILURE to get test output 3 years ago
  Eric Hawicz 42aa6f7257
Merge pull request #732 from DiracResearch/fix/static_include_dirs 3 years ago
  Robert Bielik 286b4fdd27 Fix uninitialized value error for clang-8 msan 3 years ago
  Robert Bielik a66a6cc51b Fix for clang ub sanitizer 3 years ago
  Robert Bielik 21f767f63f Add target include dirs for static library as well 3 years ago
  Eric Hawicz 9b0fb2b33e
Merge pull request #727 from jobol/propo2 4 years ago
  José Bollo 8bf3b45a29 Really use prefix JSON_C_OBJECT_ADD_* 4 years ago
  Eric Hawicz 05c5d15075
Merge pull request #729 from DeX77/patch-1 4 years ago
  DeX77 d6d4b71d7d
* don't assume includedir 4 years ago
  Eric Hawicz 382f9462c2
Merge pull request #726 from leongross/fix/test-cmake3.1 4 years ago
  Leon Gross 8be2ffdcd7 fix cmake version for tests 4 years ago
  Eric Hawicz 4fc44f32df
Merge pull request #722 from imaami/fix-json_tokener_new_ex-use-after-free 4 years ago
  Juuso Alasuutari 9361d8d3a8 Fix use-after-free in json_tokener_new_ex() 4 years ago
  Eric Hawicz dc1ef7d566
Merge pull request #718 from Pawday/master 4 years ago
  Pawday e91e4cc9fb Setted cmake "uninstall" target to exist in unix like operating systems only 4 years ago
  Eric Haszlakiewicz f61f1a7a91 Add workaround for Visual Studio not knowing about "inline". 4 years ago
  Eric Haszlakiewicz db6a6cc2b2 Switch the Travis build to use osx_image: xcode12.5, in an attempt to avoid timeouts with Homebrew. 4 years ago
  Eric Haszlakiewicz 6a0df2609e Merge some old work to include (some of) PR #464 into the current master branch. 4 years ago
  Eric Haszlakiewicz 8c727e5ce1 Only define an "uninstall" target if it's not already defined (e.g. by projects that include json-c) 4 years ago
  Eric Hawicz be9671e48a
Merge pull request #714 from Hex052/clang-format_AfterCaseLabel 4 years ago
  Hex052 9dde931a1c
Add AfterCaseLabel to .clang-format 4 years ago
  Eric Haszlakiewicz 75bf657cc2 If inttypes.h is present, use it, even on Windows. 4 years ago
  Eric Haszlakiewicz 9ca50cf2f8 Issue #709: adjust some include guards to be a bit more json-c specific. 4 years ago
  Eric Hawicz 0b7e78c309
Merge pull request #706 from davidjmccann/master 4 years ago
  David McCann 00098efc96 Merge branch 'json-c:master' into master 4 years ago
  David McCann 9b53c92ea3 Check __STDC_VERSION__ is defined before checking its value 4 years ago
  Eric Hawicz cd7109f767
Merge pull request #696 from ssrlive/master 4 years ago