| Commit message (Expand) | Author | Age | Files | Lines |
* | libsensors: Prevent warning with glibc >= 2.20 | Jean Delvare | 2019-09-02 | 1 | -1/+2 |
* | Update my e-mail address and copyright years | Jean Delvare | 2014-03-20 | 1 | -1/+1 |
* | Extend the documentation of sensors_init() and | Jean Delvare | 2013-09-11 | 1 | -0/+2 |
* | Change libsensors license from GPL to LGPL. | Jean Delvare | 2010-07-01 | 1 | -6/+6 |
* | From Yuriy Kaminskiy: | Jean Delvare | 2009-06-05 | 1 | -2/+8 |
* | Fix segmentation fault when passing a custom configuration file. | Jean Delvare | 2009-02-26 | 1 | -5/+8 |
* | If str(n)dup fails, there is no more memory left. We should exit with | Jean Delvare | 2009-02-20 | 1 | -0/+3 |
* | It is not an error if /etc/sensors.d doesn't exist. | Jean Delvare | 2009-02-18 | 1 | -0/+4 |
* | Include the configuration file name when reporting parse errors. | Jean Delvare | 2009-02-15 | 1 | -3/+3 |
* | Keep track of configuration file names so that we can later generate | Jean Delvare | 2009-02-15 | 1 | -7/+22 |
* | Read extra configuration files from /etc/sensors.d. | Jean Delvare | 2009-02-15 | 1 | -1/+59 |
* | Make it possible to only substitute the bus number of a subset of the | Jean Delvare | 2009-02-15 | 1 | -0/+1 |
* | Free bus statements from the configuration file as soon as we are done | Jean Delvare | 2009-02-15 | 1 | -18/+29 |
* | Exit the configuration file parser as soon as we are done with it. | Jean Delvare | 2009-02-15 | 1 | -10/+21 |
* | Report configuration file read errors. | Jean Delvare | 2009-02-10 | 1 | -0/+3 |
* | The free_expr() function is no longer static in lib/init.c (it is also | Jean Delvare | 2008-07-14 | 1 | -6/+6 |
* | The configuration file is currently parsed in the locale set by the main | Jean Delvare | 2008-04-08 | 1 | -2/+29 |
* | Patch from Aurelien Jarno: | Jean Delvare | 2008-03-26 | 1 | -1/+2 |
* | Use /etc/sensors3.conf as the default configuration file. If it can't | Jean Delvare | 2007-10-25 | 1 | -1/+5 |
* | Make the configuration file optional. Although in most cases it's not | Jean Delvare | 2007-10-25 | 1 | -6/+6 |
* | Clean up if something goes wrong during initialization. Otherwise | Jean Delvare | 2007-10-25 | 1 | -5/+10 |
* | Let libsensors know the default path to its configuration file. | Jean Delvare | 2007-10-25 | 1 | -4/+20 |
* | Add my copyright everywhere it is missing. | Jean Delvare | 2007-09-29 | 1 | -0/+1 |
* | Delete unused SENSORS_ERR_ACCESS. | Jean Delvare | 2007-09-23 | 1 | -1/+1 |
* | Define a separate structure to represent main features. This allows | Jean Delvare | 2007-09-23 | 1 | -0/+3 |
* | Rename struct sensors_feature_data to sensors_subfeature. This is a | Jean Delvare | 2007-09-23 | 1 | -3/+3 |
* | sensors_feature_data and sensors_chip_feature are now the exact | Jean Delvare | 2007-09-23 | 1 | -1/+1 |
* | Warning fix. | Jean Delvare | 2007-09-05 | 1 | -0/+1 |
* | Fix memory leaks in the configuration file parser when a label, set, | Jean Delvare | 2007-09-05 | 1 | -1/+1 |
* | Store the feature list length separately instead of null-terminating | Jean Delvare | 2007-09-05 | 1 | -5/+5 |
* | Reorder functions so that forward declarations are no longer needed. | Jean Delvare | 2007-08-31 | 1 | -77/+67 |
* | Mass reindent, coding style and whitespace cleanups. | Jean Delvare | 2007-08-31 | 1 | -92/+93 |
* | Drop support for reloading the configuration with sensors_init(). | Jean Delvare | 2007-08-22 | 1 | -1/+1 |
* | Rename sensors_chip_name.busname to path, as this is what we are using | Jean Delvare | 2007-08-16 | 1 | -1/+1 |
* | Pass the structures by reference inside libsensors. Again a small | Jean Delvare | 2007-08-13 | 1 | -53/+53 |
* | Add some more warning flags, and fix these warnings. | Jean Delvare | 2007-07-03 | 1 | -1/+1 |
* | With the new dynamic chip features enumeration code, the sensors_proc_chips | Jean Delvare | 2007-06-28 | 1 | -2/+14 |
* | struct sensors_proc_chips_entry now has a single member, so we may | Jean Delvare | 2007-06-26 | 1 | -7/+1 |
* | libsensors: Kill procfs support, part 1. | Jean Delvare | 2007-06-25 | 1 | -8/+4 |
* | libsensors: Drop support for algorithm names. | Jean Delvare | 2006-10-13 | 1 | -1/+0 |
* | libsensors: Probe for busses before chips. This makes more sense that way, | Jean Delvare | 2006-10-08 | 1 | -2/+2 |
* | Previous leak fix caused multiple sensors_init() calls to break. | Mark M. Hoffman | 2006-05-20 | 1 | -1/+5 |
* | fix 2 leaks found by valgrind - missing some free() during cleanup | Mark M. Hoffman | 2006-05-15 | 1 | -0/+5 |
* | (mmh) | Mark M. Hoffman | 2005-09-18 | 1 | -4/+2 |
* | (mmh) | Mark M. Hoffman | 2005-09-18 | 1 | -3/+7 |
* | (mmh) | Mark M. Hoffman | 2005-09-18 | 1 | -0/+2 |
* | Fix memory leak. | Jean Delvare | 2003-11-23 | 1 | -0/+1 |
* | New sensors.conf keyword 'ignore' | Frodo Looijaard | 1999-12-24 | 1 | -0/+11 |
* | Adrian's copyright patch applied | Frodo Looijaard | 1999-02-08 | 1 | -1/+1 |
* | Moved some library functions around, to put them in more logical files. | Frodo Looijaard | 1998-12-25 | 1 | -3/+1 |