index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
coredump
/
coredumpctl.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename def.h to constants.h
Zbigniew Jędrzejewski-Szmek
2022-11-08
1
-1
/
+1
*
basic: move version() to build.h+c
Zbigniew Jędrzejewski-Szmek
2022-11-08
1
-1
/
+1
*
coredumpctl: add --root= + --image= to --help text
Lennart Poettering
2022-10-25
1
-0
/
+2
*
coredumpctl: Add support for the --root option (after merge fixes)
Richard Phibel
2022-10-10
1
-10
/
+9
*
coredumpctl: Add support for the --image option
Richard Phibel
2022-10-03
1
-2
/
+34
*
coredumpctl: Add support for the --root option
Richard Phibel
2022-10-03
1
-4
/
+76
*
shared/format-table: use enum instead of Table.empty_string
Zbigniew Jędrzejewski-Szmek
2022-09-22
1
-1
/
+1
*
coredumpctl: rename table entry
Zbigniew Jędrzejewski-Szmek
2022-09-17
1
-1
/
+1
*
coredumpctl: Use BusLocator functions
Alexander Wilson
2022-07-21
1
-7
/
+2
*
tree-wide: add a space after if, switch, for, and while
Yu Watanabe
2022-04-01
1
-1
/
+1
*
strv: make iterator in STRV_FOREACH() declaread in the loop
Yu Watanabe
2022-03-19
1
-1
/
+0
*
Make pager_open() return void
Zbigniew Jędrzejewski-Szmek
2021-11-03
1
-1
/
+1
*
coredumpctl: stop truncating information about coredump
Zbigniew Jędrzejewski-Szmek
2021-10-12
1
-0
/
+2
*
coredump: Add --all option
Daan De Meyer
2021-10-07
1
-1
/
+9
*
coredump: Don't log an error if D-Bus isn't running
Daan De Meyer
2021-10-06
1
-0
/
+4
*
Drop the text argument from assert_not_reached()
Zbigniew Jędrzejewski-Szmek
2021-08-03
1
-1
/
+1
*
tree-wide: add FORMAT_BYTES()
Zbigniew Jędrzejewski-Szmek
2021-07-09
1
-4
/
+2
*
tree-wide: add FORMAT_TIMESTAMP_RELATIVE()
Zbigniew Jędrzejewski-Szmek
2021-07-09
1
-8
/
+4
*
tree-wide: use FORMAT_TIMESTAMP()
Zbigniew Jędrzejewski-Szmek
2021-07-09
1
-2
/
+2
*
coredumpctl: show --help text if "coredumpctl help" is called
Lennart Poettering
2021-07-02
1
-2
/
+3
*
tree-wide: avoid uninitialized warning on _cleanup_ variables
Luca Boccassi
2021-04-14
1
-2
/
+2
*
coredump: use path_equal_filename helper
Luca Boccassi
2021-04-07
1
-15
/
+1
*
coredumpctl: fetch JSON object by key instead of iterating
Luca Boccassi
2021-04-07
1
-22
/
+5
*
coredump: rename COREDUMP_PKGMETA_ fields to COREDUMP_PACKAGE_
Luca Boccassi
2021-04-07
1
-3
/
+3
*
coredump: use JSON helpers instead of creating objects manually
Luca Boccassi
2021-04-07
1
-1
/
+1
*
coredump: fix style nits
Luca Boccassi
2021-04-07
1
-2
/
+2
*
coredumpctl: parse and print package metadata
Luca Boccassi
2021-04-07
1
-1
/
+67
*
coredumpctl: fflush() stdout before invoking gdb
Lennart Poettering
2021-03-11
1
-1
/
+1
*
coredump: omit coredump info when -q is used with the `debug` verb
Frantisek Sumsal
2021-03-10
1
-2
/
+4
*
coredumpctl: show container hostame
Zbigniew Jędrzejewski-Szmek
2021-03-04
1
-1
/
+1
*
signal-util: make -1 termination of ignore_signals() argument list unnecessary
Lennart Poettering
2021-02-25
1
-2
/
+2
*
Move and rename parse_json_argument() function
Zbigniew Jędrzejewski-Szmek
2021-02-15
1
-1
/
+2
*
coredumpctl: include coredump size in output
Lennart Poettering
2021-02-10
1
-32
/
+80
*
coredumpctl: modernize table output
Lennart Poettering
2021-02-10
1
-64
/
+122
*
tree-wide: enable colorized logging for daemons when run in console
Yu Watanabe
2021-01-31
1
-1
/
+1
*
tree-wide: Drop custom formatting for print() help messages
Daan De Meyer
2021-01-31
1
-6
/
+5
*
coredumpctl: Add --debugger-args= option
Michal Fabik
2020-12-16
1
-36
/
+58
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
tree-wide: assorted coccinelle fixes
Frantisek Sumsal
2020-10-09
1
-16
/
+12
*
coredump: use log_error_errno() where appropriate
Lennart Poettering
2020-06-25
1
-2
/
+2
*
tree-wide: add new HAVE_COMPRESSION compile time flag
Lennart Poettering
2020-06-25
1
-1
/
+1
*
log: introduce log_parse_environment_cli() and log_setup_cli()
Filipe Brandenburger
2020-06-24
1
-3
/
+1
*
journalctl,elsewhere: make sure --file=foo fails with sane error msg if foo i...
Lennart Poettering
2020-05-19
1
-1
/
+1
*
coredump: add zstandard support for coredumps
Norbert Lange
2020-05-04
1
-2
/
+2
*
coredumpctl: support --file=PATH
Frantisek Sumsal
2020-04-13
1
-0
/
+18
*
tree-wide: clean up --help texts a bit
Lennart Poettering
2019-11-18
1
-4
/
+4
*
tree-wide: drop string.h when string-util.h or friends are included
Yu Watanabe
2019-11-03
1
-1
/
+0
*
Highlight the synopsis and summary in --help
Zbigniew Jędrzejewski-Szmek
2019-10-08
1
-2
/
+4
*
Move the Commands section above Options section
Zbigniew Jędrzejewski-Szmek
2019-10-08
1
-7
/
+7
*
coredumpctl: check return value
Zbigniew Jędrzejewski-Szmek
2019-07-17
1
-14
/
+16
[next]