summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Don't double free configuration key sourcesRobert Ancell2014-10-091-1/+1
* Disable log message when AccountsService users change - unknown properties ca...Robert Ancell2014-10-031-2/+5
* Revert changes to AccountsService properties watching - it appears it's not u...Robert Ancell2014-10-031-161/+78
* Refactored code to replace hardcoded signal identification strings by constantsRobert Ancell2014-10-022-6/+12
|\
| * Refactored code to replace hardcoded signal identification strings by constants.Jesús González2014-09-302-6/+12
* | Get individual user properties as they change instead of GetAllRobert Ancell2014-10-021-75/+158
* | Only listen for standard AccountsService propertiesRobert Ancell2014-10-021-3/+3
* | Don't load .dmrc files unless we need the data from themRobert Ancell2014-09-181-33/+14
|/
* 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-222-12/+53
|\
| * Show source of configuration keysRobert Ancell2014-08-222-12/+53
|/
* Read config data from both XDG_DATA_DIRS and XDG_CONFIG_DIRS.Robert Ancell2014-03-183-1/+140
|\
| * 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-172-3/+19
| * Move config loading into one function; move that function into libcommon; cal...Michael Terry2014-03-173-1/+123
|/
* Fix leaks in users objectsRobert Ancell2014-03-061-0/+2
* Fix small leaks detected by valgrindRobert Ancell2014-03-063-3/+16
* Add better cleanup as lightdm daemon closesMichael Terry2014-02-082-0/+10
* And convert accounts.c to use new sharable CommonUser class tooMichael Terry2014-02-049-140/+810
* Split core of user.c out into a sharable classMichael Terry2014-01-312-0/+1663