summaryrefslogtreecommitdiff
path: root/src/shared-data-manager.c
Commit message (Expand)AuthorAgeFilesLines
* Use g_object_clear where we can for readibilityRobert Ancell2015-10-161-5/+1
* Replace unnecessary dispose method with finalizeRobert Ancell2015-10-161-11/+2
* Refactored code to replace hardcoded signal identification strings by constants.Jesús González2014-09-301-1/+1
* Remove trailing whitespaceRobert Ancell2014-09-191-3/+3
* Fix shared directory name not being returned if already existsRobert Ancell2014-02-241-2/+7
* Make new shared dir code match existing coding style. Add some debugging mess...Robert Ancell2014-02-211-67/+55
* explicitly provide shared dir path to sessionsMichael Terry2014-02-191-11/+5
* Make directory creation synchronousMichael Terry2014-02-181-58/+30
* Add liblightdm function to ensure a shared data directoryMichael Terry2014-02-181-1/+1
* Use usernames for users for shared data dirs rather than uidsMichael Terry2014-02-181-32/+18
* Don't create all shared user dirs on startup; rather create them on demand as...Michael Terry2014-02-181-46/+52
* Add shared data manager and testMichael Terry2014-02-081-0/+330