index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
basic
/
json.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
basic/json: silence gcc warning about limited range of data type
Zbigniew Jędrzejewski-Szmek
2018-11-15
1
-2
/
+2
*
json: decrease DEPTH_MAX to 4k
Yu Watanabe
2018-11-14
1
-3
/
+4
*
Merge pull request #10378 from poettering/json-fuzz-fix
Zbigniew Jędrzejewski-Szmek
2018-10-25
1
-59
/
+154
|
\
|
*
json: add support for using static const strings directly as JsonVariant objects
Lennart Poettering
2018-10-18
1
-22
/
+72
|
*
json: minor optimization
Lennart Poettering
2018-10-18
1
-9
/
+4
|
*
json: when creating an object, insist that every second item is a string
Lennart Poettering
2018-10-18
1
-0
/
+4
|
*
json: enforce a maximum nesting depth for json variants
Lennart Poettering
2018-10-18
1
-16
/
+51
|
*
json: slightly reorder JsonVariant
Lennart Poettering
2018-10-18
1
-4
/
+4
|
*
json: avoid stack allocation of long strings in a recursive function
Lennart Poettering
2018-10-18
1
-2
/
+12
|
*
json: return a double when we shall return a double
Lennart Poettering
2018-10-18
1
-1
/
+1
|
*
json: use structured initialization all the way
Lennart Poettering
2018-10-18
1
-7
/
+8
*
|
tree-wide: some automatic coccinelle fixes (#10463)
Lennart Poettering
2018-10-19
1
-3
/
+2
|
/
*
json: fix memleak on OOM
Lennart Poettering
2018-10-13
1
-2
/
+2
*
json: add a nice JSON parser
Lennart Poettering
2018-10-10
1
-0
/
+3290
*
util-lib: drop json parser
Lennart Poettering
2016-02-13
1
-871
/
+0
*
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-02-10
1
-2
/
+0
*
utf8.[ch] et al: use char32_t and char16_t instead of int, int32_t, int16_t
Shawn Landden
2016-01-27
1
-3
/
+3
*
basic: include only what we use
Thomas Hindoe Paaboel Andersen
2015-11-30
1
-0
/
+3
*
tree-wide: sort includes
Thomas Hindoe Paaboel Andersen
2015-11-16
1
-1
/
+1
*
Revert "utf8.[ch]: use char32_t and char16_t instead of int, int32_t, int16_t"
Lennart Poettering
2015-11-02
1
-2
/
+2
*
utf8.[ch]: use char32_t and char16_t instead of int, int32_t, int16_t
Shawn Landden
2015-11-01
1
-2
/
+2
*
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split out hex/dec/oct encoding/decoding into its own file
Lennart Poettering
2015-10-27
1
-1
/
+2
*
util-lib: split our string related calls from util.[ch] into its own file str...
Lennart Poettering
2015-10-24
1
-1
/
+3
*
build-sys: split internal basic/ library from shared/
Kay Sievers
2015-06-11
1
-0
/
+866