summaryrefslogtreecommitdiff
path: root/src/shared/log.c
AgeCommit message (Expand)Author
2015-04-15Ronny Chevalier <chevalier.ronny@gmail.com>shared: add terminal-util.[ch]Ronny Chevalier
2015-04-14shared: add process-util.[ch]Ronny Chevalier
2015-01-25log: add new log output mode, that prints to console, butLennart Poettering
2015-01-25Assorted format fixesZbigniew Jędrzejewski-Szmek
2015-01-21Merge pull request #99 from zaufi/masterblueness
2014-11-28log: rearrange log function namingLennart Poettering
2014-11-28log: add an "error" parameter to all low-level logging calls and intrdouce lo...Lennart Poettering
2014-11-17log: unchecked return value from librarySusant Sahani
2014-10-29Remove garbage code: first of all `r` used in compare was uninitializedAlex Turbov
2014-08-14src/shared: some stylistic changesAnthony G. Basile
2014-08-14src/shared: import more code cleanups from upstreamAnthony G. Basile
2014-08-14src/shared: import many code cleanups from upstreamAnthony G. Basile
2014-08-05src/shared: refactor shared codeAnthony G. Basile
2012-11-15Isolation of udev code from remaining systemdAnthony G. Basile
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