summaryrefslogtreecommitdiff
path: root/src/linux
AgeCommit message (Expand)AuthorFilesLines
2014-11-26daemon: release resources at shutdownPeter Wu1-0/+27
2014-11-26daemon: fix various reference leaksPeter Wu1-1/+4
2014-11-26hidpp: fix memleak for each FeaturePeter Wu1-1/+12
2014-11-26linux: fix memleak when reading critical actionPeter Wu1-1/+1
2014-11-18hidpp-device: avoid unaligned memory accessPeter Wu1-3/+3
2014-10-08upowerd: Fix cleanup in up_device_idevice_coldplug/finalizeNikolay Martynov1-3/+8
2014-10-08all: convert value from g_get_real_time() to secondsEvangelos Foutras6-6/+6
2014-09-24all: Use g_get_real_time() when possibleBastien Nocera6-20/+7
2014-09-16Correct check to prevent the display of invalid ASCII codesEric Koegel1-1/+1
2014-09-02linux: Respect the CriticalPowerAction config optionBastien Nocera1-2/+14
2014-09-02Linux integration tests: Split big tests into several smaller onesMartin Pitt1-19/+51
2014-09-02Linux integration tests: Fix error handling for Python 3.4Martin Pitt1-1/+2
2014-09-02Linux integration tests: Fix crash if there is no session D-BUSMartin Pitt1-1/+4
2014-06-24linux: Simplify list freeingBastien Nocera2-4/+2
2014-06-24linux: Fix small memleak on startup with Logitech devicesBastien Nocera1-2/+2
2014-05-07linux: Remove is_docked from the integration testBastien Nocera1-1/+0
2014-05-07daemon: Deprecate "IsDocked" propertyBastien Nocera4-274/+0
2013-10-29trivial: Fix a compile warning in the linux backendRichard Hughes1-1/+1
2013-10-28linux: Use daemon poll for batteries tooBastien Nocera1-73/+23
2013-10-28linux: Switch non-battery devices to use the new daemon pollBastien Nocera1-2/+22
2013-10-28linux: Switch Unifying devices to use the new daemon pollBastien Nocera1-9/+2
2013-10-28linux: Switch iDevices to use the new daemon pollBastien Nocera1-22/+2
2013-10-28linux: Switch CSR devices to use the new daemon pollBastien Nocera1-7/+2
2013-10-26daemon: Better timeout source namingBastien Nocera7-10/+30
2013-10-26linux: Add NoPollBatteries configuration optionBastien Nocera1-3/+13
2013-10-26linux: Split up battery and device refreshBastien Nocera1-7/+7
2013-10-26linux: Move poll disable to another functionBastien Nocera1-4/+12
2013-10-26linux: Only disable timeouts if ever setBastien Nocera1-5/+5
2013-10-26linux: Poll for unknown state like the daemon didBastien Nocera1-2/+2
2013-10-26linux: Fix the "unknown state" heavy pollBastien Nocera1-9/+15
2013-10-22linux: Clamp percentage for overfull batteriesMartin Pitt2-0/+37
2013-10-20linux: Fix parsing of double values for certain localesBastien Nocera1-2/+2
2013-10-18linux: Finish "fixing" the UPS test caseBastien Nocera1-4/+10
2013-10-18daemon: Fix typos in commentsBastien Nocera1-1/+1
2013-10-18linux: More information in the debug outputBastien Nocera1-1/+1
2013-10-18linux: Fix tests for "OnLowBattery"Bastien Nocera1-23/+23
2013-10-18linux: Add TODO item for the GetCriticalAction bindingBastien Nocera1-0/+2
2013-10-18linux: get_properties_sync() doesn't exist anymoreBastien Nocera1-1/+0
2013-10-18linux: Add helper to get DisplayDevice propertyBastien Nocera1-0/+8
2013-10-18linux: Add new definitionsBastien Nocera1-0/+8
2013-10-18linux: Mark devices with 100% battery as fullBastien Nocera1-0/+5
2013-10-18linux: Fix Bluetooth devices appearing with 0% batteryBastien Nocera1-1/+7
2013-10-18linux: Add a way to check when sysfs_get_double failsBastien Nocera2-0/+20
2013-10-18linux: Use up_device_supply_get_string()Bastien Nocera1-5/+6
2013-10-18linux: Add a simpler, quicker path for devicesBastien Nocera1-1/+66
2013-10-18linux: Split off device state retrievalBastien Nocera1-20/+31
2013-10-18linux: Ignore ACs coming from devicesBastien Nocera1-0/+7
2013-10-18linux: Remove incorrect statementBastien Nocera1-1/+0
2013-10-17linux: Use boolean values in sysfs_get_bool, not intBastien Nocera1-4/+3
2013-10-17linux: Remove unused sysfs utils functionsBastien Nocera2-110/+0