summaryrefslogtreecommitdiff
path: root/engine
Commit message (Expand)AuthorAgeFilesLines
* Replace all hard-coded /etc path with sysconfdirwip/lantw/dont-hard-code-etcTing-Wei Lan2018-08-162-3/+3
* Engine: Change overflow thresholds in subscription counts from GMAXUINT32 to ...Daniel Playfair Cal2018-08-151-2/+2
* Engine: Add locks around access to subscription counts to ensure that each st...Daniel Playfair Cal2018-08-141-3/+44
* Engine: add g_debug statements in state changing interface functionsDaniel Playfair Cal2018-08-141-1/+9
* Engine: extend subscriptions state to account for multiple client subscriptio...Daniel Playfair Cal2018-08-142-73/+129
* Engine: add some missing objects to dconf_engine_unrefDaniel Playfair Cal2018-08-141-0/+9
* 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