summaryrefslogtreecommitdiffstats
path: root/src/shared/json.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move various files that don't need to be in basic/ to shared/Zbigniew Jędrzejewski-Szmek2018-11-201-0/+3385
* build-sys: split internal basic/ library from shared/Kay Sievers2015-06-111-866/+0
* json: minor style fixesv220Lennart Poettering2015-05-211-12/+21
* json: avoid cleanup of unitialized variableZbigniew Jędrzejewski-Szmek2015-05-211-1/+1
* json: fix a mem leakThomas Hindoe Paaboel Andersen2015-05-191-1/+1
* shared/json: Added DOM-like JSON parserPavel Odvody2015-05-191-10/+422
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-1/+0
* shared: json - support escaping utf16 surrogate pairsTom Gundersen2014-12-221-22/+59
* shared: utf8 - support ucs4 -> utf8Tom Gundersen2014-12-221-1/+1
* shared: add minimal JSON tokenizerLennart Poettering2014-12-151-0/+409