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
*
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
*
Merge pull request #17702 from rnhmjoj/master
Lennart Poettering
2020-12-16
1
-4
/
+4
|
\
|
*
tree-wide: avoid direct use of color macros
rnhmjoj
2020-12-15
1
-4
/
+4
*
|
json: log location also when there is no file
Zbigniew Jędrzejewski-Szmek
2020-12-10
1
-0
/
+10
|
/
*
fileio: teach read_full_file_full() to read from offset/with maximum size
Lennart Poettering
2020-12-01
1
-1
/
+1
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
fileio: beef up READ_FULL_FILE_CONNECT_SOCKET to allow setting sender socket ...
Lennart Poettering
2020-11-03
1
-1
/
+1
*
macro: introduce POINTER_MAX as define for (void*) -1
Lennart Poettering
2020-10-22
1
-1
/
+1
*
shared/json: reject non-utf-8 strings
Zbigniew Jędrzejewski-Szmek
2020-09-01
1
-1
/
+8
*
json: split out string formatting to a separate function
Zbigniew Jędrzejewski-Szmek
2020-09-01
1
-54
/
+54
*
json: add support for byte arrays to json builder
Lennart Poettering
2020-08-26
1
-0
/
+30
*
json: add helpers for dealing with id128 + strv
Lennart Poettering
2020-08-12
1
-0
/
+45
*
json: turn off ubsan for json_variant_has_type()
Lennart Poettering
2020-05-26
1
-1
/
+4
*
macro: introduce DISABLE_WARNING_TYPE_LIMITS and make use of it everywhere
Lennart Poettering
2020-05-25
1
-3
/
+2
*
json: use our regular way to turn off compiler warnings
Lennart Poettering
2020-05-25
1
-18
/
+14
*
json: when making a copy of a json variant, propagate the sensitive bit
Lennart Poettering
2020-04-29
1
-1
/
+30
*
tree-wide: spellcheck using codespell
Zbigniew Jędrzejewski-Szmek
2020-04-16
1
-1
/
+1
*
user-util: rework how we validate user names
Lennart Poettering
2020-04-08
1
-1
/
+1
*
userdb: allow dots in username
Mike Gilbert
2020-02-27
1
-1
/
+1
*
json: lower maximum allowed recursion to 2K
Lennart Poettering
2020-01-21
1
-3
/
+9
*
json: add new output flag JSON_PRETTY_AUTO
Lennart Poettering
2019-12-02
1
-0
/
+3
*
json: add const string dispatcher
Lennart Poettering
2019-12-02
1
-0
/
+21
*
json: teach json_build() to build arrays from C arrays of JsonVariant
Lennart Poettering
2019-12-02
1
-0
/
+30
*
json: add more dispatch helpers
Lennart Poettering
2019-12-02
1
-0
/
+76
*
json: add json_variant_set_field_integer() and json_variant_set_field_boolean...
Lennart Poettering
2019-12-02
1
-0
/
+22
*
json: add json_variant_unbase64() helper
Lennart Poettering
2019-12-02
1
-0
/
+8
*
json: add new flag for forcing a flush after dumping json data to file
Lennart Poettering
2019-12-02
1
-0
/
+3
*
json: permit 'null' as a way to reset tri-states to default
Lennart Poettering
2019-12-02
1
-0
/
+5
*
json: allow putting together base64 fields with json_build()
Lennart Poettering
2019-12-02
1
-0
/
+30
*
json: add new helper json_variant_append_array()
Lennart Poettering
2019-12-02
1
-0
/
+43
*
json: add new helper json_variant_new_base64()
Lennart Poettering
2019-12-02
1
-0
/
+14
*
json: add concept of normalization
Lennart Poettering
2019-12-02
1
-18
/
+219
*
json: add json_variant_merge() helper
Lennart Poettering
2019-12-02
1
-0
/
+63
*
json: add json_variant_set_field_string() and json_variant_set_field_unsigned()
Lennart Poettering
2019-12-02
1
-0
/
+22
*
json: add json_variant_strv() helper that converts a json variant to an strv
Lennart Poettering
2019-12-02
1
-0
/
+60
*
json: optionally, make string checks stricter when dispatching strings
Lennart Poettering
2019-12-02
1
-0
/
+9
*
json: add flags parameter to json_parse_file(), for parsing "sensitive" data
Lennart Poettering
2019-12-02
1
-7
/
+14
*
json: add json_parse_file_at() helper
Lennart Poettering
2019-12-02
1
-2
/
+2
*
json: add a new "sensitive" flags for JsonVariant objects
Lennart Poettering
2019-12-02
1
-3
/
+73
*
json: add new json_variant_set_field() helper
Lennart Poettering
2019-12-02
1
-0
/
+69
[next]