index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
shared
/
json.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tree-wide: use memstream-util
Yu Watanabe
2023-05-31
1
-16
/
+7
*
tree-wide: check memstream buffer after closing the handle
Frantisek Sumsal
2023-05-24
1
-14
/
+15
*
json: correctly handle magic strings when parsing variant strv
Frantisek Sumsal
2023-05-23
1
-2
/
+2
*
shared: correctly propagate possible allocation errors
Frantisek Sumsal
2023-05-22
1
-1
/
+3
*
tree-wide: fix typo and comment style update
Yu Watanabe
2023-02-15
1
-1
/
+1
*
shared/json: avoid use of fake flex array
Zbigniew Jędrzejewski-Szmek
2023-02-06
1
-11
/
+6
*
json: add helper for adding variant to array suppressing duplicates
Lennart Poettering
2022-12-15
1
-1
/
+21
*
bootctl: use output mode where "[]" is written instead for empty output
Zbigniew Jędrzejewski-Szmek
2022-12-01
1
-2
/
+6
*
shared/json: optimize appending objects to arrays
Zbigniew Jędrzejewski-Szmek
2022-12-01
1
-33
/
+79
*
shared/json: make it possible to specify source name for strings too, add tests
Zbigniew Jędrzejewski-Szmek
2022-12-01
1
-14
/
+44
*
json: add build helpers to insert id128 in uuid formatting into json object
Lennart Poettering
2022-11-10
1
-2
/
+9
*
shared/json: use different return code for empty input
Zbigniew Jędrzejewski-Szmek
2022-10-19
1
-2
/
+4
*
shared/json: allow json_variant_dump() to return an error
Zbigniew Jędrzejewski-Szmek
2022-10-18
1
-3
/
+4
*
json: explicitly support offsets relative to NULL when dispatching
Lennart Poettering
2022-09-30
1
-1
/
+14
*
json: add helper for json builder for octescape/base32hex
Lennart Poettering
2022-09-30
1
-32
/
+35
*
json: add dispatchers for 16bit integers
Lennart Poettering
2022-09-30
1
-0
/
+30
*
tree-wide: use ASSERT_PTR more
David Tardon
2022-09-13
1
-18
/
+9
*
json: introduce json_append()
Yu Watanabe
2022-09-03
1
-0
/
+24
*
tree-wide: Fix format specifier warnings for %x
Jan Janssen
2022-08-30
1
-1
/
+1
*
tree-wide: Use correct format specifiers
Jan Janssen
2022-08-30
1
-4
/
+4
*
json: use fpclassify() or its helper functions
Yu Watanabe
2022-07-21
1
-27
/
+15
*
json: actually use numeric C locale we just allocated
Lennart Poettering
2022-07-05
1
-1
/
+3
*
shared/json: fix memleak in sort
Zbigniew Jędrzejewski-Szmek
2022-05-10
1
-2
/
+2
*
shared/json: fix another memleak in normalization
Zbigniew Jędrzejewski-Szmek
2022-05-10
1
-2
/
+2
*
shared/json: add helper to ref first, unref second
Zbigniew Jędrzejewski-Szmek
2022-05-10
1
-26
/
+10
*
shared/json: fix memory leak on failed normalization
Zbigniew Jędrzejewski-Szmek
2022-05-10
1
-2
/
+3
*
shared/json: wrap long comments
Zbigniew Jędrzejewski-Szmek
2022-05-10
1
-18
/
+17
*
shared/json: reduce scope of variables
Zbigniew Jędrzejewski-Szmek
2022-05-10
1
-79
/
+54
*
json: align table
Zbigniew Jędrzejewski-Szmek
2022-05-10
1
-10
/
+8
*
json: use unsigned for refernce counter
Yu Watanabe
2022-04-19
1
-2
/
+2
*
shared: avoid x86_64-specific size assertion on x32
Mike Gilbert
2021-12-10
1
-1
/
+1
*
json: make JSON_BUILD_PAIR_IN_ADDR_NON_NULL or friends handle NULL gracefully
Yu Watanabe
2021-11-30
1
-5
/
+5
*
json: introduce several macros for building json object
Yu Watanabe
2021-11-25
1
-4
/
+314
*
json: don't assert() if we add a NULL element via json_variant_set_field()
Lennart Poettering
2021-11-25
1
-1
/
+0
*
shared/json: use int64_t instead of intmax_t
Zbigniew Jędrzejewski-Szmek
2021-11-18
1
-41
/
+41
*
shared/json: stop using long double
Zbigniew Jędrzejewski-Szmek
2021-11-18
1
-29
/
+26
*
json: do something remotely reasonable when we see NaN/infinity
Lennart Poettering
2021-10-26
1
-0
/
+6
*
json: rework JSON_BUILD_XYZ() macros to use compound literals instead of comp...
Lennart Poettering
2021-08-23
1
-3
/
+3
*
tree-wide: port everything over to new sd-id128 compund literal bliss
Lennart Poettering
2021-08-20
1
-3
/
+1
*
Drop the text argument from assert_not_reached()
Zbigniew Jędrzejewski-Szmek
2021-08-03
1
-6
/
+6
*
tree-wide: "a" -> "an"
Yu Watanabe
2021-06-30
1
-1
/
+1
*
alloc-util: simplify GREEDY_REALLOC() logic by relying on malloc_usable_size()
Lennart Poettering
2021-05-19
1
-15
/
+15
*
tree-wide: use UINT64_MAX or friends
Yu Watanabe
2021-03-04
1
-12
/
+12
*
json: rename json_dispatch_{integer,unsigned} -> json_dispatch_{intmax,uintmax}
Anita Zhang
2021-02-26
1
-2
/
+2
*
Move and rename parse_json_argument() function
Zbigniew Jędrzejewski-Szmek
2021-02-15
1
-21
/
+0
*
shared/json: make JsonVariant.type field wider
Zbigniew Jędrzejewski-Szmek
2021-02-10
1
-4
/
+4
*
log: drop unused LogRealm
Yu Watanabe
2021-01-25
1
-3
/
+3
*
json: add generic cmdline parser for --json= switch
Lennart Poettering
2021-01-09
1
-0
/
+21
*
json: add new json format flag for disabling JSON output
Lennart Poettering
2021-01-09
1
-0
/
+3
*
json: add APIs for quickly inserting hex blobs into as JSON strings
Lennart Poettering
2020-12-17
1
-0
/
+51
[next]