summaryrefslogtreecommitdiff
path: root/engine
Commit message (Expand)AuthorAgeFilesLines
* engine: remove spurious local change notificationsDaniel Playfair Cal2020-12-191-1/+83
* engine: seal the in_flight queue before sending itDaniel Playfair Cal2020-12-191-0/+1
* gdbus: Unref cached GDBusConnection objects when the connection is closedAndre Moreira Magalhaes2019-08-071-0/+11
* Tests: replace usage of dlsym with separate modules containing functions that...Daniel Playfair Cal2019-02-124-5/+93
* engine: Update internal documentationTomasz Miąsko2018-11-161-78/+44
* engine: Limit the number of in-flight requests to oneTomasz Miąsko2018-11-161-42/+12
* engine: Coalesce pending writes into a single changesetTomasz Miąsko2018-11-161-31/+15
* Free OustandingWatch's pathGuido Günther2018-09-101-0/+1
* build: Enable G_LOG_USE_STRUCTURED=1Philip Withnall2018-08-161-1/+1
* 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