Systemd/src/journal-remote
Zbigniew Jędrzejewski-Szmek 605405c6cc tree-wide: drop NULL sentinel from strjoin
This makes strjoin and strjoina more similar and avoids the useless final
argument.

spatch -I . -I ./src -I ./src/basic -I ./src/basic -I ./src/shared -I ./src/shared -I ./src/network -I ./src/locale -I ./src/login -I ./src/journal -I ./src/journal -I ./src/timedate -I ./src/timesync -I ./src/nspawn -I ./src/resolve -I ./src/resolve -I ./src/systemd -I ./src/core -I ./src/core -I ./src/libudev -I ./src/udev -I ./src/udev/net -I ./src/udev -I ./src/libsystemd/sd-bus -I ./src/libsystemd/sd-event -I ./src/libsystemd/sd-login -I ./src/libsystemd/sd-netlink -I ./src/libsystemd/sd-network -I ./src/libsystemd/sd-hwdb -I ./src/libsystemd/sd-device -I ./src/libsystemd/sd-id128 -I ./src/libsystemd-network --sp-file coccinelle/strjoin.cocci --in-place $(git ls-files src/*.c)

git grep -e '\bstrjoin\b.*NULL' -l|xargs sed -i -r 's/strjoin\((.*), NULL\)/strjoin(\1)/'

This might have missed a few cases (spatch has a really hard time dealing
with _cleanup_ macros), but that's no big issue, they can always be fixed
later.
2016-10-23 11:43:27 -04:00
..
.gitignore journal-upload: add config file 2014-07-15 22:34:41 -04:00
browse.html tree-wide: minor formatting inconsistency cleanups 2016-02-23 14:20:34 -08:00
journal-gatewayd.c tree-wide: drop NULL sentinel from strjoin 2016-10-23 11:43:27 -04:00
journal-remote-parse.c journal-remote : Ensure reallocation of source->buf does not result in source->size < source->filled (#3086) 2016-04-22 14:04:17 -04:00
journal-remote-parse.h tree-wide: place #pragma once at the same place everywhere 2016-02-20 22:42:29 +01:00
journal-remote-write.c tree-wide: use mfree more 2016-10-16 23:35:39 -04:00
journal-remote-write.h tree-wide: place #pragma once at the same place everywhere 2016-02-20 22:42:29 +01:00
journal-remote.c journal-remote: make the child pipe non-blocking 2016-10-10 15:11:01 -04:00
journal-remote.conf.in Add Seal option in the configuration file for journald-remote 2015-12-20 13:23:33 +01:00
journal-remote.h tree-wide: place #pragma once at the same place everywhere 2016-02-20 22:42:29 +01:00
journal-upload-journal.c journal-upload: make watchdog state non-static 2016-04-05 20:28:56 -04:00
journal-upload.c tree-wide: drop NULL sentinel from strjoin 2016-10-23 11:43:27 -04:00
journal-upload.conf.in journal-upload: add config file 2014-07-15 22:34:41 -04:00
journal-upload.h journal-upload: make watchdog state non-static 2016-04-05 20:28:56 -04:00
log-generator.py log-generator: add option to generate easily compressible data 2015-11-03 00:23:16 +01:00
Makefile Move network-related journal programs to src/journal-remote/ 2014-07-15 22:23:47 -04:00
microhttpd-util.c microhttpd-util: add the trailing newline automatically 2016-09-13 20:10:56 -04:00
microhttpd-util.h journal-remote: implement %m support in mhd_respondf 2016-09-13 20:10:56 -04:00