summaryrefslogtreecommitdiff
path: root/src/test/test-json.c
Commit message (Expand)AuthorAgeFilesLines
* shared/varlink: add missing terminator in json stringsZbigniew Jędrzejewski-Szmek2019-05-301-0/+4
* Add fmemopen_unlocked() and use unlocked ops in fuzzers and some other testsZbigniew Jędrzejewski-Szmek2019-04-121-1/+2
* test-json: use standard test introZbigniew Jędrzejewski-Szmek2019-02-251-4/+2
* test-json: avoid deep stack recursion under msanZbigniew Jędrzejewski-Szmek2019-02-251-0/+7
* test-json: do not pass ephemeral array as intializer to JSON_BUILD_STRVZbigniew Jędrzejewski-Szmek2019-02-111-2/+4
* Delete duplicate linesTopi Miettinen2019-01-121-1/+0
* test-json: check absolute and relative difference in floating point testZbigniew Jędrzejewski-Szmek2019-01-031-9/+7
* fileio: when reading a full file into memory, refuse inner NUL bytesLennart Poettering2018-12-171-1/+1
* json: teach json builder "conditional" object fieldsLennart Poettering2018-11-281-0/+16
* json: add support for using static const strings directly as JsonVariant objectsLennart Poettering2018-10-181-4/+5
* json: enforce a maximum nesting depth for json variantsLennart Poettering2018-10-181-0/+34
* test: use fabsl instead of fabs as json_variant_real() returns 'long double'Yu Watanabe2018-10-141-1/+1
* json: add testLennart Poettering2018-10-101-0/+411
* util-lib: drop json parserLennart Poettering2016-02-131-202/+0
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-1/+2
* json: minor style fixesv220Lennart Poettering2015-05-211-2/+3
* test.json: fix build on x86-32 where int and intmax_t differLennart Poettering2015-05-211-1/+1
* json: fix a mem leakThomas Hindoe Paaboel Andersen2015-05-191-3/+1
* test/test-json: Tests for the tokenizer bugfix and the DOM parserPavel Odvody2015-05-191-0/+97
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-1/+0
* shared: json - support escaping utf16 surrogate pairsTom Gundersen2014-12-221-0/+3
* shared: utf8 - support ucs4 -> utf8Tom Gundersen2014-12-221-0/+1
* test-json: use fabsThomas Hindoe Paaboel Andersen2014-12-161-1/+3
* shared: add minimal JSON tokenizerLennart Poettering2014-12-151-0/+101