summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Support g_autoptr() for all libupower-glib object typesKalev Lember2015-09-153-0/+43
* Fix build regressionArnaud Quette2015-08-102-1/+2
* 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-2913-254/+236
* integration-test: fix typo in interface nameCosimo Cecchi2015-07-291-1/+1
* build: remove dependency on dbus-glib and libdbusCosimo Cecchi2015-07-298-13/+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
* up-tool: remove unused variablesCosimo Cecchi2015-07-291-2/+0
* Update UPower HID rules - supported devices list1.0Arnaud Quette2015-07-291-2/+29
* Fix HID rules header, as per discussionsArnaud Quette2015-07-291-2/+8
* Revert "linux: Work-around broken battery on the Onda v975w"Bastien Nocera2015-07-162-45/+3
* rules: Add support for Logitech G700s/G700 Gaming Mousemuzena2015-07-091-0/+1
* bsd: Add critical action support for *BSDEric Koegel2015-07-077-28/+274
* linux: Fix possible double-freeBastien Nocera2015-06-261-3/+3
* lib: Fix memory leak in up_client_get_devices()Bastien Nocera2015-06-261-2/+2
* trivial: post release version bumpRichard Hughes2015-05-282-5/+5
* Released UPower 0.99.3UPOWER_0_99_3Richard Hughes2015-05-282-1/+15
* 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
* rules: support Logitech Unifying in Linux 3.19Peter Wu2015-04-021-0/+3
* build: Fix libimobiledevice msg in configureBastien Nocera2015-04-021-1/+1
* lib: Fix crash on uninitialized variantVlad Orlov2015-03-131-2/+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
* trivial: post release version bumpRichard Hughes2014-12-182-5/+5
* Released UPower 0.99.2UPOWER_0_99_2Richard Hughes2014-12-182-1/+22
* 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