aboutsummaryrefslogtreecommitdiffstats
path: root/src/cJSON.c (unfollow)
Commit message (Expand)AuthorFilesLines
2021-06-14core: New data flags "io-buffer-size" and "sensitive".Werner Koch1-9/+11
2020-11-09Require at least libgpg-error 1.36Werner Koch1-19/+8
2019-06-04json: Print "nan", "-inf", "inf" if needed.Werner Koch1-1/+7
2019-06-04json: Improve handling of large exponents in the JSON parsor.Werner Koch1-7/+33
2019-02-27json: Limit recursion depthAndre Heinecke1-13/+41
2018-12-17core: Silence newer compiler warnings.Werner Koch1-0/+3
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