summaryrefslogtreecommitdiff
path: root/common/configuration.c
Commit message (Expand)AuthorAgeFilesLines
* Don't double free configuration key sourcesRobert Ancell2014-10-091-1/+1
* Add --show-config option that shows combined configurationRobert Ancell2014-09-081-10/+48
* Fix memory leaksRobert Ancell2014-09-081-13/+13
* Read config data from both XDG_DATA_DIRS and XDG_CONFIG_DIRS.Robert Ancell2014-03-181-0/+136
|\
| * Reverse order of directory loading for a given XDG variableMichael Terry2014-03-171-1/+3
| * Scan XDG_DATA_DIRS and XDG_CONFIG_DIRS for config values tooMichael Terry2014-03-171-1/+18
| * Move config loading into one function; move that function into libcommon; cal...Michael Terry2014-03-171-0/+118
|/
* Fix small leaks detected by valgrindRobert Ancell2014-03-061-1/+12
* And convert accounts.c to use new sharable CommonUser class tooMichael Terry2014-02-041-0/+155