1236 Commits (8b35a78d295663c5e0d4880e99ad225436d5882f)
 

Author SHA1 Message Date
  Eric Haszlakiewicz 8b35a78d29 Trim a few travis builds, update others to more recent toolchains. 3 years ago
  Eric Haszlakiewicz 22773b1e51 Fix the expected output for test_set_serializer. 3 years ago
  Eric Haszlakiewicz 16208fc01a Add test to check for the memory leak mentioned in issue #781 3 years ago
  Eric Hawicz 2a2d861bc0
Merge pull request #781 from dddaniel/master 3 years ago
  Daniel Danzberger 213bb5caa1 Fix memory leak with emtpy strings in json_object_set_string 3 years ago
  Eric Haszlakiewicz d28ac67dde Fix issue #775 - use a loop instead of list(TRANSFORM ...) to support cmake < 3.12. 3 years ago
  Eric Hawicz 5d98f7825a
Merge pull request #776 from stoeckmann/typo 3 years ago
  Tobias Stoeckmann f63573460c Fix typo 3 years ago
  Eric Haszlakiewicz 6ee0a35a20 Fix #771/#768 by marking usage() as "noreturn" instead of using "FALLTHRU" in the case statement where it'd called. 3 years ago
  Eric Hawicz 11546bfd07
Merge pull request #769 from An7ar35/issue-768 3 years ago
  An7ar35 5d00384e0d missing 'FALLTHRU' added to sort out error messages when using "-Werror=implicit-fallthrough" flag 3 years ago
  Eric Haszlakiewicz 49c3721a5a Unset NDEBUG so assert() is enabled in all tests. One more fix there when building with -DCMAKE_BUILD_TYPE=release. 3 years ago
  Eric Haszlakiewicz 2f0942bdd7 Specify dependent libraries, including -lbsd, in a more consistent way so linking against a static json-c works better. Related issue #766 3 years ago
  Eric Haszlakiewicz 6ba1adf8ef Include the tests and apps directories at the _end_, since order in the 3 years ago
  Eric Haszlakiewicz 86b46cac07 Add --disable-static and --disable-dynamic options to the cmake-configure script. 3 years ago
  Eric Haszlakiewicz f2fc1ca00a Note the DSIABLE_JSON_POINTER and DISABLE_EXTRA_LIBS build options on the README 3 years ago
  Eric Haszlakiewicz acccefd770 Add a "Getting Help" section to the README. 3 years ago
  Eric Haszlakiewicz de5a64888a Update the master branch to version 16.99 3 years ago
  Eric Haszlakiewicz 7e3eba72db Clarify how to set the uploaded release tarballs to be publically readable. 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