Age | Commit message (Expand) | Author |
2014-07-16 | test-compress-benchmark: add missing % before PRIu64 format | Thomas Hindoe Paaboel Andersen |
2014-07-15 | test-compress-benchmark: silence warnings | Marc-Antoine Perennou |
2014-07-15 | Clear up confusion wrt. ENTRY_SIZE_MAX and DATA_SIZE_MAX | Zbigniew Jędrzejewski-Szmek |
2014-07-15 | Constify ConfigTableItem tables | Zbigniew Jędrzejewski-Szmek |
2014-07-15 | journal-upload: use journal as the source | Zbigniew Jędrzejewski-Szmek |
2014-07-15 | journal-remote: reject fields above maximum size | Zbigniew Jędrzejewski-Szmek |
2014-07-15 | Move network-related journal programs to src/journal-remote/ | Zbigniew Jędrzejewski-Szmek |
2014-07-15 | microhttp-util: rework gnutls logging | Zbigniew Jędrzejewski-Szmek |
2014-07-15 | journal: allow files with no data whatsoever | Zbigniew Jędrzejewski-Szmek |
2014-07-11 | Fix build without any compression enabled | Zbigniew Jędrzejewski-Szmek |
2014-07-11 | journald: turn ForwardToSyslog= off by default | Lennart Poettering |
2014-07-08 | journal/compress: improve xz compression performance | Jon Severinsson |
2014-07-08 | fix #ifdef | Ronny Chevalier |
2014-07-07 | journal/compress: fix calls to decompress_blob | Zbigniew Jędrzejewski-Szmek |
2014-07-06 | coredumpctl: show a useful error on permission problems | Zbigniew Jędrzejewski-Szmek |
2014-07-06 | compress: add benchmark-style test | Zbigniew Jędrzejewski-Szmek |
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 |