summaryrefslogtreecommitdiff
path: root/common/configuration.c
Commit message (Expand)AuthorAgeFilesLines
* Handle trailing whitespace on boolean valuesRobert Ancell2015-10-211-1/+16
* Tidy up finalize methodsRobert Ancell2015-10-161-3/+1
* Warn if deprecated options logind-load-seats or xdg-seat are in configurationRobert Ancell2015-08-051-0/+5
* Ensure configuration file warning get in the log, not stderrRobert Ancell2015-08-051-4/+5
* Internally merge the [SeatDefaults] and [Seat:*] sections together. The previ...Robert Ancell2015-07-281-4/+9
* Fix configuration loading with new [Seat:*] sectionRobert Ancell2015-05-181-0/+3
* Don't double free configuration key sourcesRobert Ancell2014-10-091-1/+1
* Remove unnecessary variableRobert Ancell2014-09-081-3/+1
* Fix memory leaksRobert Ancell2014-09-051-6/+11
* Add --show-config option that shows combined configurationRobert Ancell2014-08-221-12/+47
|\
| * Show source of configuration keysRobert Ancell2014-08-221-12/+47
|/
* 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