Systemd/src/journal
2020-08-10 19:28:05 +02:00
..
audit-type.c
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
cat.c log: introduce log_parse_environment_cli() and log_setup_cli() 2020-06-24 16:49:26 +02:00
catalog.c tree-wide: use siphash24_compress_string() where it is applicable 2020-07-22 19:55:14 +09:00
catalog.h
compress.c journal/compress: remove loop in decompress_startswith_zstd() 2020-07-21 17:42:15 +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
generate-audit_type-list.sh
journal-authenticate.c
journal-authenticate.h
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 journalctl: reshuffle console message about fss keys 2020-08-05 10:49:46 +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 journal: drop the assert-only variable completely 2020-06-11 10:22:09 +02:00
journal-vacuum.c
journal-vacuum.h
journal-verify.c journal: support zstd compression for large objects in journal files 2020-06-25 15:02:18 +02:00
journal-verify.h
journalctl.c Merge pull request #16684 from keszybz/assorted-cleanups 2020-08-10 19:28:05 +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
journald-console.c
journald-console.h
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 journald: minor wording tweak in message 2020-07-07 12:14:41 +02:00
journald-kmsg.h
journald-native.c tree-wide: use the return value from sockaddr_un_set_path() 2020-03-02 15:55:44 +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 tree-wide: make use of new relative time events in sd-event.h 2020-07-28 11:24:55 +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 journald: rework pid change handling 2020-05-13 21:32:38 +02:00
journald-stream.h journald: allow running multiple instances of journald 2020-01-31 15:01:18 +01:00
journald-syslog.c tree-wide: make sure our control buffers are properly aligned 2020-05-07 14:39:44 +02:00
journald-syslog.h journald: allow running multiple instances of journald 2020-01-31 15:01:18 +01:00
journald-wall.c
journald-wall.h
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
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: use structured initialization at various places 2020-04-24 07:44:42 +02:00
mmap-cache.h
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 sd-journal: when enumerating, continue even after an inaccessible field 2020-07-21 17:42:11 +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 Remove unneded {}s 2020-04-13 09:31:49 +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 journal/compress: remove loop in decompress_startswith_zstd() 2020-07-21 17:42:15 +02:00
test-journal-config.c
test-journal-enum.c
test-journal-flush.c
test-journal-init.c
test-journal-interleaving.c
test-journal-match.c
test-journal-send.c test-journal-send: send printing of long lines 2020-05-14 17:15:14 +00:00
test-journal-stream.c journal: use a different hash function for each journal file 2020-06-25 15:01:45 +02:00
test-journal-syslog.c
test-journal-verify.c
test-journal.c tree-wide: add new HAVE_COMPRESSION compile time flag 2020-06-25 15:02:45 +02:00
test-mmap-cache.c