]> git.ipfire.org Git - thirdparty/systemd.git/history - src/journal/coredumpctl.c
shared: add process-util.[ch]
[thirdparty/systemd.git] / src / journal / coredumpctl.c
2015-04-10  Ronny Chevaliershared: add process-util.[ch]
2015-03-13  David Herrmanntree-wide: there is no ENOTSUP on linux
2015-02-23  Thomas Hindoe Paab... remove unused includes
2015-01-06  Zbigniew Jędrzejew... tree-wide: remove unnecessary LOG_PRI
2015-01-05  Lennart Poetteringjournalctl: static variables immediately configured...
2015-01-05  Lennart Poetteringjournal: install sigbus handler for journal tools too
2014-11-28  Michal Schmidttreewide: another round of simplifications
2014-11-28  Michal Schmidttreewide: use log_*_errno whenever %m is in the format...
2014-11-28  Michal Schmidttreewide: more log_*_errno + return simplifications
2014-11-28  Michal Schmidttreewide: more log_*_errno() conversions, multiline...
2014-11-28  Michal Schmidttreewide: no need to negate errno for log_*_errno()
2014-11-28  Michal Schmidttreewide: auto-convert the simple cases to log_*_errno()
2014-09-15  Michal Schmidthashmap: introduce hash_ops to make struct Hashmap...
2014-09-11  Philippe De Swertjournal: do not dereference already freed patterns
2014-08-04  Zbigniew Jędrzejew... Unify parse_argv style
2014-07-31  Zbigniew Jędrzejew... Always prefer our headers to system headers
2014-07-19  Zbigniew Jędrzejew... Small modernizations
2014-07-06  Zbigniew Jędrzejew... coredumpctl: show a useful error on permission problems
2014-07-06  Zbigniew Jędrzejew... journal: add LZ4 as optional compressor
2014-06-26  Thomas Hindoe Paab... coredumpctl: fix potential deref of null pointer
2014-06-26  Thomas Hindoe Paab... coredumpctl: remove unused variable
2014-06-26  Daniel Mackcoredumpctl: fix HAVE_XZ check
2014-06-26  Daniel Mackcoredumpctl: fix build with !HAVE_XZ
2014-06-26  Zbigniew Jędrzejew... coredump+coredumpctl: add COREDUMP_FILENAME, use in...
2014-06-23  Lennart Poetteringcoredump: never write more than the configured processi...
2014-06-23  Lennart Poetteringcoredumpctl: show comm name next to PID
2014-06-23  Lennart Poetteringcoredumpctl: include timestamp information in "coredump...
2014-06-23  Lennart Poetteringcoredump: also escape spaces in comm fields when format...
2014-06-19  Lennart Poetteringcoredumpctl: add missing entries to --help
2014-06-19  Lennart Poetteringcoredumpctl: fix columns sizing for timestamp
2014-06-19  Lennart Poetteringcoredumpctl: introduce new -1 switch for showing a...
2014-06-19  Lennart Poetteringcoredump: include stacktrace of coredumps in the log...
2014-06-18  Lennart Poetteringcoredump: add 3 more metadata fields to coredump entries
2014-06-18  Lennart Poetteringcoredump: add new "info" verb to coredumpctl showing...
2014-06-18  Lennart Poetteringcoredump: make sure coredumpctl can handle externally...
2014-03-18  Lennart Poetteringutil: replace close_nointr_nofail() by a more useful...
2014-01-28  Lennart Poetteringalways use the same code for creating temporary files
2014-01-15  Lukas NykrynRevert "Revert "coredumpctl: in case of error free...
2014-01-14  Zbigniew Jędrzejew... Revert "coredumpctl: in case of error free pattern...
2014-01-14  Lukas Nykryncoredumpctl: in case of error free pattern after print
2013-12-24  Lennart Poetteringlog: log_error() and friends add a newline after each...
2013-12-03  Thomas Hindoe Paab... trivial coding style clean ups
2013-11-26  Daniel Buchtree-wide usage of %m specifier instead of strerror...
2013-11-06  Lennart Poetteringclients: unify how we invoke getopt_long()
2013-08-02  Zbigniew Jędrzejew... coredumpctl: add more debug output
2013-05-21  Jan Janssenman: Document missing options
2013-04-24  Zbigniew Jędrzejew... Add set_consume which always takes ownership
2013-04-18  Harald Hoyermove _cleanup_ attribute in front of the type
2013-04-16  Lennart Poetteringmacro: rework how we define cleanup macros
2013-03-18  Zbigniew Jędrzejew... journal,shared: add _cleanup_journal_close_
2013-03-07  Harald Hoyerpager: introduce "jump to end" option
2013-01-07  Tom GundersenMerge nss-myhostname
2013-01-04  Lennart Poetteringbuild-sys: drop all distribution specfic checks
2012-12-19  Lukas Nykryncoredumpctl: check return of strndup
2012-11-20  Lennart Poetteringjournal: by default do not decompress dat objects large...
2012-11-12  Dave Reisnerenable localization for common *ctl commands
2012-11-09  Dave Reisnercoredumpctl: add missing -F, --field option to help
2012-11-09  Dave Reisnersystemd-coredumpctl: add 'gdb' to usage output
2012-10-30  Zbigniew Jędrzejew... coredumpctl: add --field/-F option
2012-10-30  Zbigniew Jędrzejew... coredumpctl: add --no-legend option
2012-10-30  Zbigniew Jędrzejew... coredumpctl: fix program return code
2012-10-30  Zbigniew Jędrzejew... coredumpctl: add guard to options table
2012-10-28  Michal Sekletarjournal: fix memleak, call set_free before return
2012-10-26  Lennart Poetteringcoredumpctl: add 'gdb' verb to start gdb right-away...
2012-10-26  Lennart Poetteringcoredumpctl: show timestamps in list
2012-10-26  Lennart Poetteringcoredumpctl: optimize journal entry parsing a bit by...
2012-10-26  Lennart Poetteringcoredumpctl: initialize global vars
2012-10-19  Zbigniew Jędrzejew... journal: add tool to extract coredumps