Systemd/src/journal
Lennart Poettering 4850d39ab7 journald: add a couple of static asserts checking logging constants
Whenever we include a log level or facility in a journal string field, make sure the compiler checks for us that that's
actually the right thing to do.
2016-01-26 14:43:24 +01:00
..
.gitignore Add audit type generated files to gitignore 2015-05-05 22:41:42 -04:00
Makefile
audit-type.c tree-wide: sort includes 2015-11-16 22:09:36 +01:00
audit-type.h journal: use audit event names instead of numbers 2015-04-23 23:54:21 -04:00
cat.c util-lib: split out syslog-related calls into syslog-util.[ch] 2015-10-27 13:25:57 +01:00
catalog.c treewide: apply errno.cocci 2015-11-09 20:01:06 +01:00
catalog.h tree-wide: sort includes in *.h 2015-11-18 23:09:02 +01:00
compress.c Merge pull request #1607 from keszybz/lz4-remove-v1 2016-01-20 17:24:59 +01:00
compress.h journal: add dst_allocated_size parameter for compress_blob 2015-12-13 14:54:47 -05:00
coredump-vacuum.c coredump: modernize error logging a bit 2015-11-17 00:52:10 +01:00
coredump-vacuum.h tree-wide: never use the off_t unless glibc makes us use it 2015-09-10 18:16:18 +02:00
coredump.c journald: add a couple of static asserts checking logging constants 2016-01-26 14:43:24 +01:00
coredump.conf Do not advertise .d snippets over main config file 2015-03-03 19:10:21 -05:00
coredumpctl.c tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easy 2015-11-27 19:19:36 +01:00
fsprg.c remove unused includes 2015-02-23 23:53:42 +01:00
fsprg.h tree-wide: sort includes in *.h 2015-11-18 23:09:02 +01:00
journal-authenticate.c tree-wide: sort includes 2015-11-16 22:09:36 +01:00
journal-authenticate.h remove unused includes 2015-02-23 23:53:42 +01:00
journal-def.h util-lib: split out fd-related operations into fd-util.[ch] 2015-10-25 13:19:18 +01:00
journal-file.c Merge pull request #2318 from vcaputo/coalesce-ftruncates-redux 2016-01-23 22:09:51 -05:00
journal-file.h journal: coalesce ftruncate()s in 250ms windows 2016-01-14 16:36:07 -08:00
journal-internal.h tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easy 2015-11-27 19:19:36 +01:00
journal-qrcode.c tree-wide: sort includes 2015-11-16 22:09:36 +01:00
journal-qrcode.h util-lib: split out fd-related operations into fd-util.[ch] 2015-10-25 13:19:18 +01:00
journal-send.c journald: add a couple of static asserts checking logging constants 2016-01-26 14:43:24 +01:00
journal-vacuum.c util-lib: split out allocation calls into alloc-util.[ch] 2015-10-27 13:45:53 +01:00
journal-vacuum.h journal: rework vacuuming logic 2015-10-02 23:21:59 +02:00
journal-verify.c tree-wide: sort includes 2015-11-16 22:09:36 +01:00
journal-verify.h
journalctl.c basic/terminal-util: introduce SYSTEMD_COLORS environment variable 2016-01-20 10:12:41 +01:00
journald-audit.c journald: fix LOG_AUTH facility in audit code 2016-01-26 14:42:04 +01:00
journald-audit.h tree-wide: sort includes in *.h 2015-11-18 23:09:02 +01:00
journald-console.c tree-wide: sort includes 2015-11-16 22:09:36 +01:00
journald-console.h journald: constify all things! 2014-11-03 21:51:28 +01:00
journald-gperf.gperf journal: rework vacuuming logic 2015-10-02 23:21:59 +02:00
journald-kmsg.c journald: allow additional payload in server_driver_message 2016-01-23 19:49:00 -05:00
journald-kmsg.h journald: constify all things! 2014-11-03 21:51:28 +01:00
journald-native.c journal: normalize priority of logging sources 2016-01-08 14:00:04 -08:00
journald-native.h journald: constify all things! 2014-11-03 21:51:28 +01:00
journald-rate-limit.c Merge pull request #1923 from zonque/siphash 2015-11-17 00:32:06 +01:00
journald-rate-limit.h remove unused includes 2015-02-23 23:53:42 +01:00
journald-server.c journald: add a couple of static asserts checking logging constants 2016-01-26 14:43:24 +01:00
journald-server.h journald: use structured message + catalog entry for disk usage 2016-01-23 19:49:00 -05:00
journald-stream.c journal: normalize priority of logging sources 2016-01-08 14:00:04 -08:00
journald-stream.h journald: never block when sending messages on NOTIFY_SOCKET socket 2015-11-01 22:12:29 +01:00
journald-syslog.c journald: allow additional payload in server_driver_message 2016-01-23 19:49:00 -05:00
journald-syslog.h import: introduce new mini-daemon systemd-importd, and make machinectl a client to it 2015-01-22 04:02:07 +01:00
journald-wall.c tree-wide: sort includes 2015-11-16 22:09:36 +01:00
journald-wall.h journald: constify all things! 2014-11-03 21:51:28 +01:00
journald.c journald: allow additional payload in server_driver_message 2016-01-23 19:49:00 -05:00
journald.conf journal: rework vacuuming logic 2015-10-02 23:21:59 +02:00
lookup3.c tree-wide: sort includes 2015-11-16 22:09:36 +01:00
lookup3.h Add __attribute__((const, pure, format)) in various places 2013-05-02 22:52:09 -04:00
mmap-cache.c journal: make mmap_cache_unref() a NOP when NULL is passed, like all other destructors 2015-12-10 11:35:52 +01:00
mmap-cache.h remove unused includes 2015-02-23 23:53:42 +01:00
sd-journal.c journal: decompress_startswith can return an error 2015-12-13 14:54:47 -05:00
stacktrace.c util-lib: split out allocation calls into alloc-util.[ch] 2015-10-27 13:45:53 +01:00
stacktrace.h coredump: include stacktrace of coredumps in the log message 2014-06-19 12:38:45 +02:00
test-audit-type.c journal: use audit event names instead of numbers 2015-04-23 23:54:21 -04:00
test-catalog.c tree-wide: sort includes 2015-11-16 22:09:36 +01:00
test-compress-benchmark.c journal: add dst_allocated_size parameter for compress_blob 2015-12-13 14:54:47 -05:00
test-compress.c journal: add the "repeating sequence" test case 2015-12-13 15:00:30 -05:00
test-coredump-vacuum.c tree-wide: never use the off_t unless glibc makes us use it 2015-09-10 18:16:18 +02:00
test-journal-enum.c tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easy 2015-11-27 19:19:36 +01:00
test-journal-flush.c util-lib: split out allocation calls into alloc-util.[ch] 2015-10-27 13:45:53 +01:00
test-journal-init.c util-lib: split string parsing related calls from util.[ch] into parse-util.[ch] 2015-10-27 13:25:55 +01:00
test-journal-interleaving.c tree-wide: sort includes 2015-11-16 22:09:36 +01:00
test-journal-match.c tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easy 2015-11-27 19:19:36 +01:00
test-journal-send.c test-journal-send: add tests for sendv 2015-12-03 09:14:01 -05:00
test-journal-stream.c tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easy 2015-11-27 19:19:36 +01:00
test-journal-syslog.c util-lib: split out allocation calls into alloc-util.[ch] 2015-10-27 13:45:53 +01:00
test-journal-verify.c tree-wide: sort includes 2015-11-16 22:09:36 +01:00
test-journal.c tree-wide: sort includes 2015-11-16 22:09:36 +01:00
test-mmap-cache.c util-lib: move more file I/O related calls into fileio.[ch] 2015-10-27 13:25:55 +01:00