summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* linux: Get a serial number for device batteriesBastien Nocera2017-01-241-0/+4
* linux: Add a serial number to mouse battery testBastien Nocera2017-01-241-0/+2
* linux: Add a test for HID++ devicesBastien Nocera2017-01-241-0/+42
* linux: Simplify getting the device typeBastien Nocera2017-01-241-61/+52
* linux: Disable crashing testBastien Nocera2017-01-241-1/+1
* linux: Always stop daemon when started in testsBastien Nocera2017-01-241-0/+7
* linux: Allow running upowerd under valgrind in testsBastien Nocera2017-01-241-1/+10
* linux: Parent the keyboard device correctly in testsBastien Nocera2017-01-241-8/+9
* linux: Add test without the "mouse" legacy nodeBastien Nocera2017-01-241-0/+57
* linux: Parent Bluetooth mouse test devices properlyBastien Nocera2017-01-241-12/+35
* linux: Simplify up_device_supply_guess_type()Bastien Nocera2017-01-241-67/+71
* linux: Remove unneeded gotoBastien Nocera2017-01-241-6/+3
* linux: Split off device type detectionBastien Nocera2017-01-241-43/+55
* linux: Move declaration of variables closer to useBastien Nocera2017-01-241-9/+13
* linux: Don't talk to HID++ devices ourselvesBastien Nocera2017-01-231-0/+2
* daemon: Remove unused test declarationsBastien Nocera2016-07-084-31/+0
* linux: Lower initial power usage when iDevice isn't accessibleBastien Nocera2016-06-081-1/+1
* linux: Add better debug for iDevice startup pollBastien Nocera2016-06-081-1/+88
* linux: Name the iDevice start poll timeoutBastien Nocera2016-06-081-2/+5
* build: Fix -Wformat-y2k compilation errorsBastien Nocera2016-06-081-0/+3
* UpKbdBacklight: don't check the *end value when using g_ascii_strtollMarco Trevisan (Treviño)2016-05-251-1/+1
* UpKbdBacklight: don't cache the brightness level, always read it from sysfs a...Marco Trevisan (Treviño)2016-05-241-20/+49
* lib: Remove hidden singleton instanceMartin Pitt2016-05-181-9/+1
* up-tool: Exit early when connecting to upower failsMartin Pitt2016-05-181-1/+6
* lib: Add proper error and cancellable handling to UpClient constructorMartin Pitt2016-05-182-22/+67
* daemon: fix get_critical_action()Martin Pitt2016-02-231-2/+2
* Update READMEMichael Biebl2016-02-171-6/+5
* trivial: post release version bumpRichard Hughes2016-02-162-5/+5
* Released UPower 0.99.4UPOWER_0_99_4Richard Hughes2016-02-161-0/+17
* daemon: Lower the warning levels for input devicesBastien Nocera2015-11-121-2/+2
* etc: Update IgnoreLid documentationBastien Nocera2015-11-121-2/+3
* etc: Change the default low battery policyBastien Nocera2015-11-121-3/+5
* rules: Fix distcheck'ing not being able to install udev rulesBastien Nocera2015-09-231-2/+3
* daemon: Fix self test config file location for newer automakeBastien Nocera2015-09-231-1/+1
* daemon: Print the filename when the config file is missingBastien Nocera2015-09-231-4/+4
* linux: Fix deprecation warning in integration-testBastien Nocera2015-09-231-0/+3
* build: Always ship upower.service.inBastien Nocera2015-09-231-1/+2
* build: Fix missing includesBastien Nocera2015-09-236-0/+6
* 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