summaryrefslogtreecommitdiff
path: root/src/ck-log-event.c
AgeCommit message (Collapse)AuthorFilesLines
2014-10-04Update makefiles and remove unused codeEric Koegel1-12/+2
2010-01-29format not a string literal and no format argumentsFrederic Crozat1-8/+8
Fixes http://bugs.freedesktop.org/show_bug.cgi?id=24152
2009-09-14log the kernel release and boot arguments at start timeWilliam Jon McCann1-1/+41
Someone needs to add support for non-Linux platforms. Fixes https://bugs.freedesktop.org/show_bug.cgi?id=23948
2009-02-12fix parsing log entries with no bodyWilliam Jon McCann1-8/+17
2008-02-01when a parsing error occurs don't return an empty eventWilliam Jon McCann1-8/+13
2008-01-29add a helper to write a system start record to the CK historyWilliam Jon McCann1-1/+1
2008-01-29add support for logging start/stop/restartWilliam Jon McCann1-8/+203
Also enable reporting this information with ck-history.
2007-10-17add a basic ck-history commandWilliam Jon McCann1-0/+1084
Refactor some event logging code to share with ck-history. At the moment the command only prints the events.