summaryrefslogtreecommitdiff
path: root/src/up-device.c
AgeCommit message (Collapse)AuthorFilesLines
2011-04-26Add option to run daemon on the session bus for testingMartin Pitt1-1/+1
Add a daemon option --test which will run upowerd on the session bus. This allows us to run tests without interfering with the system instance. This also avoids any root privileges entirely, which permits running integration tests as part of a package build.
2010-11-01Port from EggDebug to the GLib built-in logging frameworkRichard Hughes1-11/+9
2010-06-05Port to GTestRichard Hughes1-27/+0
2010-05-28trivial: Get rid of some over-verbose debuggingRichard Hughes1-2/+0
2010-03-26Convert the daemon to using objects from libupower-glib, not ↵Richard Hughes1-10/+14
devkit-power-gobject
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-26trivial: rename the new libupower 'type' to 'kind' to avoid clashing with ↵Richard Hughes1-7/+7
GObject generated names
2010-01-18Rename the DBus service from org.freedesktop.DeviceKit.Power to ↵Richard Hughes1-1/+1
org.freedesktop.UPower
2010-01-18trivial: rename some internal defines for the upower moveRichard Hughes1-6/+6
2010-01-18trivial: DkpStatsObj -> UpStatsObj (no ABI or API break)Richard Hughes1-2/+2
2010-01-18trivial: DkpHistory -> UpHistory (no ABI or API break)Richard Hughes1-19/+19
2010-01-18trivial: DkpNative -> UpNative (no ABI or API break)Richard Hughes1-1/+1
2010-01-18trivial: switch to using the new enum names internally (no ABI or API break)Richard Hughes1-11/+11
2010-01-18trivial: DkpDevice -> UpDevice (no ABI or API break)Richard Hughes1-125/+125
2010-01-18trivial: DkpDaemon -> UpDaemon (no ABI or API break)Richard Hughes1-9/+9
2010-01-18trivial: Rename a lot of the source files from dkp-foo to up-foo, no API or ↵Richard Hughes1-0/+1224
ABI changes