summaryrefslogtreecommitdiff
path: root/src/coredump
Commit message (Expand)AuthorAgeFilesLines
* Add install-sysconfdir=no-samples option for (non-)installation of sample con...Josh Triplett2021-01-141-1/+1
* coredumpctl: Add --debugger-args= optionMichal Fabik2020-12-161-36/+58
* meson: add option to skip installing to $sysconfdirJörg Thalheim2020-11-121-1/+1
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-098-8/+8
* tree-wide: assorted coccinelle fixesFrantisek Sumsal2020-10-092-18/+13
* coredump: use uid_is_system() when appropriateZbigniew Jędrzejewski-Szmek2020-09-251-1/+1
* Move {uid,gid}_is_*() from basic to sharedZbigniew Jędrzejewski-Szmek2020-09-251-0/+1
* coredump: don't convert s → µs twiceLennart Poettering2020-09-021-4/+10
* Merge pull request #16841 from keszybz/acl-util-bitmaskLennart Poettering2020-08-311-2/+2
|\
| * shared/acl-util: convert rd,wr,ex to a bitmaskZbigniew Jędrzejewski-Szmek2020-08-271-2/+2
* | tree-wide: drop pointless zero initialization (#16884)fangxiuning2020-08-281-1/+1
|/
* acl-util: beef up add_acls_for_user()Lennart Poettering2020-08-251-1/+1
* coredump: port to use common add_acls_for_user()Lennart Poettering2020-07-211-24/+4
* coredump: use log_error_errno() where appropriateLennart Poettering2020-06-251-2/+2
* tree-wide: add new HAVE_COMPRESSION compile time flagLennart Poettering2020-06-252-2/+2
* log: introduce log_parse_environment_cli() and log_setup_cli()Filipe Brandenburger2020-06-241-3/+1
* conf-parser: return mtime in config_parse() and friendsLennart Poettering2020-06-021-5/+8
* journalctl,elsewhere: make sure --file=foo fails with sane error msg if foo i...Lennart Poettering2020-05-191-1/+1
* tree-wide: make sure our control buffers are properly alignedLennart Poettering2020-05-071-4/+1
* coredump: add zstandard support for coredumpsNorbert Lange2020-05-042-3/+3
* tree-wide: use cmsg_find() helper at various places where appropriateLennart Poettering2020-04-231-10/+2
* tree-wide: use recvmsg_safe() at various placesLennart Poettering2020-04-231-7/+7
* coredumpctl: support --file=PATHFrantisek Sumsal2020-04-131-0/+18
* *: use _cleanup_close_ with fdopen() where trivialVito Caputo2020-03-311-5/+3
* tree-wide: clean up --help texts a bitLennart Poettering2019-11-181-4/+4
* tree-wide: drop string.h when string-util.h or friends are includedYu Watanabe2019-11-041-1/+0
* tree-wide: drop missing.hYu Watanabe2019-10-311-1/+0
* coredump: Include module offsets in stack tracesAaron Plattner2019-10-181-2/+5
* Highlight the synopsis and summary in --helpZbigniew Jędrzejewski-Szmek2019-10-081-2/+4
* Move the Commands section above Options sectionZbigniew Jędrzejewski-Szmek2019-10-081-7/+7
* Merge pull request #13092 from keszybz/coverity-fixesLennart Poettering2019-07-171-17/+17
|\
| * coredumpctl: check return valueZbigniew Jędrzejewski-Szmek2019-07-171-14/+16
| * coredumpctl: use free_and_replace in one more placeZbigniew Jędrzejewski-Szmek2019-07-171-3/+1
* | coredump: (void)ify all calls of iovw_put_string_field() where we ignore fail...Franck Bui2019-07-161-27/+28
* | coredump: gather all process metadata in iovecs first and then cache themFranck Bui2019-07-161-247/+260
* | coredump: use 'input_fd' name for the pipe fd passed by the kernel everywhereFranck Bui2019-07-161-5/+5
|/
* tree-wide: get rid of strappend()Lennart Poettering2019-07-121-1/+1
* coredump: make use of the iovec-array helpersFranck Bui2019-06-281-145/+129
* journal-import: extract helpers for handling arrays of iovec and make them av...Franck Bui2019-06-271-3/+1
* coredump: drop 2 useless assertionsFranck Bui2019-06-271-3/+0
* coredump: slighlty simplify stack trace generation logicFranck Bui2019-06-273-31/+33
* coredump: fix the check on the number of passed args in backtrace modeFranck Bui2019-06-271-2/+2
* coredump: gather_pid_metadata() doesn't return 1 anymoreFranck Bui2019-06-271-5/+1
* coredump: rename set_iovec_field_free() into set_iovec_string_field_free()Franck Bui2019-06-271-23/+15
* coredump: rely on /proc exclusively to get the name of the crashing processFranck Bui2019-06-261-28/+14
* coredump: fix one memleak in backtrace modeFranck Bui2019-06-261-1/+1
* coredump: make use of STRINGIFYFranck Bui2019-06-261-5/+2
* tree-wide: replace strjoin() with path_join()Yu Watanabe2019-06-211-1/+1
* coredumpctl: fix --debugger optionYu Watanabe2019-05-281-5/+9
* basic/process-util: convert bool arg to flagsZbigniew Jędrzejewski-Szmek2019-05-221-2/+2