aboutsummaryrefslogtreecommitdiffstats
path: root/src/config-ini.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* one dir per subprojectMattias Andrée8 days1-267/+0
* Add support for specifying hook fileMattias Andrée11 days1-6/+8
* Misc stuffMattias Andrée13 days1-11/+69
* RefactorMattias Andrée14 days1-3/+6
* Major refactoring and some fixesMattias Andrée2025-03-161-181/+28
* miscMattias Andrée2025-03-081-4/+4
* Misc improvementsMattias Andrée2025-03-071-209/+285
* Update redshift to redshift-ngMattias Andrée2025-03-061-4/+4
* style and some minor fixesMattias Andrée2025-03-061-90/+51
* Fix warningsMattias Andrée2025-03-051-3/+0
* Style and warningsMattias Andrée2025-03-051-16/+22
* Consistently use (locally defined) WINDOWS macro over mixing __WIN32__ and _WIN32Mattias Andrée2025-03-051-2/+2
* Merge config-ini.h and options.h into common.hMattias Andrée2025-03-051-1/+0
* Cleanup and style update (avoid typedef)Mattias Andrée2025-03-051-36/+14
* Merge branch 'homeless-users-and-nonusers' of https://github.com/maandree/redshiftMattias Andrée2025-03-051-9/+23
|\
| * Improve error messages that are printed when the user's home directory cannot be determineMattias Andrée2015-05-051-2/+4
| * Support (but warn) that the user does not have an passwd entry or a home set in the passwd entry. Also, getpwent can fail: handle that.Mattias Andrée2015-05-051-4/+16
* | Fixes #578: Allow hash as comment characterJon Lund Steffensen2018-10-201-2/+2
* | Fix "Some translated strings are still in English" issueMasanori Kakura2018-08-291-0/+3
* | config-ini: Properly respect XDG_CONFIG_HOME base directory specificationMasanori Kakura2018-05-041-5/+29
* | 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
* | config-ini: Simplify file path construction for XDG_CONFIG_DIRSJon Lund Steffensen2014-03-131-17/+29
* | fopen directly instead of stat:ingMattias Andrée2014-03-131-25/+14
* | Look for configuration file in XDG_CONFIG_DIRS and /etcMattias Andrée2014-03-111-3/+30
* | 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
* | If even HOME is missing look up the user's home directory from passwdMattias Andrée2014-03-111-0/+12
|/
* 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