summaryrefslogtreecommitdiff
path: root/src/journal/coredumpctl.c
Commit message (Expand)AuthorAge
* treewide: another round of simplificationsMichal Schmidt2014-11-28
* treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt2014-11-28
* treewide: more log_*_errno + return simplificationsMichal Schmidt2014-11-28
* treewide: more log_*_errno() conversions, multiline callsMichal Schmidt2014-11-28
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-28
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-28
* hashmap: introduce hash_ops to make struct Hashmap smallerMichal Schmidt2014-09-15
* journal: do not dereference already freed patternsPhilippe De Swert2014-09-11
* Unify parse_argv styleZbigniew Jędrzejewski-Szmek2014-08-03
* Always prefer our headers to system headersZbigniew Jędrzejewski-Szmek2014-07-31
* Small modernizationsZbigniew Jędrzejewski-Szmek2014-07-18
* coredumpctl: show a useful error on permission problemsZbigniew Jędrzejewski-Szmek2014-07-06
* journal: add LZ4 as optional compressorZbigniew Jędrzejewski-Szmek2014-07-06
* coredumpctl: fix potential deref of null pointerThomas Hindoe Paaboel Andersen2014-06-27
* coredumpctl: remove unused variableThomas Hindoe Paaboel Andersen2014-06-26
* coredumpctl: fix HAVE_XZ checkDaniel Mack2014-06-26
* coredumpctl: fix build with !HAVE_XZDaniel Mack2014-06-26
* coredump+coredumpctl: add COREDUMP_FILENAME, use in coredumpctlZbigniew Jędrzejewski-Szmek2014-06-26
* coredump: never write more than the configured processing size limit to diskLennart Poettering2014-06-23
* coredumpctl: show comm name next to PIDLennart Poettering2014-06-23
* coredumpctl: include timestamp information in "coredumpctl info" outputLennart Poettering2014-06-23
* coredump: also escape spaces in comm fields when formatting file namesLennart Poettering2014-06-23
* coredumpctl: add missing entries to --helpLennart Poettering2014-06-19
* coredumpctl: fix columns sizing for timestampLennart Poettering2014-06-19
* coredumpctl: introduce new -1 switch for showing a single, most recent entry ...Lennart Poettering2014-06-19
* coredump: include stacktrace of coredumps in the log messageLennart Poettering2014-06-19
* coredump: add 3 more metadata fields to coredump entriesLennart Poettering2014-06-19
* coredump: add new "info" verb to coredumpctl showing detailed information abo...Lennart Poettering2014-06-19
* coredump: make sure coredumpctl can handle externally stored coredumpsLennart Poettering2014-06-19
* util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering2014-03-18
* always use the same code for creating temporary filesLennart Poettering2014-01-28
* Revert "Revert "coredumpctl: in case of error free pattern after print""Lukas Nykryn2014-01-15
* Revert "coredumpctl: in case of error free pattern after print"Zbigniew Jędrzejewski-Szmek2014-01-14
* coredumpctl: in case of error free pattern after printLukas Nykryn2014-01-14
* log: log_error() and friends add a newline after each line anyway, so avoid i...Lennart Poettering2013-12-24
* trivial coding style clean upsThomas Hindoe Paaboel Andersen2013-12-03
* tree-wide usage of %m specifier instead of strerror(errno)Daniel Buch2013-11-26
* clients: unify how we invoke getopt_long()Lennart Poettering2013-11-06
* coredumpctl: add more debug outputZbigniew Jędrzejewski-Szmek2013-08-02
* man: Document missing optionsJan Janssen2013-05-21
* Add set_consume which always takes ownershipZbigniew Jędrzejewski-Szmek2013-04-24
* move _cleanup_ attribute in front of the typeHarald Hoyer2013-04-18
* macro: rework how we define cleanup macrosLennart Poettering2013-04-16
* journal,shared: add _cleanup_journal_close_Zbigniew Jędrzejewski-Szmek2013-03-18
* pager: introduce "jump to end" optionHarald Hoyer2013-03-07
* build-sys: drop all distribution specfic checksLennart Poettering2013-01-04
* coredumpctl: check return of strndupLukas Nykryn2012-12-19
* journal: by default do not decompress dat objects larger than 64KLennart Poettering2012-11-21
* enable localization for common *ctl commandsDave Reisner2012-11-12
* coredumpctl: add missing -F, --field option to helpDave Reisner2012-11-09