summaryrefslogtreecommitdiff
path: root/engine
Commit message (Expand)AuthorAgeFilesLines
* Namespace the dependencies variablesEmmanuele Bassi2018-08-111-3/+3
* build: Add trailing commas where necessaryIñigo Martínez2018-08-111-4/+4
* build: Do not make heavy use of project_nameIñigo Martínez2018-08-111-4/+2
* build: Fix internal dependenciesIñigo Martínez2018-08-111-1/+11
* build: Avoid building libraries twiceIñigo Martínez2018-08-111-11/+1
* Engine: track in progress watch handles to avoid spurious changed signals for...Daniel Playfair Cal2018-07-132-12/+87
* Remove .gitignore filesIñigo Martínez2017-10-221-2/+0
* build: Remove autotoolsIñigo Martínez2017-10-171-22/+0
* build: Port to meson build systemIñigo Martínez2017-10-172-0/+32
* engine: some internal const-correctness changesAllison Ryan Lortie2015-12-162-6/+6
* engine: add DCONF_READ_DEFAULT_VALUE flagAllison Ryan Lortie2015-12-161-1/+15
* engine: merge _read and _read_user_value()Allison Ryan Lortie2015-12-162-68/+28
* common: rename dconf-error.h to dconf-enums.hAllison Ryan Lortie2015-12-161-1/+1
* engine, client: add list_locks() operationAllison Ryan Lortie2015-11-302-0/+70
* engine: add support for runtime profile selectionAllison Ryan Lortie2015-11-111-12/+77
* engine: fix race in match rule addingRyan Lortie2014-02-211-7/+11
* file-db: don't install match rules on no busRyan Lortie2014-02-111-8/+15
* Updated FSF's addressDaniel Mustieles2014-01-3111-33/+11
* engine: add support for 'file-db'Ryan Lortie2014-01-135-7/+92
* profiles: allow profiles in XDG_DATA_DIRSRyan Lortie2014-01-131-11/+55
* engine: reject junk signalsRyan Lortie2013-11-271-0/+36
* engine: fix a case of variable shadowingRyan Lortie2013-11-271-3/+3
* engine: filter change signals properlyRyan Lortie2013-11-271-2/+23
* engine: add support for WritabilityNotifyRyan Lortie2013-11-262-4/+24
* engine: add 'profile' argument to constructorRyan Lortie2013-11-262-4/+6
* engine: allow NULL handleRyan Lortie2013-11-251-1/+4
* engine: issue warnings once per sourceRyan Lortie2013-11-253-6/+5
* engine: fix locking bugRyan Lortie2013-11-251-0/+2
* Add DCONF_ERROR error domainRyan Lortie2013-11-252-8/+1
* engine: restructure a bit to improve testabilityRyan Lortie2013-11-252-12/+17
* Add missing "config.h" include everywhereRyan Lortie2013-11-246-0/+12
* GSettings: implement _read_user_value()Ryan Lortie2013-10-282-0/+50
* engine: seal changesets on changesRyan Lortie2013-06-251-0/+4
* Use G_LOG_DOMAIN in all library componentsRyan Lortie2013-02-211-1/+1
* engine, gsettings: prevent empty changesetsRyan Lortie2013-02-111-0/+11
* docs/comments: make some corrections/updatesRyan Lortie2013-02-111-3/+3
* engine: accept out-of-order error reply messagesRyan Lortie2013-01-241-3/+20
* engine: only Init the service when neededRyan Lortie2013-01-111-3/+7
* engine: add a new database type: "service-db"Ryan Lortie2013-01-094-1/+94
* adjust to new gvdb APIsRyan Lortie2012-11-091-4/+4
* engine/: drop DConfChangesetListRyan Lortie2012-10-024-45/+6
* engine: improve robustness of profile parsingRyan Lortie2012-07-192-20/+43
* engine: fix dconf_engine_list() with empty dbRyan Lortie2012-07-151-0/+3
* engine: bring back origin_tag logicRyan Lortie2012-07-152-6/+10
* 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: return FALSE from NULL refreshRyan Lortie2012-07-121-1/+14
* DConfEngineSource: remove the external init callRyan Lortie2012-07-123-13/+2
* DConfEngineUserSource: don't open on initRyan Lortie2012-07-121-5/+0
* engine/: source init can never failRyan Lortie2012-07-125-12/+7