]> git.ipfire.org Git - thirdparty/systemd.git/history - src/shared/log.c
shared: add process-util.[ch]
[thirdparty/systemd.git] / src / shared / log.c
2015-04-10  Ronny Chevaliershared: add process-util.[ch]
2015-04-10  Ronny Chevaliershared: add formats-util.h
2015-02-06  Zbigniew Jędrzejew... shared/log: read /proc/cmdline only in daemons
2015-02-04  Lennart Poetteringcore: don't reset log level to NOTICE if we get quiet...
2015-02-01  Zbigniew Jędrzejew... Add a snprinf wrapper which checks that the buffer...
2015-01-22  Zbigniew Jędrzejew... Assorted format fixes
2015-01-22  Lennart Poetteringlog: add new log output mode, that prints to console...
2014-11-28  Lennart Poetteringlog: change log_xyz_errno() calls to always return...
2014-11-28  Lennart Poetteringlog: make socket address structs static const
2014-11-28  Lennart Poetteringlog: also set errno to the passed error code before...
2014-11-28  Lennart Poetteringlog: allow negative errno values
2014-11-27  Lennart Poetteringlog: rearrange log function naming
2014-11-27  Lennart Poetteringlog: be a bit less wasteful when allocating buffers
2014-11-27  Lennart Poetteringlog: add an "error" parameter to all low-level logging...
2014-11-17  Susant Sahanilog: unchecked return value from library
2014-11-07  Lennart Poetteringlog: explicitly ignore return value of parse_proc_cmdline()
2014-08-18  Lennart PoetteringMerge remote-tracking branch 'origin/master'
2014-08-15  Thomas Hindoe Paab... sd-bus,log: remove unused variables
2014-08-15  Lennart PoetteringMerge commit 'b39a2770ba55637da80e2e389222c59dbea73507'
2014-08-15  Lennart Poetteringmain,log: parse the log related kernel command line...
2014-08-11  Lennart Poetteringlog: never ever log to syslog from PID 1, log to the...
2014-07-31  Zbigniew Jędrzejew... Properly report invalid quoted strings
2014-07-31  Zbigniew Jędrzejew... Reject invalid quoted strings
2014-07-20  Zbigniew Jędrzejew... Add quotes to warning message
2014-06-17  Lennart Poetteringlog: don't downgrade log level in non-PID 1 if "quiet...
2014-06-10  Ronny Chevalierlog: honour the kernel's quiet cmdline argument
2014-05-15  Zbigniew Jędrzejew... Remove unnecessary casts in printfs
2014-03-18  Lennart Poetteringutil: replace close_nointr_nofail() by a more useful...
2014-03-07  Daniel MackMake tables for DEFINE_STRING_TABLE_LOOKUP consistent
2014-02-20  Lennart Poetteringmacro: introduce a nice macro for disabling -Wformat...
2014-02-17  Zbigniew Jędrzejew... Pass log config from systemd to systemd-shutdown
2014-02-12  Zbigniew Jędrzejew... journald: log provenience of signals
2013-12-23  Lennart Poetteringlog: als turn on debug logging in non-PID1 if /proc...
2013-12-21  Zbigniew Jędrzejew... logging: reduce send timeout to something more sensible
2013-12-18  Lennart Poetteringlog: when we log to /dev/console and got disconnected...
2013-12-18  Lennart Poetteringlog: don't reopen /dev/console each time we call log_open()
2013-12-17  Shawn Landden_noreturn_ --> noreturn for C11 compat
2013-12-12  Lennart Poetteringlog: protect errno when we use assert_return()
2013-12-12  Zbigniew Jędrzejew... Do not log all assert_return failures
2013-12-10  Lennart Poetteringmacro: log assertion at debug level in assert_return()
2013-07-24  Lennart Poetteringcore: synchronously block when logging
2013-04-17  Zbigniew Jędrzejew... core/main: use _cleanup_
2013-04-05  Zbigniew Jędrzejew... Use initalization instead of explicit zeroing
2013-04-02  Lennart Poetteringutil: add a bit of syntactic sugar for saving/restoring...
2013-03-01  Zbigniew Jędrzejew... Merge branch 'python-systemd-reader'
2013-02-27  Lennart PoetteringRevert "log: fix fallbacks to kmsg"
2013-02-16  Michal Schmidtlog: fix fallbacks to kmsg
2013-01-18  Zbigniew Jędrzejew... share/log: skip file/line/func info if empty
2013-01-18  Zbigniew Jędrzejew... share/log: unify two code paths
2013-01-07  Tom GundersenMerge nss-myhostname
2013-01-06  Zbigniew Jędrzejew... journal: new logging macros to include UNIT=
2012-09-24  Lennart Poetteringlog: fix repeated invocation of vsnprintf()/vaprintf...
2012-09-21  Lukas Nykrynshared: call va_end in all cases
2012-09-17  Lennart Poetteringlog: avoid function loop
2012-09-16  Zbigniew Jędrzejew... build-sys: __secure_getenv lost dunder in libc 2.17
2012-09-04  Lennart Poetteringjournal: suppress structured messages if they'd go...
2012-09-04  Lennart Poetteringjournal: generate structured journal messages for a...
2012-09-04  Lennart Poetteringshared: in code that might get called from suid program...
2012-07-26  Michal Schmidtlog: out-of-line __log_oom()
2012-05-22  Lennart Poetteringlog: make sure generators never log into the journal...
2012-04-21  Lennart Poetteringlog: include syslog identifier in default log propertie...
2012-04-20  Lennart Poetteringlog: fix LOG_TARGET_JOURNAL_OR_KMSG
2012-04-11  Lennart Poetteringrelicense to LGPLv2.1 (with exceptions)
2012-04-10  Kay Sieversutil: move all to shared/ and split external dependenci...