Age | Commit message (Expand) | Author |
2014-08-13 | journald: Fix off-by-one error in "Missed X kernel messages" warning | Eelco Dolstra |
2014-08-05 | journald: remove redundant newlines | Lennart Poettering |
2014-08-05 | journald: properly sum up entry size counter | Lennart Poettering |
2014-08-03 | Fix misuse of uint64_t as size_t | Zbigniew Jędrzejewski-Szmek |
2014-08-03 | Unify parse_argv style | Zbigniew Jędrzejewski-Szmek |
2014-07-31 | Always prefer our headers to system headers | Zbigniew Jędrzejewski-Szmek |
2014-07-31 | Properly report invalid quoted strings | Zbigniew Jędrzejewski-Szmek |
2014-07-31 | Reject invalid quoted strings | Zbigniew Jędrzejewski-Szmek |
2014-07-29 | time-util: add and use USEC/NSEC_INFINIY | Kay Sievers |
2014-07-28 | journald: always add syslog facility for messages coming from kmsg | Michal Sekletar |
2014-07-26 | Add utility function to append root to path | Zbigniew Jędrzejewski-Szmek |
2014-07-26 | Always check asprintf return code | Karel Zak |
2014-07-19 | journalctl,man: allow + only between terms | Zbigniew Jędrzejewski-Szmek |
2014-07-18 | Small modernizations | Zbigniew Jędrzejewski-Szmek |
2014-07-18 | Be more verbose when bind or listen fails | Zbigniew Jędrzejewski-Szmek |
2014-07-18 | man,journal: add note about sd_journal_get_cutoff_monotonic_usec return value | Zbigniew Jędrzejewski-Szmek |
2014-07-18 | compress: fix return value | Zbigniew Jędrzejewski-Szmek |
2014-07-18 | journal: reduce test-journal-send timeout from 10s to 1s | David Herrmann |
2014-07-16 | journal/verify: flush progress bar, print offset in more places | Zbigniew Jędrzejewski-Szmek |
2014-07-16 | Let config_parse open file where applicable | Zbigniew Jędrzejewski-Szmek |
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 |