index
:
delta/systemd.git
assert-cleanups-and-constification
baserock/adamcoldrick/yaml-morphology
baserock/jjardon/fix_parallel_build
baserock/jjardon/intltool
baserock/morph
baserock/paulsherwood/sd-update
baserock/pedroalvarez/v217
baserock/pedroalvarez/v218
baserock/ps/update-linux-v3.12-systemd-v208
baserock/radiofree/enable_xz
baserock/richardmaw/nspawn-path-escapes
baserock/richardmaw/wip-upgrade-root
baserock/v218-with-canonical-hostname-fix
baserock/v219-314-gd736e4f-network_fixes
baserock/v219-729-g163ab29-jetson_btrfs_fixes
cap-bpf-compat
chase-symlinks-rework
coverity
coverity-now-for-real
coverity-python
default_memory
dependabot/github_actions/actions/checkout-2.4.0
dependabot/github_actions/actions/upload-artifact-2.3.1
dependabot/github_actions/github/codeql-action-1.0.23
dependabot/github_actions/github/codeql-action-1.0.24
dependabot/github_actions/github/codeql-action-1.0.27
dependabot/github_actions/github/super-linter-4.8.2
dependabot/github_actions/github/super-linter-4.8.3
dependabot/github_actions/github/super-linter-4.8.4
dependabot/github_actions/systemd/mkosi-11
dependabot/pip/dot-github/workflows/meson-0.60.3
dev-no-noexec
enabled-optimization
gc-cleanup
gcc-hypothesis
hidden-units-are-good-units
hwdb
keszybz-patch-1
main
master
meson-allows-fuzzer-building
msekletar-security-list-process
oomd-and-user-slices
proot
readme-double-header
revert-10744-logind-lock-down
revert-11715-revert-11534-coverity2
revert-12181-install-etc-systemd-generator-dirs
revert-12463-issue-12452-netlink
revert-13201-networkctl-merge-table_add_cell
revert-13843-watchdog
revert-14900-fix-privatedevices-dev-mac-label
revert-15648-journalctl-cat-beefup
revert-16058-fix-memory-protection-default
revert-16460-turn-off-ubuntu-ppa
revert-1740-master
revert-18355-resolved-discover
revert-18515-temporarily-pin-arch-repos
revert-18807-noexec
revert-19146-fix-JOURNAL-doc
revert-20598-order_noauto
revert-20998-dev/hv-detect
revert-2818-master
revert-2843-clock_boottime
revert-2859-ldconfig-after-localfs
revert-3283-master
revert-3528-upstream-add-networkd-dbus
revert-5012-master
revert-5298-relocatable-tests
revert-6508-audit-socket
setup-semaphore
stat2
systemctl-list-dependencies
systemd-paypal-funding
tasks-max-dynamic
v216-stable
what-s-up-with-coverity
wip/hadess/add-move-udev-action
wip/hadess/chassis-override
wip/hadess/hp-accel-quirk
wip/hadess/lis3lv02d-rule-hp
wip/hadess/logitech-hidraw
wip/hadess/logitech-ultrathin-touch-mouse
wip/hadess/memory-id
wip/hadess/minipro-uaccess
wip/hadess/rfkill-uaccess
wip/hadess/unsupported-dmi
wip/hadess/usb-analysers-uaccess
wip/hadess/webcams
github.com: systemd/systemd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
test-json.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
json: add helper for adding variant to array suppressing duplicates
Lennart Poettering
2022-12-15
1
-0
/
+25
*
shared/json: make it possible to specify source name for strings too, add tests
Zbigniew Jędrzejewski-Szmek
2022-12-01
1
-0
/
+63
*
basic: rename util.h to logarithm.h
Zbigniew Jędrzejewski-Szmek
2022-11-08
1
-1
/
+0
*
shared/json: use different return code for empty input
Zbigniew Jędrzejewski-Szmek
2022-10-19
1
-0
/
+18
*
json: introduce json_append()
Yu Watanabe
2022-09-03
1
-0
/
+15
*
json: use fpclassify() or its helper functions
Yu Watanabe
2022-07-21
1
-6
/
+12
*
test: use fabs() as the argument is double
Yu Watanabe
2022-07-21
1
-6
/
+6
*
test: JSON_BUILD_REAL nowadays expects 'double', not 'long double'
Lennart Poettering
2022-05-09
1
-1
/
+1
*
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-14
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