index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
coredump
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
coredump: don't convert s → µs twice
Lennart Poettering
2020-09-02
1
-4
/
+10
*
Merge pull request #16841 from keszybz/acl-util-bitmask
Lennart Poettering
2020-08-31
1
-2
/
+2
|
\
|
*
shared/acl-util: convert rd,wr,ex to a bitmask
Zbigniew Jędrzejewski-Szmek
2020-08-27
1
-2
/
+2
*
|
tree-wide: drop pointless zero initialization (#16884)
fangxiuning
2020-08-28
1
-1
/
+1
|
/
*
acl-util: beef up add_acls_for_user()
Lennart Poettering
2020-08-25
1
-1
/
+1
*
coredump: port to use common add_acls_for_user()
Lennart Poettering
2020-07-21
1
-24
/
+4
*
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
2
-2
/
+2
*
log: introduce log_parse_environment_cli() and log_setup_cli()
Filipe Brandenburger
2020-06-24
1
-3
/
+1
*
conf-parser: return mtime in config_parse() and friends
Lennart Poettering
2020-06-02
1
-5
/
+8
*
journalctl,elsewhere: make sure --file=foo fails with sane error msg if foo i...
Lennart Poettering
2020-05-19
1
-1
/
+1
*
tree-wide: make sure our control buffers are properly aligned
Lennart Poettering
2020-05-07
1
-4
/
+1
*
coredump: add zstandard support for coredumps
Norbert Lange
2020-05-04
2
-3
/
+3
*
tree-wide: use cmsg_find() helper at various places where appropriate
Lennart Poettering
2020-04-23
1
-10
/
+2
*
tree-wide: use recvmsg_safe() at various places
Lennart Poettering
2020-04-23
1
-7
/
+7
*
coredumpctl: support --file=PATH
Frantisek Sumsal
2020-04-13
1
-0
/
+18
*
*: use _cleanup_close_ with fdopen() where trivial
Vito Caputo
2020-03-31
1
-5
/
+3
*
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
*
tree-wide: drop missing.h
Yu Watanabe
2019-10-31
1
-1
/
+0
*
coredump: Include module offsets in stack traces
Aaron Plattner
2019-10-18
1
-2
/
+5
*
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
*
Merge pull request #13092 from keszybz/coverity-fixes
Lennart Poettering
2019-07-17
1
-17
/
+17
|
\
|
*
coredumpctl: check return value
Zbigniew Jędrzejewski-Szmek
2019-07-17
1
-14
/
+16
|
*
coredumpctl: use free_and_replace in one more place
Zbigniew Jędrzejewski-Szmek
2019-07-17
1
-3
/
+1
*
|
coredump: (void)ify all calls of iovw_put_string_field() where we ignore fail...
Franck Bui
2019-07-16
1
-27
/
+28
*
|
coredump: gather all process metadata in iovecs first and then cache them
Franck Bui
2019-07-16
1
-247
/
+260
*
|
coredump: use 'input_fd' name for the pipe fd passed by the kernel everywhere
Franck Bui
2019-07-16
1
-5
/
+5
|
/
*
tree-wide: get rid of strappend()
Lennart Poettering
2019-07-12
1
-1
/
+1
*
coredump: make use of the iovec-array helpers
Franck Bui
2019-06-28
1
-145
/
+129
*
journal-import: extract helpers for handling arrays of iovec and make them av...
Franck Bui
2019-06-27
1
-3
/
+1
*
coredump: drop 2 useless assertions
Franck Bui
2019-06-27
1
-3
/
+0
*
coredump: slighlty simplify stack trace generation logic
Franck Bui
2019-06-27
3
-31
/
+33
*
coredump: fix the check on the number of passed args in backtrace mode
Franck Bui
2019-06-27
1
-2
/
+2
*
coredump: gather_pid_metadata() doesn't return 1 anymore
Franck Bui
2019-06-27
1
-5
/
+1
*
coredump: rename set_iovec_field_free() into set_iovec_string_field_free()
Franck Bui
2019-06-27
1
-23
/
+15
*
coredump: rely on /proc exclusively to get the name of the crashing process
Franck Bui
2019-06-26
1
-28
/
+14
*
coredump: fix one memleak in backtrace mode
Franck Bui
2019-06-26
1
-1
/
+1
*
coredump: make use of STRINGIFY
Franck Bui
2019-06-26
1
-5
/
+2
*
tree-wide: replace strjoin() with path_join()
Yu Watanabe
2019-06-20
1
-1
/
+1
*
coredumpctl: fix --debugger option
Yu Watanabe
2019-05-28
1
-5
/
+9
*
basic/process-util: convert bool arg to flags
Zbigniew Jędrzejewski-Szmek
2019-05-22
1
-2
/
+2
*
Rework cmdline printing to use unicode
Zbigniew Jędrzejewski-Szmek
2019-05-22
1
-2
/
+2
*
Merge pull request #12411 from keszybz/pr/12394
Lennart Poettering
2019-05-08
1
-0
/
+1
|
\
|
*
Enable log colors for most of tools in /usr/bin
Zbigniew Jędrzejewski-Szmek
2019-05-08
1
-0
/
+1
*
|
Merge pull request #12420 from mrc0mmand/coccinelle-tweaks
Lennart Poettering
2019-04-30
1
-4
/
+1
|
\
\
|
*
|
tree-wide: code improvements suggested by Coccinelle
Frantisek Sumsal
2019-04-30
1
-4
/
+1
|
|
/
*
/
codespell: fix spelling errors
Ben Boeckel
2019-04-29
2
-3
/
+3
|
/
*
Add open_memstream_unlocked() wrapper
Zbigniew Jędrzejewski-Szmek
2019-04-12
2
-8
/
+3
[next]