Age | Commit message (Expand) | Author |
2014-09-15 | hashmap: introduce hash_ops to make struct Hashmap smaller | Michal Schmidt |
2014-09-11 | journal: do not dereference already freed patterns | Philippe De Swert |
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-18 | Small modernizations | Zbigniew Jędrzejewski-Szmek |
2014-07-06 | coredumpctl: show a useful error on permission problems | Zbigniew Jędrzejewski-Szmek |
2014-07-06 | journal: add LZ4 as optional compressor | Zbigniew Jędrzejewski-Szmek |
2014-06-27 | coredumpctl: fix potential deref of null pointer | Thomas Hindoe Paaboel Andersen |
2014-06-26 | coredumpctl: remove unused variable | 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 | coredump+coredumpctl: add COREDUMP_FILENAME, use in coredumpctl | 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 | 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-19 | coredumpctl: add missing entries to --help | Lennart Poettering |
2014-06-19 | coredumpctl: fix columns sizing for timestamp | Lennart Poettering |
2014-06-19 | coredumpctl: introduce new -1 switch for showing a single, most recent entry ... | 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-03-18 | util: replace close_nointr_nofail() by a more useful safe_close() | Lennart Poettering |
2014-01-28 | always use the same code for creating temporary files | Lennart Poettering |
2014-01-15 | Revert "Revert "coredumpctl: in case of error free pattern after print"" | Lukas Nykryn |
2014-01-14 | Revert "coredumpctl: in case of error free pattern after print" | Zbigniew Jędrzejewski-Szmek |
2014-01-14 | coredumpctl: in case of error free pattern after print | Lukas Nykryn |
2013-12-24 | log: log_error() and friends add a newline after each line anyway, so avoid i... | Lennart Poettering |
2013-12-03 | trivial coding style clean ups | Thomas Hindoe Paaboel Andersen |
2013-11-26 | tree-wide usage of %m specifier instead of strerror(errno) | Daniel Buch |
2013-11-06 | clients: unify how we invoke getopt_long() | Lennart Poettering |
2013-08-02 | coredumpctl: add more debug output | Zbigniew Jędrzejewski-Szmek |
2013-05-21 | man: Document missing options | Jan Janssen |
2013-04-24 | Add set_consume which always takes ownership | Zbigniew Jędrzejewski-Szmek |
2013-04-18 | move _cleanup_ attribute in front of the type | Harald Hoyer |
2013-04-16 | macro: rework how we define cleanup macros | Lennart Poettering |
2013-03-18 | journal,shared: add _cleanup_journal_close_ | Zbigniew Jędrzejewski-Szmek |
2013-03-07 | pager: introduce "jump to end" option | Harald Hoyer |
2013-01-04 | build-sys: drop all distribution specfic checks | Lennart Poettering |
2012-12-19 | coredumpctl: check return of strndup | Lukas Nykryn |
2012-11-21 | journal: by default do not decompress dat objects larger than 64K | Lennart Poettering |
2012-11-12 | enable localization for common *ctl commands | Dave Reisner |
2012-11-09 | coredumpctl: add missing -F, --field option to help | Dave Reisner |
2012-11-09 | systemd-coredumpctl: add 'gdb' to usage output | Dave Reisner |
2012-10-30 | coredumpctl: add --field/-F option | Zbigniew Jędrzejewski-Szmek |
2012-10-30 | coredumpctl: add --no-legend option | Zbigniew Jędrzejewski-Szmek |
2012-10-30 | coredumpctl: fix program return code | Zbigniew Jędrzejewski-Szmek |
2012-10-30 | coredumpctl: add guard to options table | Zbigniew Jędrzejewski-Szmek |
2012-10-28 | journal: fix memleak, call set_free before return | Michal Sekletar |