index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
basic
/
log.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
log: add support for prefixing console log messages with current timestamp
Dan Streetman
2020-02-10
1
-2
/
+41
*
tree-wide: drop stdio.h when stdio-util.h is included
Yu Watanabe
2019-11-03
1
-1
/
+0
*
tree-wide: drop socket.h when socket-util.h is included
Yu Watanabe
2019-11-03
1
-1
/
+0
*
tree-wide: drop time.h when time-util.h is included
Yu Watanabe
2019-11-03
1
-1
/
+0
*
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
*
basic/log: put a ratelimit on our logging to /dev/kmsg
Zbigniew Jędrzejewski-Szmek
2019-09-20
1
-0
/
+13
*
log: don't invalidate open console fd if we can't open a new one
Lennart Poettering
2019-08-20
1
-4
/
+6
*
log: cast various log_open() calls to (void)
Lennart Poettering
2019-08-20
1
-10
/
+8
*
pid1: make sure we look at /proc/1/cmdline when parsing config
Zbigniew Jędrzejewski-Szmek
2019-07-22
1
-3
/
+4
*
Merge pull request #12926 from keszybz/urlify-logs
Lennart Poettering
2019-07-11
1
-13
/
+30
|
\
|
*
basic/log: omit ":0" from message when line number is not specified
Zbigniew Jędrzejewski-Szmek
2019-07-04
1
-12
/
+23
|
*
basic/log: put location in a dark shade of yellow
Zbigniew Jędrzejewski-Szmek
2019-07-02
1
-1
/
+7
|
*
basic/log: drop parens from around file location information
Zbigniew Jędrzejewski-Szmek
2019-07-01
1
-1
/
+1
*
|
basic/log: fix SYSTEMD_LOG_* parsing error messages
Ivan Shapovalov
2019-07-06
1
-2
/
+2
|
/
*
basic/log: use colors to highlight messages like journalctl
Zbigniew Jędrzejewski-Szmek
2019-05-08
1
-6
/
+7
*
basic/log: log any available location information in log_syntax()
Zbigniew Jędrzejewski-Szmek
2019-04-03
1
-10
/
+28
*
log: expose log_object_internalv()
Yu Watanabe
2019-03-21
1
-2
/
+1
*
util: split out errno related stuff
Lennart Poettering
2019-03-14
1
-1
/
+1
*
log: make log_syntax() assign correct errno and show valid error cause
Yu Watanabe
2019-03-04
1
-1
/
+1
*
tree-wide: use IOVEC_MAKE() at many places
Lennart Poettering
2018-11-27
1
-2
/
+1
*
basic/log: add concept of "synthethic errnos"
Zbigniew Jędrzejewski-Szmek
2018-11-22
1
-53
/
+29
*
log: introduce new helper call log_setup_service()
Lennart Poettering
2018-11-20
1
-0
/
+10
*
tree-wide: use localtime_r() instead of localtime()
Yu Watanabe
2018-06-26
1
-4
/
+3
*
tree-wide: remove Lennart's copyright lines
Lennart Poettering
2018-06-14
1
-3
/
+0
*
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
2018-06-14
1
-2
/
+0
*
tree-wide: make use of memory_startswith() at various places
Lennart Poettering
2018-05-30
1
-6
/
+2
*
nspawn: make sure our container PID 1 keeps logging to the original stderr as...
Lennart Poettering
2018-05-22
1
-0
/
+17
*
basic/log: always ignore errno from the enviornment (#8841)
Zbigniew Jędrzejewski-Szmek
2018-04-27
1
-9
/
+5
*
tree-wide: be more careful with the type of array sizes
Lennart Poettering
2018-04-27
1
-1
/
+1
*
basic/log: do not use global errno in log_*_errno()
Zbigniew Jędrzejewski-Szmek
2018-04-24
1
-3
/
+2
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
basic/macros: rename noreturn into _noreturn_ (#8456)
Franck Bui
2018-03-15
1
-2
/
+2
*
util: add new safe_close_above_stdio() wrapper
Lennart Poettering
2018-02-28
1
-8
/
+1
*
basic/log: add an assert that does not recurse into logging functions
Zbigniew Jędrzejewski-Szmek
2018-02-23
1
-2
/
+12
*
basic/log: make sure header is printed correctly, add test
Zbigniew Jędrzejewski-Szmek
2018-02-23
1
-31
/
+33
*
basic/log: fix confusion with parameters to log_dispatch_internal
Zbigniew Jędrzejewski-Szmek
2018-02-23
1
-1
/
+1
*
basic/log: make log_object_internalv static
Zbigniew Jędrzejewski-Szmek
2018-02-23
1
-1
/
+2
*
basic/log: voidify snprintf statements
Zbigniew Jędrzejewski-Szmek
2018-02-23
1
-6
/
+6
*
Revert "Replace use of snprintf with xsprintf"
Zbigniew Jędrzejewski-Szmek
2018-02-23
1
-2
/
+2
*
log: only open kmsg on fallback if we actually want to use it
Lennart Poettering
2018-02-22
1
-10
/
+7
*
fd-util: move certain fds above fd #2 (#8129)
Lennart Poettering
2018-02-09
1
-3
/
+6
*
rationalize interface for opening/closing logging
Alan Jenkins
2018-01-27
1
-14
/
+14
*
log: remove LOG_TARGET_SAFE pseudo log target
Lennart Poettering
2018-01-24
1
-5
/
+2
*
log: add new "prohibit_ipc" flag to logging system
Lennart Poettering
2018-01-24
1
-2
/
+9
*
log: make log_set_upgrade_syslog_to_journal() take effect immediately
Lennart Poettering
2018-01-24
1
-0
/
+8
*
log: rework log_syntax_invalid_utf8() a bit
Lennart Poettering
2018-01-11
1
-0
/
+22
*
log: minor modernizations to log_received_signal()
Lennart Poettering
2018-01-11
1
-2
/
+4
*
log: minimize includes in log.h
Lennart Poettering
2018-01-11
1
-1
/
+7
*
tree-wide: make use of new STRLEN() macro everywhere (#7639)
Lennart Poettering
2017-12-14
1
-4
/
+4
[next]