summaryrefslogtreecommitdiff
path: root/src/shared/log.c
AgeCommit message (Expand)Author
2013-04-17core/main: use _cleanup_Zbigniew Jędrzejewski-Szmek
2013-04-05Use initalization instead of explicit zeroingZbigniew Jędrzejewski-Szmek
2013-04-02util: add a bit of syntactic sugar for saving/restoring errnoLennart Poettering
2013-02-27Revert "log: fix fallbacks to kmsg"Lennart Poettering
2013-02-16log: fix fallbacks to kmsgMichal Schmidt
2013-01-18share/log: skip file/line/func info if emptyZbigniew Jędrzejewski-Szmek
2013-01-18share/log: unify two code pathsZbigniew Jędrzejewski-Szmek
2013-01-06journal: new logging macros to include UNIT=Zbigniew Jędrzejewski-Szmek
2012-09-24log: fix repeated invocation of vsnprintf()/vaprintf() in log_struct()Lennart Poettering
2012-09-21shared: call va_end in all casesLukas Nykryn
2012-09-17log: avoid function loopLennart Poettering
2012-09-17build-sys: __secure_getenv lost dunder in libc 2.17Zbigniew Jędrzejewski-Szmek
2012-09-03journal: suppress structured messages if they'd go to the consoleLennart Poettering
2012-09-03journal: generate structured journal messages for a number of eventsLennart Poettering
2012-09-03shared: in code that might get called from suid programs use __secure_getenv(...Lennart Poettering
2012-07-26log: out-of-line __log_oom()Michal Schmidt
2012-05-22log: make sure generators never log into the journal to avoid activation dead...Lennart Poettering
2012-04-22log: include syslog identifier in default log properties, to avoid comm trunc...Lennart Poettering
2012-04-20log: fix LOG_TARGET_JOURNAL_OR_KMSGLennart Poettering
2012-04-12relicense to LGPLv2.1 (with exceptions)Lennart Poettering
2012-04-10util: move all to shared/ and split external dependencies in separate interna...Kay Sievers