summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* up-self-test.c: Drop usage of up_daemon_set_bus_type()Martin Pitt2013-02-201-8/+0
* Revert "Add option to run daemon on the session bus for testing"Martin Pitt2013-02-207-28/+6
* integration-test: Always run on a fake system busMartin Pitt2013-02-202-22/+15
* integration-test: Move to using umockdevMartin Pitt2013-02-201-130/+86
* Also deprecate running the powersave scriptsRichard Hughes2013-02-123-4/+14
* Add a --enable-deprecated configure argumentRichard Hughes2013-02-123-11/+104
* Raise the hard PolKit dep to 0.97Richard Hughes2013-02-121-4/+0
* linux: Bump maximum accepted "time to empty" to 10 daysMartin Pitt2013-01-311-2/+2
* Add test case for previous commitMartin Pitt2013-01-311-0/+29
* linux: Fix batteries which report current energy but full chargeAlex Hornung2013-01-311-1/+1
* Fix two memory leaksColin Watson2013-01-292-1/+3
* Fix memory leak in up_polkit_get_subject()Charles Kerr2013-01-291-1/+2
* Don't use the deprecated INCLUDES in Makefile.amRichard Hughes2013-01-145-5/+5
* Factor out the Logitech Unifying support to support other devicesRichard Hughes2013-01-108-790/+1303
* lg-unifying: fix K750 features name, use 1 second intervalJulien Danjou2013-01-031-19/+17
* Fix device matching for recent kernelsPeter Hurley2012-12-291-2/+2
* Add support for Logitech Unifying devicesJulien Danjou2012-10-304-11/+853
* Add luminosity propertyJulien Danjou2012-10-302-0/+26
* Do not continue to poll if /proc/timer_stats is not readableRichard Hughes2012-10-031-1/+1
* build: Fix srcdir != builddirColin Walters2012-09-191-5/+5
* trivial: fix typos in user-visible documentationAlex Chiang2012-09-193-3/+3
* Always return 0 from notify-upower.shRichard Hughes2012-09-171-0/+1
* Send resume signal when built with systemd and using pm-utils suspendJan Alexander Steffens (heftig)2012-09-031-3/+4
* Add a Documentation tag to the service fileMatthias Clasen2012-08-081-0/+1
* Use systemd for suspend and hibernateMatthias Clasen2012-07-119-24/+145
* trivial: Fix up some documentation typosLukas Tinkl2012-06-271-4/+4
* openbsd: Properly initialize update-time when creating devicesLandry Breuil2012-06-271-0/+4
* linux: Remove obsolete check for magicmouse_ and duplicated wacom_ checksDaniel Nicoletti2012-06-181-4/+1
* linux: Don't allow non-power-supply devices to set the OnBattery propertyDaniel Nicoletti2012-06-181-0/+4
* Fix wrong PowerSupply property for devices without a scope sysfs attributeMartin Pitt2012-06-141-2/+2
* integration-test: fail on CRITICALsMartin Pitt2012-06-141-1/+11
* Drop 'type' parameter from CancelRequest() signatureSascha Silbe2012-05-301-8/+0
* Fix use-after-free of qos itemSascha Silbe2012-05-301-2/+6
* linux: Treat the battery state 'not charging' as PENDING_CHARGERichard Hughes2012-05-301-0/+2
* Fix the LatencyChanged signalSascha Silbe2012-05-221-1/+1
* Correct the cap on the energy rateGary Ching-Pang Lin2012-04-271-1/+1
* Never detect HID devices with batteries as power suppliesRichard Hughes2012-04-181-2/+12
* Re-coldplug dock status when resuming from sleepEvan Broder2012-04-111-0/+17
* Fix crash in up_device_csr_finalize()Martin Pitt2012-04-031-1/+1
* Clamp the UPS percentage from 0 to 100 to fix syslog spamRichard Hughes2012-02-171-1/+1
* Return all history records for a timespan of zeroRichard Hughes2012-01-181-1/+7
* Do not print error message for missing /etc/crypttab.Kelly Anderson2012-01-181-1/+3
* Install a systemd service file if systemd is usedBenedikt Morbach2012-01-173-7/+35
* Add boolean RunPowersaveCommand to UPower.confLandry Breuil2012-01-061-2/+8
* openbsd: set powersave command to apm -C/-ALandry Breuil2012-01-061-1/+5
* openbsd: no need to pass the fd aroundLandry Breuil2012-01-061-9/+6
* openbsd: handle case where minutes_left might be negativeLandry Breuil2012-01-061-2/+2
* openbsd: improve logic wrt sensor typeLandry Breuil2012-01-061-15/+5
* openbsd: fix energy-rate calculationLandry Breuil2012-01-061-3/+5
* openbsd: use a singleton pattern to access /dev/apmLandry Breuil2012-01-063-23/+22