summaryrefslogtreecommitdiff
path: root/src/cJSON.c
Commit message (Expand)AuthorAgeFilesLines
* core: New data flags "io-buffer-size" and "sensitive".Werner Koch2021-06-141-9/+11
* Require at least libgpg-error 1.36Werner Koch2020-11-091-19/+8
* json: Print "nan", "-inf", "inf" if needed.Werner Koch2019-06-041-1/+7
* json: Improve handling of large exponents in the JSON parsor.Werner Koch2019-06-041-7/+33
* json: Limit recursion depthAndre Heinecke2019-02-271-13/+41
* core: Silence newer compiler warnings.Werner Koch2018-12-171-0/+3
* json: Wipe memory in cJSON_DeleteAndre Heinecke2018-08-081-2/+8
* json: Only use calloc instead of mallocAndre Heinecke2018-08-081-2/+24
* json: Add checks when skipping byteAndre Heinecke2018-08-081-3/+7
* json: Minor cleanups in cJSON.cWerner Koch2018-07-161-5/+23
* json: Fix buffer overflow in cJSON.cWerner Koch2018-07-161-3/+8
* json: Allow to compile with libgpg-error < 1.28Werner Koch2018-06-051-2/+2
* json: Add a new function to cJSON.Werner Koch2018-03-231-0/+12
* core: Adjust cJSON code for use in GPGME.Werner Koch2018-03-161-16/+131
* core: Import cJSON code from the payproc project.Werner Koch2018-03-141-0/+1277