Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-05-21 | json: minor style fixessystemd/v220 | Lennart Poettering | |
2015-05-21 | test.json: fix build on x86-32 where int and intmax_t differ | Lennart Poettering | |
2015-05-19 | json: fix a mem leak | Thomas Hindoe Paaboel Andersen | |
2015-05-19 | test/test-json: Tests for the tokenizer bugfix and the DOM parser | Pavel Odvody | |
The DOM parser tests are accompanied with structure and element analysis | |||
2015-02-23 | remove unused includes | Thomas Hindoe Paaboel Andersen | |
This patch removes includes that are not used. The removals were found with include-what-you-use which checks if any of the symbols from a header is in use. | |||
2014-12-22 | shared: json - support escaping utf16 surrogate pairs | Tom Gundersen | |
We originally only supported escaping ucs2 encoded characters (as \uxxxx). This only covers the BMP. Support escaping also utf16 surrogate pairs (on the form \uxxxx\uyyyy) to cover all of unicode. | |||
2014-12-22 | shared: utf8 - support ucs4 -> utf8 | Tom Gundersen | |
Originally we only supported ucs2, so move the ucs4 version from libsystemd-terminal to shared and use that everywhere. | |||
2014-12-16 | test-json: use fabs | Thomas Hindoe Paaboel Andersen | |
2014-12-15 | shared: add minimal JSON tokenizer | Lennart Poettering | |