summaryrefslogtreecommitdiff
path: root/src/linux/up-backend.c
AgeCommit message (Expand)AuthorFilesLines
2014-11-20linux: fix memleak when reading critical actionPeter Wu1-1/+1
2014-09-02linux: Respect the CriticalPowerAction config optionBastien Nocera1-2/+14
2014-06-24linux: Simplify list freeingBastien Nocera1-2/+1
2014-05-07daemon: Deprecate "IsDocked" propertyBastien Nocera1-12/+0
2013-10-29trivial: Fix a compile warning in the linux backendRichard Hughes1-1/+1
2013-10-17linux: Remove debugBastien Nocera1-1/+0
2013-10-17all: Add GetCriticalAction daemon methodBastien Nocera1-20/+35
2013-10-17linux: Fix incorrect check for logind sleep methodsBastien Nocera1-1/+1
2013-10-14daemon: Add CriticalPowerActionBastien Nocera1-0/+85
2013-10-14daemon: Remove unneeded reset of priv struct membersBastien Nocera1-2/+0
2013-10-14daemon: Remove obsolete featuresBastien Nocera1-325/+0
2013-10-14daemon: Simplify _new() functionsBastien Nocera1-3/+1
2013-10-14linux: Opt-out of checking Watts Up devices earlierBastien Nocera1-12/+12
2013-03-21Fix test for logind availabilityMartin Pitt1-18/+9
2013-02-12Also deprecate running the powersave scriptsRichard Hughes1-1/+3
2013-02-12Add a --enable-deprecated configure argumentRichard Hughes1-1/+16
2013-01-10Factor out the Logitech Unifying support to support other devicesRichard Hughes1-13/+15
2012-12-29Fix device matching for recent kernelsPeter Hurley1-2/+2
2012-10-30Add support for Logitech Unifying devicesJulien Danjou1-11/+19
2012-09-03Send resume signal when built with systemd and using pm-utils suspendJan Alexander Steffens (heftig)1-3/+4
2012-07-11Use systemd for suspend and hibernateMatthias Clasen1-0/+67
2012-01-18Do not print error message for missing /etc/crypttab.Kelly Anderson1-1/+3
2011-09-22Fix linux up_backend_supports_sleep_state() return code.Christian Seiler1-2/+2
2011-03-14Add a config option 'EnableWattsUpPro' to disable the Watts Up Pro deviceRichard Hughes1-38/+15
2011-03-03Add an option for polling dock devices in UPower.conf, defaulting to falseRichard Hughes1-0/+34
2011-01-04linux: use the number of active DRM devices to determine the system docked st...Richard Hughes1-1/+10
2010-11-01Port from EggDebug to the GLib built-in logging frameworkRichard Hughes1-24/+22
2010-07-07Fix UP_DAEMON_WATERLINE harderMartin Pitt1-1/+2
2010-07-07src/linux/up-backend.c: Add missing #includeMartin Pitt1-0/+1
2010-07-07Get the powersave command from the backend rather than hardcoding Linux speci...Richard Hughes1-2/+15
2010-06-14Use pm-is-supported to test if various sleep modes are supported.Victor Lowther1-13/+15
2010-05-29When calculating used swap space, only use anonymous pagesSteven Walter1-1/+1
2010-05-28Add battery query support for iDevicesBastien Nocera1-0/+12
2010-04-19Provide UpDaemon with C setters rather than relying on GObject propertiesRichard Hughes1-3/+1
2010-03-29Get the suspend and hibernate commands from the backend, rather than hardcodi...Richard Hughes1-0/+21
2010-03-29Get the swap size from the backend, rather than hardcoding Linux specificsRichard Hughes1-0/+62
2010-03-29Get the encrypted swap status from the backend, rather than hardcoding Linux ...Richard Hughes1-0/+107
2010-03-29Get the kernel sleep capabilities from the backend, rather than hardcoding Li...Richard Hughes1-0/+45
2010-01-27Update the Free Software Foundation addressRichard Hughes1-1/+1
2010-01-18trivial: DkpInput -> UpInput (no ABI or API break)Richard Hughes1-3/+3
2010-01-18trivial: switch to using the new marshal names internally (no ABI or API break)Richard Hughes1-2/+2
2010-01-18trivial: DkpDevice -> UpDevice (no ABI or API break)Richard Hughes1-26/+26
2010-01-18trivial: DkpDaemon -> UpDaemon (no ABI or API break)Richard Hughes1-4/+4
2010-01-18trivial: DkpBackend -> UpBackend (no ABI or API break)Richard Hughes1-53/+53
2010-01-18trivial: Rename a lot of the source files from dkp-foo to up-foo, no API or A...Richard Hughes1-0/+384