summaryrefslogtreecommitdiff
path: root/src/dkp-daemon.c
AgeCommit message (Expand)AuthorFilesLines
2010-01-18trivial: Rename a lot of the source files from dkp-foo to up-foo, no API or A...Richard Hughes1-1215/+0
2009-12-16Check if swap exists before determining how much is freeDebbie Beliveau1-0/+10
2009-10-21Fix a trivial copy-paste error that broke hibernate for a lot of peopleRichard Hughes1-1/+1
2009-10-16When we do a delayed refresh, actually do 5 x 1 second apart rather than 1 x ...Richard Hughes1-17/+44
2009-10-16Connect to the device changed signal rather than the backend changed signal s...Richard Hughes1-33/+54
2009-10-16Detect encrypted swap and prevent hibernate in this case. Fixes fd#23196Richard Hughes1-8/+133
2009-09-11Use g_ptr_array_new_with_free_func() in more places to make client applicatio...Richard Hughes1-3/+2
2009-09-11Fix up a few problems spotted by clangRichard Hughes1-18/+13
2009-09-11bugfix: freeze and thaw the device during initial coldplugRichard Hughes1-0/+2
2009-09-11Be more militant with refcount checking to prevent crashesRichard Hughes1-0/+18
2009-09-11Add some self tests and fix up some obvious bugsRichard Hughes1-0/+27
2009-09-11Fix up some more memory leaksRichard Hughes1-12/+23
2009-09-11bugfix: make the remove logic much cleaner to try to fix bugs where removing ...Richard Hughes1-130/+106
2009-09-11Fix a crash with the Linux backendRichard Hughes1-2/+2
2009-09-11Fix conflicts in the mergeRichard Hughes1-2/+0
2009-08-20Add some more warnings, and fix up a few errors. Still more to fixRichard Hughes1-2/+0
2009-07-27Initial split to make DeviceKit-power compile without GUdev for non-linux pla...Richard Hughes1-557/+446
2009-07-22Return meaningfull errors if the user tries to suspend or hibernate without k...Richard Hughes1-14/+46
2009-07-22trivial: correct a few function prefixesRichard Hughes1-15/+13
2009-07-22Fix a trivial compile warningRichard Hughes1-0/+2
2009-07-22Only refresh all battery devices when the ac-adaptor changesRichard Hughes1-7/+13
2009-07-21Refresh all battery devices after a power event, and again after a short dela...Richard Hughes1-1/+48
2009-07-21If we don't have enough swap available, don't advertise hibernate. Fixes rh#5...Richard Hughes1-0/+65
2009-07-21Query the kernel to decide if we have hibernate and suspend supportRichard Hughes1-5/+37
2009-07-13Add a private dkp_daemon_get_number_devices_of_type() function to the daemonRichard Hughes1-0/+25
2009-07-06Add a notify flag to set_lid_is_closedLoïc Minier1-4/+2
2009-07-06fix conflictsRichard Hughes1-12/+12
2009-07-06Port to PolicyKit1Richard Hughes1-12/+12
2009-07-06Fix conflictsRichard Hughes1-52/+50
2009-07-05Revert "Add a backlight interface so we can control backlight brightness with...Richard Hughes1-38/+4
2009-07-03Add a backlight interface so we can control backlight brightness without HALRichard Hughes1-4/+38
2009-07-02Add a lid-is-present propertyRichard Hughes1-0/+19
2009-07-02Use a DkpDeviceList for managed devices tooRichard Hughes1-46/+20
2009-07-02Make DkpDeviceList work with GObject types, and not with specific DkpDevice t...Richard Hughes1-10/+15
2009-07-01Fix compileRichard Hughes1-16/+58
2009-07-01suppress lid change event on startupMartin Pitt1-1/+11
2009-06-28hardcode pm-powersave like we do pm-suspend and pm-hibernateRichard Hughes1-1/+1
2009-06-28Fix two issues with the pm-powersave codeRoland Dreier1-2/+4
2009-06-26Correct a few function namesRichard Hughes1-28/+28
2009-06-26Interface with pm-powersave as external vendors are using thisRichard Hughes1-0/+30
2009-06-18Fix GUdev compileRichard Hughes1-15/+11
2009-06-16Trivial compile fixRichard Hughes1-12/+8
2009-06-15Initial search/replace port to GUdev. No testing done.Richard Hughes1-25/+25
2009-06-14Prefix the DkpDevice subclassed devices with device to make it clearerRichard Hughes1-8/+8
2009-05-26Allow the daemon to get the global online state for all devicesMatthew Garrett1-2/+32
2009-05-05Add a property lid-is-closed so that we can finally drop the HAL dep in g-p-m...Richard Hughes1-7/+70
2009-04-25Make the suspend and hibernate scripts execute synchronously. Fixes rh#497563Richard Hughes1-4/+12
2009-02-27trivial: remove egg-stringRichard Hughes1-7/+6
2008-11-13split out the polkit code from the daemon so it can be used in other modules ...Richard Hughes1-295/+119
2008-11-12trivial cleanups of davidz patch -- no functional changesRichard Hughes1-53/+47