aboutsummaryrefslogtreecommitdiffstats
path: root/src/config-ini.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove trailing whitespacesMichael Vetter2015-08-041-1/+1
|
* Merge remote-tracking branch 'maandree/leaks'Jon Lund Steffensen2014-03-131-0/+4
|\
| * Free resources from config-ini.c on exitMattias Andrée2014-03-131-0/+4
| | | | | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* | config-ini: Simplify file path construction for XDG_CONFIG_DIRSJon Lund Steffensen2014-03-131-17/+29
| | | | | | | | Add comment pointing to the XDG Base Directory Specification.
* | fopen directly instead of stat:ingMattias Andrée2014-03-131-25/+14
| | | | | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* | Look for configuration file in XDG_CONFIG_DIRS and /etcMattias Andrée2014-03-111-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 existsMattias Andrée2014-03-111-9/+21
| | | | | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* | If even HOME is missing look up the user's home directory from passwdMattias Andrée2014-03-111-0/+12
|/ | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* Load config from %LOCALAPPDATA%\redshift.conf on WindowsTingPing2013-12-291-2/+2
|
* config: Look in %userprofile%/.config/redshift.conf on windows platform.Jon Lund Steffensen2011-03-291-0/+6
|
* config-ini.c: Fix loading explicitly requested config file.Jon Lund Steffensen2010-10-181-3/+5
|
* Add configuration file support.Jon Lund Steffensen2010-10-151-0/+235