summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* daemon: remove custom marshal setupCosimo Cecchi2015-07-2910-35/+8
* daemon: make UpWakeups a subclass of UpExportedWakeupsSkeletonCosimo Cecchi2015-07-292-15/+10
* daemon: make UpKbdBacklight a subclass of UpExportedKbdBacklightSkeletonCosimo Cecchi2015-07-292-15/+9
* daemon: make UpDaemon a subclass of UpExportedDaemonCosimo Cecchi2015-07-293-29/+15
* daemon: make UpDevice a subclass of UpExportedDeviceSkeletonCosimo Cecchi2015-07-292-447/+128
* Share generated code between daemon and libraryCosimo Cecchi2015-07-295-1201/+4
* integration-test: fix typo in interface nameCosimo Cecchi2015-07-291-1/+1
* build: remove dependency on dbus-glib and libdbusCosimo Cecchi2015-07-295-7/+0
* daemon: port main() to GDBusCosimo Cecchi2015-07-297-173/+134
* daemon: port UpDevice to GDBusCosimo Cecchi2015-07-293-493/+170
* daemon: port UpDaemon to GDBusCosimo Cecchi2015-07-293-353/+97
* daemon: port UpWakeups to GDBusCosimo Cecchi2015-07-293-122/+71
* daemon: port UpKbdBacklight to GDBusCosimo Cecchi2015-07-293-56/+65
* up-backend: remove unused private memberCosimo Cecchi2015-07-291-4/+0
* Revert "linux: Work-around broken battery on the Onda v975w"Bastien Nocera2015-07-162-45/+3
* bsd: Add critical action support for *BSDEric Koegel2015-07-076-28/+273
* linux: Fix possible double-freeBastien Nocera2015-06-261-3/+3
* linux: Properly detect bluetooth mice and keyboards that are HID devicesMarc Deslauriers2015-05-202-17/+72
* linux: Work-around broken battery on the Onda v975wBastien Nocera2015-04-282-3/+45
* linux: Use CLAMP() instead of a series of ifsBastien Nocera2015-04-281-8/+2
* linux: More memory handling fixes in iDeviceBastien Nocera2015-02-031-7/+8
* linux: Bail out when iDevice state is malformedBastien Nocera2015-02-031-0/+4
* linux: Defer getting iDevice info until readyBastien Nocera2015-02-031-36/+56
* daemon: fix ulong/gulong typoPeter Wu2014-12-031-1/+1
* daemon: fix dbus proxy leak on shutdownPeter Wu2014-11-261-1/+3
* daemon: release resources at shutdownPeter Wu2014-11-2612-0/+158
* daemon: fix various reference leaksPeter Wu2014-11-262-3/+13
* daemon: properly disconnect signals, stop memleakPeter Wu2014-11-261-2/+18
* hidpp: fix memleak for each FeaturePeter Wu2014-11-261-1/+12
* daemon: fix memleak in org.freedesktop.UPower.Wakeups.GetDataPeter Wu2014-11-261-1/+4
* daemon: plug huge memleak in GetStatisticsPeter Wu2014-11-261-1/+1
* daemon: fix memleaks in GetStatistics and GetHistoryPeter Wu2014-11-261-6/+14
* daemon: fix memleak in queue_changed_propertyPeter Wu2014-11-261-1/+3
* linux: fix memleak when reading critical actionPeter Wu2014-11-261-1/+1
* hidpp-device: avoid unaligned memory accessPeter Wu2014-11-181-3/+3
* daemon: remove unused variablePeter Wu2014-11-181-1/+0
* daemon: Use new warning update helper functionBastien Nocera2014-11-141-6/+1
* daemon: Update display device when battery is removedBastien Nocera2014-11-141-0/+3
* daemon: Split out updating on_battery and warning_levelBastien Nocera2014-11-141-11/+18
* upowerd: Fix cleanup in up_device_idevice_coldplug/finalizeNikolay Martynov2014-10-081-3/+8
* daemon: Update aggregate device on battery removalEvangelos Foutras2014-10-081-0/+7
* all: convert value from g_get_real_time() to secondsEvangelos Foutras2014-10-0810-12/+12
* all: Use g_get_real_time() when possibleBastien Nocera2014-09-249-37/+16
* daemon: Set update-time on the aggregate deviceBastien Nocera2014-09-241-1/+5
* Correct check to prevent the display of invalid ASCII codesEric Koegel2014-09-161-1/+1
* Fencepost array access errorEric Koegel2014-09-161-2/+2
* linux: Respect the CriticalPowerAction config optionBastien Nocera2014-09-021-2/+14
* daemon: Add helper to get string from configBastien Nocera2014-09-022-0/+12
* Linux integration tests: Split big tests into several smaller onesMartin Pitt2014-09-021-19/+51
* Linux integration tests: Fix error handling for Python 3.4Martin Pitt2014-09-021-1/+2