summaryrefslogtreecommitdiff
path: root/src/test/test-json.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-30shared/varlink: add missing terminator in json stringsZbigniew Jędrzejewski-Szmek1-0/+4
2019-04-12Add fmemopen_unlocked() and use unlocked ops in fuzzers and some other testsZbigniew Jędrzejewski-Szmek1-1/+2
2019-02-25test-json: use standard test introZbigniew Jędrzejewski-Szmek1-4/+2
2019-02-25test-json: avoid deep stack recursion under msanZbigniew Jędrzejewski-Szmek1-0/+7
2019-02-11test-json: do not pass ephemeral array as intializer to JSON_BUILD_STRVZbigniew Jędrzejewski-Szmek1-2/+4
2019-01-12Delete duplicate linesTopi Miettinen1-1/+0
2019-01-03test-json: check absolute and relative difference in floating point testZbigniew Jędrzejewski-Szmek1-9/+7
2018-12-17fileio: when reading a full file into memory, refuse inner NUL bytesLennart Poettering1-1/+1
2018-11-28json: teach json builder "conditional" object fieldsLennart Poettering1-0/+16
2018-10-18json: add support for using static const strings directly as JsonVariant objectsLennart Poettering1-4/+5
2018-10-18json: enforce a maximum nesting depth for json variantsLennart Poettering1-0/+34
2018-10-14test: use fabsl instead of fabs as json_variant_real() returns 'long double'Yu Watanabe1-1/+1
2018-10-10json: add testLennart Poettering1-0/+411
2016-02-13util-lib: drop json parserLennart Poettering1-202/+0
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack1-2/+0
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering1-0/+1
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering1-1/+2
2015-05-21json: minor style fixesv220Lennart Poettering1-2/+3
2015-05-21test.json: fix build on x86-32 where int and intmax_t differLennart Poettering1-1/+1
2015-05-19json: fix a mem leakThomas Hindoe Paaboel Andersen1-3/+1
2015-05-19test/test-json: Tests for the tokenizer bugfix and the DOM parserPavel Odvody1-0/+97
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen1-1/+0
2014-12-22shared: json - support escaping utf16 surrogate pairsTom Gundersen1-0/+3
2014-12-22shared: utf8 - support ucs4 -> utf8Tom Gundersen1-0/+1
2014-12-16test-json: use fabsThomas Hindoe Paaboel Andersen1-1/+3
2014-12-15shared: add minimal JSON tokenizerLennart Poettering1-0/+101