summaryrefslogtreecommitdiff
path: root/src/journal/coredump.c
Commit message (Expand)AuthorAgeFilesLines
* io-util.h: move iovec stuff from macro.h to io-util.hLennart Poettering2015-10-271-0/+1
* src/basic: rename audit.[ch] → audit-util.[ch] and capability.[ch] → capa...Lennart Poettering2015-10-271-1/+1
* util-lib: move string table stuff into its own string-table.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: move a number of fs operations into fs-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: introduce dirent-util.[ch] for directory entry callsLennart Poettering2015-10-271-0/+1
* util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out user/group/uid/gid calls into user-util.[ch]Lennart Poettering2015-10-261-0/+1
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-0/+1
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-0/+1
* util: split out escaping code into escape.[ch]Lennart Poettering2015-10-241-13/+15
* tree-wide: never use the off_t unless glibc makes us use itLennart Poettering2015-09-101-17/+17
* util: introduce safe_fclose() and port everything over to itLennart Poettering2015-09-091-2/+1
* util: when creating temporary file names, allow including extra id string in itLennart Poettering2015-06-151-2/+2
* shared: add process-util.[ch]Ronny Chevalier2015-04-101-0/+1
* fix gcc warnings about uninitialized variablesHarald Hoyer2015-03-271-2/+2
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-2/+0
* util: rework strappenda(), and rename it strjoina()Lennart Poettering2015-02-031-15/+15
* coredump: drop caps while we are processing the coredumpLennart Poettering2015-01-291-10/+11
* tmpfiles: add 'a' type to set ACLsZbigniew Jędrzejewski-Szmek2015-01-221-5/+1
* copy: use btrfs reflinking only whe we know we copy full filesLennart Poettering2014-12-121-1/+1
* util: when using basename() for creating temporary files, verify the resultin...Lennart Poettering2014-12-121-6/+6
* coredump: Support coredump.conf.d directories in the usual search pathsJosh Triplett2014-11-291-4/+5
* coredump: simplify a few things by allocating small fields on the stack rathe...Lennart Poettering2014-11-281-46/+46
* coredump: rework compose_open_fds()Lennart Poettering2014-11-281-15/+24
* treewide: another round of simplificationsMichal Schmidt2014-11-281-28/+14
* treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt2014-11-281-13/+13
* treewide: more log_*_errno + return simplificationsMichal Schmidt2014-11-281-8/+4
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-281-6/+6
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-281-6/+6
* coredump: use openatZbigniew Jędrzejewski-Szmek2014-11-271-19/+18
* coredump: collect all /proc data useful for bug reportingJakub Filak2014-11-271-2/+150
* copy: change error code when hitting copy limit to EFBIGLennart Poettering2014-11-071-1/+1
* s/commandline/command line/gHarald Hoyer2014-11-061-1/+1
* journald: removed gendered pronouns in commentKlaus Purer2014-10-241-3/+3
* coredump: display libdw fail string on stack trace failUmut Tezduyar Lindskog2014-08-151-0/+7
* Always prefer our headers to system headersZbigniew Jędrzejewski-Szmek2014-07-311-2/+2
* Always check asprintf return codeKarel Zak2014-07-261-3/+3
* Let config_parse open file where applicableZbigniew Jędrzejewski-Szmek2014-07-161-10/+4
* Clear up confusion wrt. ENTRY_SIZE_MAX and DATA_SIZE_MAXZbigniew Jędrzejewski-Szmek2014-07-151-2/+2
* Constify ConfigTableItem tablesZbigniew Jędrzejewski-Szmek2014-07-151-1/+1
* Fix build without any compression enabledZbigniew Jędrzejewski-Szmek2014-07-111-1/+1
* journal: add LZ4 as optional compressorZbigniew Jędrzejewski-Szmek2014-07-061-11/+5
* coredump: simplify compression logic a bitLennart Poettering2014-06-271-58/+89
* coredump: replace Compression= setting by simpler Compress= boolean settingLennart Poettering2014-06-271-33/+13
* coredump: don't expose the compression level as configuration optionLennart Poettering2014-06-271-18/+4
* coredump: don't be annoyed if another coredump hook removes our coredump whil...Lennart Poettering2014-06-271-1/+1
* coredump: fix how the compression level is verifiedLennart Poettering2014-06-271-2/+4
* coredump: add simple coredump vacuumingLennart Poettering2014-06-271-13/+26
* coredump: make sure variable is set if uncompressedThomas Hindoe Paaboel Andersen2014-06-271-5/+5
* coredump: fix debug messageThomas Hindoe Paaboel Andersen2014-06-261-1/+1