index
:
~lukeshu/systemd
elogind/master
eudev/master
notsystemd/master
notsystemd/postmove
notsystemd/premove
notsystemd/wip/cgroup2
notsystemd/wip/nspawn
notsystemd/wip/nspawn-parse
systemd/master
systemd/parabola
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
shared
/
log.h
Age
Commit message (
Expand
)
Author
2015-01-25
log: add new log output mode, that prints to console, but
Lennart Poettering
2015-01-17
log: fix log_full_errno() with custom facilities
David Herrmann
2014-12-01
treewide: another round of simplifications
Michal Schmidt
2014-11-28
log: rearrange log function naming
Lennart Poettering
2014-11-28
log: add an "error" parameter to all low-level logging calls and intrdouce lo...
Lennart Poettering
2014-10-25
shared/log: add log_trace as compile-time optional debugging
Zbigniew Jędrzejewski-Szmek
2014-08-14
src/shared: some stylistic changes
Anthony G. Basile
2014-08-05
src/shared: refactor shared code
Anthony G. Basile
2012-11-17
Rename src/shared to src/include, a saner name
Anthony G. Basile
2012-11-16
src/udev/log.c: remove log_parse_environment()
Anthony G. Basile
2012-11-15
Final step of revamping the build system
Anthony G. Basile
2012-11-15
Isolation of udev code from remaining systemd
Anthony G. Basile
2012-10-16
journal: don't export MESSAGE_ID() macro
Lennart Poettering
2012-09-03
journal: suppress structured messages if they'd go to the console
Lennart Poettering
2012-09-03
journal: generate structured journal messages for a number of events
Lennart Poettering
2012-07-26
log: out-of-line __log_oom()
Michal Schmidt
2012-07-26
log: log_oom() must be a macro
Michal Schmidt
2012-07-26
log.h: new log_oom() -> int -ENOMEM, use it
Shawn Landden
2012-07-19
use #pragma once instead of foo*foo #define guards
Shawn Landden
2012-05-22
log: make sure generators never log into the journal to avoid activation dead...
Lennart Poettering
2012-04-12
relicense to LGPLv2.1 (with exceptions)
Lennart Poettering
2012-04-10
util: move all to shared/ and split external dependencies in separate interna...
Kay Sievers