summaryrefslogtreecommitdiff
path: root/src/journal/coredump.c
Commit message (Expand)AuthorAge
* fix gcc warnings about uninitialized variablesHarald Hoyer2015-03-27
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-23
* util: rework strappenda(), and rename it strjoina()Lennart Poettering2015-02-03
* coredump: drop caps while we are processing the coredumpLennart Poettering2015-01-29
* tmpfiles: add 'a' type to set ACLsZbigniew Jędrzejewski-Szmek2015-01-22
* copy: use btrfs reflinking only whe we know we copy full filesLennart Poettering2014-12-12
* util: when using basename() for creating temporary files, verify the resultin...Lennart Poettering2014-12-12
* coredump: Support coredump.conf.d directories in the usual search pathsJosh Triplett2014-11-29
* coredump: simplify a few things by allocating small fields on the stack rathe...Lennart Poettering2014-11-28
* coredump: rework compose_open_fds()Lennart Poettering2014-11-28
* 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: 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
* coredump: use openatZbigniew Jędrzejewski-Szmek2014-11-27
* coredump: collect all /proc data useful for bug reportingJakub Filak2014-11-27
* copy: change error code when hitting copy limit to EFBIGLennart Poettering2014-11-07
* s/commandline/command line/gHarald Hoyer2014-11-06
* journald: removed gendered pronouns in commentKlaus Purer2014-10-24
* coredump: display libdw fail string on stack trace failUmut Tezduyar Lindskog2014-08-15
* Always prefer our headers to system headersZbigniew Jędrzejewski-Szmek2014-07-31
* Always check asprintf return codeKarel Zak2014-07-26
* Let config_parse open file where applicableZbigniew Jędrzejewski-Szmek2014-07-16
* Clear up confusion wrt. ENTRY_SIZE_MAX and DATA_SIZE_MAXZbigniew Jędrzejewski-Szmek2014-07-15
* Constify ConfigTableItem tablesZbigniew Jędrzejewski-Szmek2014-07-15
* Fix build without any compression enabledZbigniew Jędrzejewski-Szmek2014-07-11
* journal: add LZ4 as optional compressorZbigniew Jędrzejewski-Szmek2014-07-06
* coredump: simplify compression logic a bitLennart Poettering2014-06-27
* coredump: replace Compression= setting by simpler Compress= boolean settingLennart Poettering2014-06-27
* coredump: don't expose the compression level as configuration optionLennart Poettering2014-06-27
* coredump: don't be annoyed if another coredump hook removes our coredump whil...Lennart Poettering2014-06-27
* coredump: fix how the compression level is verifiedLennart Poettering2014-06-27
* coredump: add simple coredump vacuumingLennart Poettering2014-06-27
* coredump: make sure variable is set if uncompressedThomas Hindoe Paaboel Andersen2014-06-27
* coredump: fix debug messageThomas Hindoe Paaboel Andersen2014-06-26
* coredump+coredumpctl: add COREDUMP_FILENAME, use in coredumpctlZbigniew Jędrzejewski-Szmek2014-06-26
* coredump: make compression configurableZbigniew Jędrzejewski-Szmek2014-06-26
* coredump: compress core filesZbigniew Jędrzejewski-Szmek2014-06-26
* coredump: log coredump even if core dumping failsZbigniew Jędrzejewski-Szmek2014-06-23
* coredump: retrieve comm information from /procZbigniew Jędrzejewski-Szmek2014-06-23
* coredump: never write more than the configured processing size limit to diskLennart Poettering2014-06-23
* coredump: quit early if we cannot store ay coredump to diskLennart Poettering2014-06-23
* coredump: also escape spaces in comm fields when formatting file namesLennart Poettering2014-06-23
* coredump: fix include of xattr.hFilipe Brandenburger2014-06-20
* coredump: simplify how we apply extended attributes to coredumpsLennart 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: optionally store coredumps on disk, not in the journalLennart Poettering2014-06-19
* Unify GREEDY_REALLOC and GREEDY_REALLOC_TZbigniew Jędrzejewski-Szmek2014-04-12