index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
journal
/
coredump.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
io-util.h: move iovec stuff from macro.h to io-util.h
Lennart Poettering
2015-10-27
1
-0
/
+1
*
src/basic: rename audit.[ch] → audit-util.[ch] and capability.[ch] → capa...
Lennart Poettering
2015-10-27
1
-1
/
+1
*
util-lib: move string table stuff into its own string-table.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: move a number of fs operations into fs-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: introduce dirent-util.[ch] for directory entry calls
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split out user/group/uid/gid calls into user-util.[ch]
Lennart Poettering
2015-10-26
1
-0
/
+1
*
util-lib: split out fd-related operations into fd-util.[ch]
Lennart Poettering
2015-10-25
1
-0
/
+1
*
util-lib: split our string related calls from util.[ch] into its own file str...
Lennart Poettering
2015-10-24
1
-0
/
+1
*
util: split out escaping code into escape.[ch]
Lennart Poettering
2015-10-24
1
-13
/
+15
*
tree-wide: never use the off_t unless glibc makes us use it
Lennart Poettering
2015-09-10
1
-17
/
+17
*
util: introduce safe_fclose() and port everything over to it
Lennart Poettering
2015-09-09
1
-2
/
+1
*
util: when creating temporary file names, allow including extra id string in it
Lennart Poettering
2015-06-15
1
-2
/
+2
*
shared: add process-util.[ch]
Ronny Chevalier
2015-04-10
1
-0
/
+1
*
fix gcc warnings about uninitialized variables
Harald Hoyer
2015-03-27
1
-2
/
+2
*
remove unused includes
Thomas Hindoe Paaboel Andersen
2015-02-23
1
-2
/
+0
*
util: rework strappenda(), and rename it strjoina()
Lennart Poettering
2015-02-03
1
-15
/
+15
*
coredump: drop caps while we are processing the coredump
Lennart Poettering
2015-01-29
1
-10
/
+11
*
tmpfiles: add 'a' type to set ACLs
Zbigniew Jędrzejewski-Szmek
2015-01-22
1
-5
/
+1
*
copy: use btrfs reflinking only whe we know we copy full files
Lennart Poettering
2014-12-12
1
-1
/
+1
*
util: when using basename() for creating temporary files, verify the resultin...
Lennart Poettering
2014-12-12
1
-6
/
+6
*
coredump: Support coredump.conf.d directories in the usual search paths
Josh Triplett
2014-11-29
1
-4
/
+5
*
coredump: simplify a few things by allocating small fields on the stack rathe...
Lennart Poettering
2014-11-28
1
-46
/
+46
*
coredump: rework compose_open_fds()
Lennart Poettering
2014-11-28
1
-15
/
+24
*
treewide: another round of simplifications
Michal Schmidt
2014-11-28
1
-28
/
+14
*
treewide: use log_*_errno whenever %m is in the format string
Michal Schmidt
2014-11-28
1
-13
/
+13
*
treewide: more log_*_errno + return simplifications
Michal Schmidt
2014-11-28
1
-8
/
+4
*
treewide: no need to negate errno for log_*_errno()
Michal Schmidt
2014-11-28
1
-6
/
+6
*
treewide: auto-convert the simple cases to log_*_errno()
Michal Schmidt
2014-11-28
1
-6
/
+6
*
coredump: use openat
Zbigniew Jędrzejewski-Szmek
2014-11-27
1
-19
/
+18
*
coredump: collect all /proc data useful for bug reporting
Jakub Filak
2014-11-27
1
-2
/
+150
*
copy: change error code when hitting copy limit to EFBIG
Lennart Poettering
2014-11-07
1
-1
/
+1
*
s/commandline/command line/g
Harald Hoyer
2014-11-06
1
-1
/
+1
*
journald: removed gendered pronouns in comment
Klaus Purer
2014-10-24
1
-3
/
+3
*
coredump: display libdw fail string on stack trace fail
Umut Tezduyar Lindskog
2014-08-15
1
-0
/
+7
*
Always prefer our headers to system headers
Zbigniew Jędrzejewski-Szmek
2014-07-31
1
-2
/
+2
*
Always check asprintf return code
Karel Zak
2014-07-26
1
-3
/
+3
*
Let config_parse open file where applicable
Zbigniew Jędrzejewski-Szmek
2014-07-17
1
-10
/
+4
*
Clear up confusion wrt. ENTRY_SIZE_MAX and DATA_SIZE_MAX
Zbigniew Jędrzejewski-Szmek
2014-07-16
1
-2
/
+2
*
Constify ConfigTableItem tables
Zbigniew Jędrzejewski-Szmek
2014-07-16
1
-1
/
+1
*
Fix build without any compression enabled
Zbigniew Jędrzejewski-Szmek
2014-07-11
1
-1
/
+1
*
journal: add LZ4 as optional compressor
Zbigniew Jędrzejewski-Szmek
2014-07-07
1
-11
/
+5
*
coredump: simplify compression logic a bit
Lennart Poettering
2014-06-27
1
-58
/
+89
*
coredump: replace Compression= setting by simpler Compress= boolean setting
Lennart Poettering
2014-06-27
1
-33
/
+13
*
coredump: don't expose the compression level as configuration option
Lennart Poettering
2014-06-27
1
-18
/
+4
*
coredump: don't be annoyed if another coredump hook removes our coredump whil...
Lennart Poettering
2014-06-27
1
-1
/
+1
*
coredump: fix how the compression level is verified
Lennart Poettering
2014-06-27
1
-2
/
+4
*
coredump: add simple coredump vacuuming
Lennart Poettering
2014-06-27
1
-13
/
+26
*
coredump: make sure variable is set if uncompressed
Thomas Hindoe Paaboel Andersen
2014-06-27
1
-5
/
+5
*
coredump: fix debug message
Thomas Hindoe Paaboel Andersen
2014-06-26
1
-1
/
+1
[next]