summaryrefslogtreecommitdiff
path: root/src/ck-log-event.h
AgeCommit message (Collapse)AuthorFilesLines
2014-10-09Start adding the Suspend/Hibernate DBUS APIEric Koegel1-0/+2
The initial work in progress to add in suspend/hibernate and the inhibit locks.
2009-09-14log the kernel release and boot arguments at start timeWilliam Jon McCann1-1/+2
Someone needs to add support for non-Linux platforms. Fixes https://bugs.freedesktop.org/show_bug.cgi?id=23948
2009-02-11fix zero-sized struct/unionWilliam Jon McCann1-0/+4
https://bugs.freedesktop.org/show_bug.cgi?id=18149
2008-05-05cleanly shutdown event logging threadWilliam Jon McCann1-1/+7
2008-01-29add support for logging start/stop/restartWilliam Jon McCann1-1/+18
Also enable reporting this information with ck-history.
2007-10-17add a basic ck-history commandWilliam Jon McCann1-0/+131
Refactor some event logging code to share with ck-history. At the moment the command only prints the events.