summaryrefslogtreecommitdiff
path: root/engine
Commit message (Expand)AuthorAgeFilesLines
...
* clean up and factor out the 'shm' codeRyan Lortie2012-07-082-57/+6
* engine/: mark some structs 'extern' in a headerRyan Lortie2012-07-081-2/+2
* profile parser: firm up and document semanticsRyan Lortie2012-07-085-31/+126
* sources: don't leak bus name and object pathRyan Lortie2012-07-061-0/+2
* user source: use threadsafe init for shmdirRyan Lortie2012-07-061-2/+2
* fix various 'make distcheck' issuesRyan Lortie2012-07-061-1/+3
* engine: fixup parameters order for change callbackRyan Lortie2012-07-061-1/+1
* engine: allow for NULL value tablesRyan Lortie2012-07-061-3/+8
* engine: correct logic error in queue checkingRyan Lortie2012-07-061-1/+1
* dconf source abstraction: don't leak the GVDBsRyan Lortie2012-07-061-0/+6
* profile parser: return number of sourcesRyan Lortie2012-07-061-0/+2
* profile parser: handle newline characters properlyRyan Lortie2012-07-061-1/+3
* .gitignore for common/, gdbus/ and engine/Ryan Lortie2012-07-061-0/+1
* add gtester supportRyan Lortie2012-07-061-0/+2
* Implement change signalsRyan Lortie2012-07-022-16/+142
* Massively reorganise the client-sideRyan Lortie2012-07-0211-623/+1535
* dconf engine: don't leak lock table on reloadRyan Lortie2012-03-191-0/+6
* engine: free multiple 'shm' properlyRyan Lortie2012-03-061-4/+4
* engine: allow multiple user databasesRyan Lortie2012-03-031-61/+95
* engine: support absolute paths in DCONF_PROFILERyan Lortie2012-03-031-1/+6
* engine: drop some dead filesRyan Lortie2012-02-056-42/+0
* engine: fix checking for locksRyan Lortie2012-02-031-1/+1
* drop unused dconf_engine_interpret_reply()Ryan Lortie2011-10-192-19/+0
* Stop using deprecated GLib APIsRyan Lortie2011-10-191-11/+11
* Remove "service func" logicRyan Lortie2011-09-112-54/+1
* Remove 'set lock' support from dconfRyan Lortie2011-09-112-15/+0
* Support maybe types in dconfRyan Lortie2011-07-221-1/+44
* Fix crash when user database is not presentRyan Lortie2011-05-081-1/+5
* Optimise is_writable() for the common caseRyan Lortie2011-05-061-14/+17
* Remove accidental debugging spewRyan Lortie2011-05-061-2/+0
* client-side lockdown supportRyan Lortie2011-05-062-36/+96
* Change locking in the engineRyan Lortie2011-05-051-7/+28
* dconf engine: fix multi-threading issueRyan Lortie2011-02-031-2/+8
* Add G_GNUC_INTERNAL to symbolsRyan Lortie2011-01-251-0/+20
* Reduce GDBus abuseRyan Lortie2010-12-182-45/+107
* Avoid posix_fallocate for nowRyan Lortie2010-11-021-1/+1
* More cleanups and gtk-doc fill-inRyan Lortie2010-08-032-9/+2
* set_lock -> set_locked and cleanup gtk-docRyan Lortie2010-08-032-6/+6
* Adjust to the new GSettingsBackend APIRyan Lortie2010-07-221-1/+1
* Fix some missed bits after the DBus API tweaksRyan Lortie2010-07-211-31/+6
* bring service API in line with the clientRyan Lortie2010-07-191-3/+4
* port client library to ValaRyan Lortie2010-07-192-55/+110
* header cleanupRyan Lortie2010-07-184-9/+50
* assorted client API cleanups, vala port of 'dconf'Ryan Lortie2010-07-182-10/+10
* Actually read from system databasesRyan Lortie2010-07-182-50/+111
* Close profile file after reading (don't leak fd)Ryan Lortie2010-07-181-0/+1
* Change name of profiles directory to 'profile'Ryan Lortie2010-07-181-1/+1
* on NFS create a temp dir for the shm fileRyan Lortie2010-07-171-1/+1
* Move shmdir guessing code to common/Ryan Lortie2010-07-171-1/+2
* Many improvementsRyan Lortie2010-07-152-31/+263