Systemd/src/journal
Lennart Poettering 838c669055 Merge pull request #2158 from keszybz/journal-decompression
Journal decompression fixes
2015-12-23 21:31:07 +01:00
..
.gitignore Add audit type generated files to gitignore 2015-05-05 22:41:42 -04:00
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 journal: fix reporting of output size in compres_stream_lz4 2015-12-13 15:00:19 -05: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 defs: rework CONF_DIRS_NULSTR() macro 2015-11-10 17:31:31 +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 #2158 from keszybz/journal-decompression 2015-12-23 21:31:07 +01:00
journal-file.h tree-wide: sort includes in *.h 2015-11-18 23:09:02 +01: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 journal: silently skip failing large messages if journald is missing 2015-12-03 11:44:59 -05: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 tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easy 2015-11-27 19:19:36 +01:00
journald-audit.c util-lib: split out allocation calls into alloc-util.[ch] 2015-10-27 13:45:53 +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 tree-wide: group include of libudev.h with sd-* 2015-11-17 07:06:08 +01:00
journald-kmsg.h journald: constify all things! 2014-11-03 21:51:28 +01:00
journald-native.c selinux: split up mac_selinux_have() from mac_selinux_use() 2015-11-27 20:28:13 +01: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 Merge pull request #2053 from poettering/selinux-fix 2015-11-30 19:30:03 +01:00
journald-server.h journal: move the gist of server_fix_perms to acl-util.[hc] 2015-11-27 23:32:32 -05:00
journald-stream.c selinux: split up mac_selinux_have() from mac_selinux_use() 2015-11-27 20:28:13 +01: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 selinux: split up mac_selinux_have() from mac_selinux_use() 2015-11-27 20:28:13 +01: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 tree-wide: sort includes 2015-11-16 22:09:36 +01: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
Makefile
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
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