Systemd/src/journal
Lennart Poettering 3b719003c3 journald: remove pointless conditionalization
Let's not have #ifdeffery both in the consumers and the providers of the
selinux glue code. Unless the code is particularly complex, let's do the
ifdeffery only in the provider of the selinux glue code, and let's keep
the consumers simple and just invoke it.
2020-10-27 14:12:26 +01:00
..
audit-type.c journal: use missing_audit.h to generate audit_type-list.txt 2018-12-07 11:48:37 +09:00
audit-type.h tree-wide: drop alloca.h when alloc-util.h is included 2019-11-04 00:30:32 +09:00
audit_type-to-name.awk meson: also indent scripts with 8 spaces 2017-04-25 08:49:16 -04:00
cat.c log: introduce log_parse_environment_cli() and log_setup_cli() 2020-06-24 16:49:26 +02:00
catalog.c tree-wide: define iterator inside of the macro 2020-09-08 12:14:05 +02:00
catalog.h journal: Make the output of --update-catalog deterministic 2019-09-06 15:13:54 +02:00
compress.c tree-wide: assorted coccinelle fixes 2020-10-09 15:02:23 +02:00
compress.h compress: do something roughly reasonable when building without compressor 2020-06-25 15:03:18 +02:00
fsprg.c tree-wide: Mark as _unused_ variables that are only used in assert() 2020-05-06 23:03:25 +02:00
fsprg.h tree-wide: use '#pragma once' for header guard 2018-08-30 06:10:43 +03:00
generate-audit_type-list.sh scripts: use 4 space indentation 2019-04-12 08:30:31 +02:00
journal-authenticate.c headers: remove unneeded includes from util.h 2019-03-27 11:53:12 +01:00
journal-authenticate.h tree-wide: remove Lennart's copyright lines 2018-06-14 10:20:20 +02:00
journal-def.h docs: import journal file format docs from fdo wiki 2020-06-25 15:02:34 +02:00
journal-file.c tree-wide: make use of new relative time events in sd-event.h 2020-07-28 11:24:55 +02:00
journal-file.h tree-wide: add new HAVE_COMPRESSION compile time flag 2020-06-25 15:02:45 +02:00
journal-internal.h sd-journal: when enumerating, continue even after an inaccessible field 2020-07-21 17:42:11 +02:00
journal-qrcode.c journal: move qrcode printing code to src/shared/ 2020-08-25 17:58:02 +02:00
journal-qrcode.h journalctl: don't print QR codes if we can't/shan't use colors 2020-06-25 09:28:18 +02:00
journal-send.c tree-wide: assorted coccinelle fixes 2020-10-09 15:02:23 +02:00
journal-vacuum.c util: introduce format_bytes_full() 2019-06-19 23:15:19 +09:00
journal-vacuum.h tree-wide: remove Lennart's copyright lines 2018-06-14 10:20:20 +02:00
journal-verify.c journal: support zstd compression for large objects in journal files 2020-06-25 15:02:18 +02:00
journal-verify.h tree-wide: remove Lennart's copyright lines 2018-06-14 10:20:20 +02:00
journalctl.c tree-wide: assorted coccinelle fixes 2020-10-09 15:02:23 +02:00
journald-audit.c errno-util: let's beef up ERRNO_IS_NOT_SUPPORTED() with socket not supported errors 2020-04-17 16:05:56 +02:00
journald-audit.h tree-wide: add whitespace between type and variable name 2018-12-04 09:29:54 +01:00
journald-console.c tree-wide: cast result of get_process_comm() to (void) where we ignore it 2020-10-27 14:06:49 +01:00
journald-console.h tree-wide: remove Lennart's copyright lines 2018-06-14 10:20:20 +02:00
journald-context.c journald: allow running multiple instances of journald 2020-01-31 15:01:18 +01:00
journald-context.h tree-wide: say "ratelimit" not "rate_limit" 2019-09-20 16:05:53 +02:00
journald-gperf.gperf journald: add configuration option for enabling/disabling audit during journald startup 2020-04-17 16:05:22 +02:00
journald-kmsg.c tree-wide: cast result of get_process_comm() to (void) where we ignore it 2020-10-27 14:06:49 +01:00
journald-kmsg.h tests: add a fuzzer for dev_kmsg_record 2018-11-16 08:44:35 +01:00
journald-native.c journald: remove pointless conditionalization 2020-10-27 14:12:26 +01:00
journald-native.h journald: allow running multiple instances of journald 2020-01-31 15:01:18 +01:00
journald-rate-limit.c journald: specifying _pure_ on static functions is unnecessary, compiler can figure that out on its own 2020-01-31 15:00:37 +01:00
journald-rate-limit.h tree-wide: say "ratelimit" not "rate_limit" 2019-09-20 16:05:53 +02:00
journald-server.c Move {uid,gid}_is_*() from basic to shared 2020-09-25 17:18:56 +02:00
journald-server.h journald: add configuration option for enabling/disabling audit during journald startup 2020-04-17 16:05:22 +02:00
journald-stream.c tree-wide: define iterator inside of the macro 2020-09-08 12:14:05 +02:00
journald-stream.h journald: allow running multiple instances of journald 2020-01-31 15:01:18 +01:00
journald-syslog.c journald: remove pointless conditionalization 2020-10-27 14:12:26 +01:00
journald-syslog.h journald: allow running multiple instances of journald 2020-01-31 15:01:18 +01:00
journald-wall.c tree-wide: cast result of get_process_comm() to (void) where we ignore it 2020-10-27 14:06:49 +01:00
journald-wall.h headers: add missing includes 2019-03-28 19:59:56 +01:00
journald.c journal: drop unreachable path 2020-02-03 10:00:50 +01:00
journald.conf journald: add configuration option for enabling/disabling audit during journald startup 2020-04-17 16:05:22 +02:00
lookup3.c journal: also disable memory tricks when hashing under msan 2019-06-12 17:27:19 +02:00
lookup3.h journal: rename hash64() to jenkins_hash64() 2020-06-25 15:01:36 +02:00
meson.build journalctl: make pcre2 a dlopen() dependency 2020-07-21 10:37:54 +02:00
mmap-cache.c tree-wide: define iterator inside of the macro 2020-09-08 12:14:05 +02:00
mmap-cache.h tree-wide: remove Lennart's copyright lines 2018-06-14 10:20:20 +02:00
pcre2-dlopen.c journalctl: make pcre2 a dlopen() dependency 2020-07-21 10:37:54 +02:00
pcre2-dlopen.h journalctl: make pcre2 a dlopen() dependency 2020-07-21 10:37:54 +02:00
sd-journal.c Merge pull request #16635 from keszybz/do-not-for-each-word 2020-09-09 17:43:38 +02:00
test-audit-type.c test: Add return 0 to main() function (even it is not strictly necessary) 2020-05-13 22:56:42 +02:00
test-catalog.c tree-wide: define iterator inside of the macro 2020-09-08 12:14:05 +02:00
test-compress-benchmark.c tree-wide: add new HAVE_COMPRESSION compile time flag 2020-06-25 15:02:45 +02:00
test-compress.c Rename find_binary to find_executable 2020-09-18 15:28:48 +02:00
test-journal-config.c tree-wide: remove Lennart's copyright lines 2018-06-14 10:20:20 +02:00
test-journal-enum.c tree-wide: add whitespace between type and variable name 2018-12-04 09:29:54 +01:00
test-journal-flush.c test-journal-flush: provide at least *some* logs 2019-08-20 12:01:23 +02:00
test-journal-init.c test-journal: move tests to /var/tmp/ and set FS_NOCOW_FL 2019-04-04 12:18:13 +02:00
test-journal-interleaving.c tree-wide: use PROJECT_FILE instead of __FILE__ 2019-07-04 10:36:00 +02:00
test-journal-match.c tree-wide: add whitespace between type and variable name 2018-12-04 09:29:54 +01:00
test-journal-send.c test-journal-send: send printing of long lines 2020-05-14 17:15:14 +00:00
test-journal-stream.c tree-wide: assorted coccinelle fixes 2020-10-09 15:02:23 +02:00
test-journal-syslog.c test-journal-syslog: initialize variable 2018-09-25 11:34:52 +02:00
test-journal-verify.c test-journal: move tests to /var/tmp/ and set FS_NOCOW_FL 2019-04-04 12:18:13 +02:00
test-journal.c tree-wide: add new HAVE_COMPRESSION compile time flag 2020-06-25 15:02:45 +02:00
test-mmap-cache.c util-lib: split out all temporary file related calls into tmpfiles-util.c 2018-12-02 13:22:29 +01:00