summaryrefslogtreecommitdiff
path: root/engine/dconf-engine.c
Commit message (Expand)AuthorAgeFilesLines
* engine/: drop DConfChangesetListRyan Lortie2012-10-021-4/+4
* engine: fix dconf_engine_list() with empty dbRyan Lortie2012-07-151-0/+3
* engine: bring back origin_tag logicRyan Lortie2012-07-151-6/+8
* engine: fix arguments in fast watch race caseRyan Lortie2012-07-151-1/+3
* engine/: don't check for writability on resetRyan Lortie2012-07-121-1/+4
* DConfEngineSource: remove the external init callRyan Lortie2012-07-121-4/+0
* engine/: source init can never failRyan Lortie2012-07-121-2/+1
* engine/: fix refcounting errorRyan Lortie2012-07-121-1/+1
* engine: add dconf_call_handle_get_expected_type()Ryan Lortie2012-07-111-0/+6
* Reimplement sync() functionalityRyan Lortie2012-07-101-1/+38
* engine: fix dconf_engine_unref() thread safetyRyan Lortie2012-07-101-31/+17
* massive Makefile reorganisationRyan Lortie2012-07-081-1/+1
* profile parser: firm up and document semanticsRyan Lortie2012-07-081-1/+1
* 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
* Implement change signalsRyan Lortie2012-07-021-14/+139
* Massively reorganise the client-sideRyan Lortie2012-07-021-533/+785
* 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-051-4/+0
* engine: fix checking for locksRyan Lortie2012-02-031-1/+1
* drop unused dconf_engine_interpret_reply()Ryan Lortie2011-10-191-11/+0
* Stop using deprecated GLib APIsRyan Lortie2011-10-191-11/+11
* Remove "service func" logicRyan Lortie2011-09-111-49/+0
* Remove 'set lock' support from dconfRyan Lortie2011-09-111-9/+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-061-36/+90
* Change locking in the engineRyan Lortie2011-05-051-7/+28
* dconf engine: fix multi-threading issueRyan Lortie2011-02-031-2/+8
* Reduce GDBus abuseRyan Lortie2010-12-181-36/+70
* Avoid posix_fallocate for nowRyan Lortie2010-11-021-1/+1
* More cleanups and gtk-doc fill-inRyan Lortie2010-08-031-6/+1
* set_lock -> set_locked and cleanup gtk-docRyan Lortie2010-08-031-5/+5
* 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-191-40/+90
* header cleanupRyan Lortie2010-07-181-0/+20
* assorted client API cleanups, vala port of 'dconf'Ryan Lortie2010-07-181-8/+8
* Actually read from system databasesRyan Lortie2010-07-181-50/+110
* 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