Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove trailing whitespaces | Michael Vetter | 2015-08-04 | 1 | -1/+1 |
| | |||||
* | Merge remote-tracking branch 'maandree/leaks' | Jon Lund Steffensen | 2014-03-13 | 1 | -0/+4 |
|\ | |||||
| * | Free resources from config-ini.c on exit | Mattias Andrée | 2014-03-13 | 1 | -0/+4 |
| | | | | | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | | config-ini: Simplify file path construction for XDG_CONFIG_DIRS | Jon Lund Steffensen | 2014-03-13 | 1 | -17/+29 |
| | | | | | | | | Add comment pointing to the XDG Base Directory Specification. | ||||
* | | fopen directly instead of stat:ing | Mattias Andrée | 2014-03-13 | 1 | -25/+14 |
| | | | | | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | | Look for configuration file in XDG_CONFIG_DIRS and /etc | Mattias Andrée | 2014-03-11 | 1 | -3/+30 |
| | | | | | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | | When looking for a redshift.conf file do not just check environment variable, also check that the file exists | Mattias Andrée | 2014-03-11 | 1 | -9/+21 |
| | | | | | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | | If even HOME is missing look up the user's home directory from passwd | Mattias Andrée | 2014-03-11 | 1 | -0/+12 |
|/ | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com> | ||||
* | Load config from %LOCALAPPDATA%\redshift.conf on Windows | TingPing | 2013-12-29 | 1 | -2/+2 |
| | |||||
* | config: Look in %userprofile%/.config/redshift.conf on windows platform. | Jon Lund Steffensen | 2011-03-29 | 1 | -0/+6 |
| | |||||
* | config-ini.c: Fix loading explicitly requested config file. | Jon Lund Steffensen | 2010-10-18 | 1 | -3/+5 |
| | |||||
* | Add configuration file support. | Jon Lund Steffensen | 2010-10-15 | 1 | -0/+235 |