Age | Commit message (Expand) | Author |
2014-07-06 | journal: add LZ4 as optional compressor | Zbigniew Jędrzejewski-Szmek |
2014-07-06 | journal/compress: return early in uncompress_startswith | Zbigniew Jędrzejewski-Szmek |
2014-07-01 | coredump: vacuum - fix calculation of 10% of fs size for MaxUse | Thomas Hindoe Paaboel Andersen |
2014-06-27 | journald: make MaxFileSec really default to 1month | Michał Bartoszkiewicz |
2014-06-27 | coredump: simplify compression logic a bit | Lennart Poettering |
2014-06-27 | coredump: replace Compression= setting by simpler Compress= boolean setting | Lennart Poettering |
2014-06-27 | coredump: don't expose the compression level as configuration option | Lennart Poettering |
2014-06-27 | journald: invoking fstatvfs() is now redundant in the vacuuming code | Lennart Poettering |
2014-06-27 | coredump: don't be annoyed if another coredump hook removes our coredump whil... | Lennart Poettering |
2014-06-27 | coredump: fix how the compression level is verified | Lennart Poettering |
2014-06-27 | coredump: add simple coredump vacuuming | Lennart Poettering |
2014-06-27 | coredumpctl: fix potential deref of null pointer | Thomas Hindoe Paaboel Andersen |
2014-06-27 | coredump: make sure variable is set if uncompressed | Thomas Hindoe Paaboel Andersen |
2014-06-26 | coredumpctl: remove unused variable | Thomas Hindoe Paaboel Andersen |
2014-06-26 | coredump: fix debug message | Thomas Hindoe Paaboel Andersen |
2014-06-26 | coredumpctl: fix HAVE_XZ check | Daniel Mack |
2014-06-26 | coredumpctl: fix build with !HAVE_XZ | Daniel Mack |
2014-06-26 | man: add coredump.conf(5) | Zbigniew Jędrzejewski-Szmek |
2014-06-26 | coredump+coredumpctl: add COREDUMP_FILENAME, use in coredumpctl | Zbigniew Jędrzejewski-Szmek |
2014-06-26 | coredump: make compression configurable | Zbigniew Jędrzejewski-Szmek |
2014-06-26 | coredump: compress core files | Zbigniew Jędrzejewski-Szmek |
2014-06-26 | journal/compress: add stream compression/decompression functions | Zbigniew Jędrzejewski-Szmek |
2014-06-26 | journal/compress: simplify compress_blob | Zbigniew Jędrzejewski-Szmek |
2014-06-25 | tests: add test-compress | Ronny Chevalier |
2014-06-23 | coredump: log coredump even if core dumping fails | Zbigniew Jędrzejewski-Szmek |
2014-06-23 | coredump: retrieve comm information from /proc | Zbigniew Jędrzejewski-Szmek |
2014-06-23 | coredump: never write more than the configured processing size limit to disk | Lennart Poettering |
2014-06-23 | coredumpctl: show comm name next to PID | Lennart Poettering |
2014-06-23 | coredump: quit early if we cannot store ay coredump to disk | Lennart Poettering |
2014-06-23 | coredumpctl: include timestamp information in "coredumpctl info" output | Lennart Poettering |
2014-06-23 | coredump: also escape spaces in comm fields when formatting file names | Lennart Poettering |
2014-06-22 | consistently order cleanup attribute before type | Thomas Hindoe Paaboel Andersen |
2014-06-20 | coredump: fix include of xattr.h | Filipe Brandenburger |
2014-06-19 | coredumpctl: add missing entries to --help | Lennart Poettering |
2014-06-19 | coredumpctl: fix columns sizing for timestamp | Lennart Poettering |
2014-06-19 | journal-send.c: use automatic cleanup | Zbigniew Jędrzejewski-Szmek |
2014-06-19 | journald: make SplitMode=uid the default | Lennart Poettering |
2014-06-19 | coredumpctl: introduce new -1 switch for showing a single, most recent entry ... | Lennart Poettering |
2014-06-19 | coredump: simplify how we apply extended attributes to coredumps | Lennart Poettering |
2014-06-19 | coredump: include stacktrace of coredumps in the log message | Lennart Poettering |
2014-06-19 | coredump: add 3 more metadata fields to coredump entries | Lennart Poettering |
2014-06-19 | coredump: add new "info" verb to coredumpctl showing detailed information abo... | Lennart Poettering |
2014-06-19 | coredump: make sure coredumpctl can handle externally stored coredumps | Lennart Poettering |
2014-06-19 | coredump: optionally store coredumps on disk, not in the journal | Lennart Poettering |
2014-06-16 | journal-remote: fix memleak | Thomas Hindoe Paaboel Andersen |
2014-06-13 | os-release: define /usr/lib/os-release as fallback for /etc/os-release | Lennart Poettering |
2014-06-11 | journald: create /run/log/journal with the correct access modes | Lennart Poettering |
2014-06-10 | tmpfiles: get rid of "m" lines, make them redundant by "z" | Lennart Poettering |
2014-06-04 | journald: move /dev/log socket to /run | Lennart Poettering |
2014-05-28 | build-sys: use glibc's xattr support instead of requiring libattr | Kay Sievers |