summaryrefslogtreecommitdiff
path: root/src/shared/log.c
Commit message (Expand)AuthorAgeFilesLines
* core/main: use _cleanup_Zbigniew Jędrzejewski-Szmek2013-04-171-3/+3
* Use initalization instead of explicit zeroingZbigniew Jędrzejewski-Szmek2013-04-051-25/+18
* util: add a bit of syntactic sugar for saving/restoring errnoLennart Poettering2013-04-021-23/+8
* Revert "log: fix fallbacks to kmsg"Lennart Poettering2013-02-271-10/+9
* log: fix fallbacks to kmsgMichal Schmidt2013-02-161-9/+10
* share/log: skip file/line/func info if emptyZbigniew Jędrzejewski-Szmek2013-01-181-6/+12
* share/log: unify two code pathsZbigniew Jędrzejewski-Szmek2013-01-181-43/+34
* journal: new logging macros to include UNIT=Zbigniew Jędrzejewski-Szmek2013-01-061-9/+76
* log: fix repeated invocation of vsnprintf()/vaprintf() in log_struct()Lennart Poettering2012-09-241-2/+20
* shared: call va_end in all casesLukas Nykryn2012-09-211-1/+1
* log: avoid function loopLennart Poettering2012-09-171-17/+2
* build-sys: __secure_getenv lost dunder in libc 2.17Zbigniew Jędrzejewski-Szmek2012-09-171-4/+5
* journal: suppress structured messages if they'd go to the consoleLennart Poettering2012-09-031-0/+7
* journal: generate structured journal messages for a number of eventsLennart Poettering2012-09-031-1/+117
* shared: in code that might get called from suid programs use __secure_getenv(...Lennart Poettering2012-09-031-12/+12
* log: out-of-line __log_oom()Michal Schmidt2012-07-261-0/+5
* log: make sure generators never log into the journal to avoid activation dead...Lennart Poettering2012-05-221-1/+4
* log: include syslog identifier in default log properties, to avoid comm trunc...Lennart Poettering2012-04-221-1/+3
* log: fix LOG_TARGET_JOURNAL_OR_KMSGLennart Poettering2012-04-201-0/+1
* relicense to LGPLv2.1 (with exceptions)Lennart Poettering2012-04-121-4/+4
* util: move all to shared/ and split external dependencies in separate interna...Kay Sievers2012-04-101-0/+747