summaryrefslogtreecommitdiff
path: root/src/up-history.h
AgeCommit message (Collapse)AuthorFilesLines
2010-11-04UpHistory: Add method to set history dirMartin Pitt1-0/+3
Add up_history_set_directory() method to change the directory for history files. This is mainly useful for our test suite.
2010-09-17Only save by default 7 days data to stop the log files becoming huge. Fixes ↵Richard Hughes1-3/+5
rh#634228 Parsing huge log files at startup will demolish startup time. Cull old entries when the file is resaved to keep them sane. Also add the needed self tests to check this in the future.
2010-02-06devkit-power-gobject/up-enum.h be goneMichael Biebl1-1/+1
Port from devkit-power-gobject/up-enum.h to libupower-glib/up-types.h
2010-01-27Update the Free Software Foundation addressRichard Hughes1-1/+1
2010-01-18trivial: rename some internal defines for the upower moveRichard Hughes1-1/+2
2010-01-18trivial: DkpHistory -> UpHistory (no ABI or API break)Richard Hughes1-33/+33
2010-01-18trivial: DkpDevice -> UpDevice (no ABI or API break)Richard Hughes1-1/+1
2010-01-18trivial: Rename a lot of the source files from dkp-foo to up-foo, no API or ↵Richard Hughes1-0/+87
ABI changes