aboutsummaryrefslogtreecommitdiffstats
path: root/src/cJSON.c (unfollow)
Commit message (Expand)AuthorFilesLines
2018-08-08json: Wipe memory in cJSON_DeleteAndre Heinecke1-2/+8
2018-08-08json: Only use calloc instead of mallocAndre Heinecke1-2/+24
2018-08-08json: Add checks when skipping byteAndre Heinecke1-3/+7
2018-07-16json: Minor cleanups in cJSON.cWerner Koch1-5/+23
2018-07-16json: Fix buffer overflow in cJSON.cWerner Koch1-3/+8
2018-06-05json: Allow to compile with libgpg-error < 1.28Werner Koch1-2/+2
2018-03-23json: Add a new function to cJSON.Werner Koch1-0/+12
2018-03-16core: Adjust cJSON code for use in GPGME.Werner Koch1-16/+131
2018-03-14core: Import cJSON code from the payproc project.Werner Koch1-0/+1277