index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
test
/
test-json.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
test: Use TEST macro
Jan Janssen
2021-11-25
1
-79
/
+56
*
json: add new JSON_BUILD_CONST_STRING() macro
Lennart Poettering
2021-11-25
1
-7
/
+7
*
json: don't assert() if we add a NULL element via json_variant_set_field()
Lennart Poettering
2021-11-25
1
-0
/
+24
*
shared/json: use int64_t instead of intmax_t
Zbigniew Jędrzejewski-Szmek
2021-11-18
1
-12
/
+12
*
shared/json: stop using long double
Zbigniew Jędrzejewski-Szmek
2021-11-18
1
-17
/
+12
*
test-json: add test that makes sure floats are somewhat reasonably implemented
Lennart Poettering
2021-11-15
1
-0
/
+54
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
test-json: add function headers
Zbigniew Jędrzejewski-Szmek
2020-09-01
1
-8
/
+28
*
shared/json: reject non-utf-8 strings
Zbigniew Jędrzejewski-Szmek
2020-09-01
1
-1
/
+1
*
json: use our regular way to turn off compiler warnings
Lennart Poettering
2020-05-25
1
-3
/
+2
*
json: add concept of normalization
Lennart Poettering
2019-12-02
1
-2
/
+90
*
json: add flags parameter to json_parse_file(), for parsing "sensitive" data
Lennart Poettering
2019-12-02
1
-6
/
+6
*
shared/varlink: add missing terminator in json strings
Zbigniew Jędrzejewski-Szmek
2019-05-30
1
-0
/
+4
*
Add fmemopen_unlocked() and use unlocked ops in fuzzers and some other tests
Zbigniew Jędrzejewski-Szmek
2019-04-12
1
-1
/
+2
*
test-json: use standard test intro
Zbigniew Jędrzejewski-Szmek
2019-02-25
1
-4
/
+2
*
test-json: avoid deep stack recursion under msan
Zbigniew Jędrzejewski-Szmek
2019-02-25
1
-0
/
+7
*
test-json: do not pass ephemeral array as intializer to JSON_BUILD_STRV
Zbigniew Jędrzejewski-Szmek
2019-02-11
1
-2
/
+4
*
Delete duplicate lines
Topi Miettinen
2019-01-12
1
-1
/
+0
*
test-json: check absolute and relative difference in floating point test
Zbigniew Jędrzejewski-Szmek
2019-01-03
1
-9
/
+7
*
fileio: when reading a full file into memory, refuse inner NUL bytes
Lennart Poettering
2018-12-17
1
-1
/
+1
*
json: teach json builder "conditional" object fields
Lennart Poettering
2018-11-28
1
-0
/
+16
*
json: add support for using static const strings directly as JsonVariant objects
Lennart Poettering
2018-10-18
1
-4
/
+5
*
json: enforce a maximum nesting depth for json variants
Lennart Poettering
2018-10-18
1
-0
/
+34
*
test: use fabsl instead of fabs as json_variant_real() returns 'long double'
Yu Watanabe
2018-10-13
1
-1
/
+1
*
json: add test
Lennart Poettering
2018-10-10
1
-0
/
+411
*
util-lib: drop json parser
Lennart Poettering
2016-02-13
1
-202
/
+0
*
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-02-10
1
-2
/
+0
*
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split our string related calls from util.[ch] into its own file str...
Lennart Poettering
2015-10-24
1
-1
/
+2
*
json: minor style fixes
v220
Lennart Poettering
2015-05-21
1
-2
/
+3
*
test.json: fix build on x86-32 where int and intmax_t differ
Lennart Poettering
2015-05-21
1
-1
/
+1
*
json: fix a mem leak
Thomas Hindoe Paaboel Andersen
2015-05-19
1
-3
/
+1
*
test/test-json: Tests for the tokenizer bugfix and the DOM parser
Pavel Odvody
2015-05-19
1
-0
/
+97
*
remove unused includes
Thomas Hindoe Paaboel Andersen
2015-02-23
1
-1
/
+0
*
shared: json - support escaping utf16 surrogate pairs
Tom Gundersen
2014-12-22
1
-0
/
+3
*
shared: utf8 - support ucs4 -> utf8
Tom Gundersen
2014-12-22
1
-0
/
+1
*
test-json: use fabs
Thomas Hindoe Paaboel Andersen
2014-12-16
1
-1
/
+3
*
shared: add minimal JSON tokenizer
Lennart Poettering
2014-12-15
1
-0
/
+101