summaryrefslogtreecommitdiffstats
path: root/mainloop.cpp
Commit message (Expand)AuthorAgeFilesLines
* Return sensor object state data as optionalMatthew Barth2018-04-251-16/+35
* hwmonio: split IoAccess object outPatrick Venture2018-04-241-4/+5
* mainloop cleanup: added std namespace where missingPatrick Venture2018-04-241-3/+4
* Get sensor identifiers functionMatthew Barth2018-04-231-18/+44
* Check for empty return code list on addingMatthew Barth2018-04-231-18/+11
* mainloop cleanup: moved getAttrs to hwmon namespacePatrick Venture2018-04-181-94/+12
* move calls to cstdlib::getenv to env::getEnvPatrick Venture2018-04-181-5/+5
* move getEnv methods into env namespacePatrick Venture2018-04-181-8/+8
* mainloop: Add some helpful commentsPatrick Venture2018-04-181-0/+3
* No retries when adding a purposely removed sensorMatthew Barth2018-04-131-4/+11
* Trace return code driven remove/add of sensorsMatthew Barth2018-04-131-18/+39
* Check TARGET_MODE on target sensorsMatthew Barth2018-04-131-41/+5
* Include monitoring removed sensors for re-addingMatthew Barth2018-04-131-7/+4
* Attempt adding sensors with initial read error rcMatthew Barth2018-04-131-164/+206
* Remove sensors for given return codesMatthew Barth2018-04-131-40/+65
* Store sensor return codes for dbus removalMatthew Barth2018-04-131-0/+49
* performance: setup sysfs read independent of D-BusDeepak Kodihalli2018-04-091-89/+110
* Add configure option for how read fails behavePatrick Venture2018-03-301-0/+10
* Handle OCC EAGAIN & EREMOTEIO in 4.13Matthew Barth2018-03-221-4/+13
* Make it possible to choose the target interfaceMatt Spinler2018-02-261-6/+40
* Read MaxValue and MinValue from configurationJames Feist2018-02-221-0/+11
* Add fan pwm interface targetPatrick Venture2018-02-011-1/+9
* Support reading 64 bit integersMatt Spinler2017-11-291-3/+3
* Claim a stable well known busnameBrad Bishop2017-11-141-2/+5
* Read fan target sysfs value on startupMatt Spinler2017-10-241-1/+1
* Pass discrete type/ID values into addThresholdMatt Spinler2017-10-171-2/+2
* Refactor method of looking up indirect labelsMatt Spinler2017-10-171-11/+15
* Remove old TODOMatt Spinler2017-10-171-2/+1
* Log the failing sysfs filenameMatt Spinler2017-10-091-0/+19
* Enhancement to support GAIN and OFFSET value for sensor readingChiabing Lee2017-09-141-0/+40
* sysfs IO enhancementsBrad Bishop2017-09-081-49/+11
* Use hwmonio for attribute IOBrad Bishop2017-08-311-51/+76
* mainloop: Cache devpath at startupBrad Bishop2017-08-311-0/+2
* Add configure option to control how fails behaveMatt Spinler2017-08-101-0/+13
* Allow EAGAIN failuresMatt Spinler2017-07-281-18/+45
* Don't exit program on sysfs read failures.Patrick Venture2017-07-271-31/+71
* Add a level of indirection when naming the DBUS objectsTom Joseph2017-06-141-6/+27
* Introduce interval configuration for sensor reads.Patrick Venture2017-06-051-4/+9
* Exit early if no sensors matched.Patrick Venture2017-05-231-0/+6
* Write pwmX_enable for fans that have a fanX_targetMatt Spinler2017-05-111-1/+7
* Update hwmon fan target sysfs entriesMatthew Barth2017-03-301-7/+2
* Create a FanSpeedObject interfaceMatthew Barth2017-03-301-0/+10
* Change constexpr function pointers to static constantsSaqib Khan2017-03-201-0/+29
* Remove unnecessary copy constructing ObjectManagerBrad Bishop2017-03-081-1/+1
* Log failing path after sysfs access failuresBrad Bishop2017-03-011-18/+15
* Minor path/string op tweaksBrad Bishop2017-02-281-13/+24
* Delay emission of InterfacesAddedBrad Bishop2017-01-301-1/+7
* Instantiate objects in the correct namespaceBrad Bishop2017-01-171-7/+24
* Detect power current and energy sensorsBrad Bishop2017-01-171-0/+12
* Add helper function for finding attributesBrad Bishop2017-01-171-13/+29
OpenPOWER on IntegriCloud