summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Generate docs for the 0.16 releasejson-c-0.16-20220414json-c-0.16Eric Haszlakiewicz2022-04-1482-0/+14307
* Bump version to 0.16Eric Haszlakiewicz2022-04-142-8/+8
* Update the ChangeLog with recent changes, in preparation for a 0.16 release.Eric Haszlakiewicz2022-04-142-7/+154
* Add new authors since the 0.15 release, tweak instructions for how to update ...Eric Haszlakiewicz2022-04-142-1/+22
* Merge pull request #765 from jvoisin/patch-1Eric Hawicz2022-04-131-1/+7
|\
| * Improve a bit the coverage of the fuzzerJulien Voisin2022-04-131-1/+7
|/
* Fix issue #764: adjust test_util_file to match new output (changed in 6e53347)Eric Haszlakiewicz2022-04-081-1/+1
* Merge pull request #758 from c3h2-ctf/contextEric Hawicz2022-04-041-6/+41
|\
| * Preserve context if out of memoryTobias Stoeckmann2022-03-311-6/+41
* | Update issue templatesEric Hawicz2022-04-041-1/+1
* | Remove single quote from #error line. Fixes issue #761Eric Haszlakiewicz2022-03-251-1/+1
* | Merge pull request #760 from BonsaiYi/errorEric Hawicz2022-03-231-1/+1
|\ \ | |/ |/|
| * Code style removed unneeded double-quotesBonsaY2022-03-211-1/+1
|/
* Merge pull request #755 from c3h2-ctf/errorEric Hawicz2022-03-192-12/+13
|\
| * Fix error messagesTobias Stoeckmann2022-03-192-12/+13
* | Merge pull request #754 from c3h2-ctf/docEric Hawicz2022-03-1910-44/+45
|\ \ | |/ |/|
| * Fix typos in commentsTobias Stoeckmann2022-03-191-3/+3
| * Adjusted URLsTobias Stoeckmann2022-03-1910-41/+42
|/
* Merge pull request #748 from c3h2-ctf/printbufEric Hawicz2022-03-071-1/+1
|\
| * sprintbuf(): test for all vsnprintf error valuesTobias Stoeckmann2022-03-061-1/+1
* | Merge pull request #752 from c3h2-ctf/typosEric Hawicz2022-03-067-9/+9
|\ \
| * | Fix typosTobias Stoeckmann2022-03-067-9/+9
|/ /
* | Merge pull request #749 from c3h2-ctf/sprintbufEric Hawicz2022-03-031-4/+3
|\ \
| * | sprintbuf(): handle printbuf_memappend errorsTobias Stoeckmann2022-03-031-4/+3
| |/
* | Merge pull request #750 from c3h2-ctf/clearmemEric Hawicz2022-03-031-0/+2
|\ \
| * | printbuf_memset(): set gaps to zeroTobias Stoeckmann2022-03-031-0/+2
| |/
* | Merge pull request #751 from c3h2-ctf/argumentsEric Hawicz2022-03-031-2/+2
|\ \ | |/ |/|
| * printbuf: do not allow invalid argumentsTobias Stoeckmann2022-03-031-2/+2
|/
* Merge pull request #745 from c3h2-ctf/vasprintfEric Hawicz2022-02-271-8/+15
|\
| * vasprintf(): avoid out of memory accessesTobias Stoeckmann2022-02-241-8/+15
* | Merge pull request #746 from rouault/typo_fixesEric Hawicz2022-02-265-12/+12
|\ \ | |/ |/|
| * Fix typos in code comments and ChangeLogEven Rouault2022-02-255-12/+12
|/
* Merge pull request #739 from rouault/avoid_unsigned_integer_overflowEric Hawicz2022-02-181-1/+2
|\
| * json_escape_str(): avoid harmless unsigned integer overflowEven Rouault2022-01-121-1/+2
* | Merge pull request #741 from rouault/json_type_to_name_formatterEric Hawicz2022-02-181-2/+2
|\ \
| * | json_type_to_name(): use correct printf() formatterEven Rouault2022-01-311-2/+2
| |/
* | Merge pull request #742 from rouault/json_object_copy_serializer_data_add_ass...Eric Hawicz2022-02-181-0/+1
|\ \
| * | json_object_copy_serializer_data(): add assertionEven Rouault2022-01-161-0/+1
| |/
* | Merge pull request #744 from Kizuna-Meraki/close-randomEric Hawicz2022-02-181-1/+3
|\ \ | |/ |/|
| * Close file on error path.Kizuna-Meraki2022-02-171-1/+3
|/
* Merge pull request #737 from tniessen/patch-1Eric Hawicz2022-01-111-1/+1
|\
| * Fix typo in READMETobias Nießen2022-01-101-1/+1
|/
* Cause the cmake include dirs to also have ${CMAKE_INSTALL_INCLUDEDIR}/json-c,...Eric Haszlakiewicz2021-12-222-8/+32
* Add linkhash accessor functions (lh_table_head(), lh_entry_next(), etc...) to...Eric Haszlakiewicz2021-11-306-25/+107
* Drop the REFCOUNT_DEBUG code, it hasn't been used in ages.Eric Haszlakiewicz2021-11-302-46/+1
* Merge pull request #734 from json-c/newer-appveyorEric Hawicz2021-11-291-17/+105
|\
| * Put the most recent image first in appveyor builds.newer-appveyorEric Haszlakiewicz2021-11-291-2/+5
| * Skip most "Release" builds. s/b_config/CONFIGURATION/ to fix artifact creation.Eric Haszlakiewicz2021-11-291-3/+17
| * There doesn't seem to be a way to extend the appveyor build matrix for just o...Eric Haszlakiewicz2021-11-271-20/+77
| * Use the newer appveyor images to build for VS2017 and VS2019. Trim the numbe...Eric Haszlakiewicz2021-11-271-16/+30
|/