summaryrefslogtreecommitdiff
path: root/engine/dconf-engine.c
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
* 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
* 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-141-62/+129
* Engine: add some missing objects to dconf_engine_unrefDaniel Playfair Cal2018-08-141-0/+9
* Engine: track in progress watch handles to avoid spurious changed signals for...Daniel Playfair Cal2018-07-131-12/+76
* engine: some internal const-correctness changesAllison Ryan Lortie2015-12-161-5/+5
* engine: add DCONF_READ_DEFAULT_VALUE flagAllison Ryan Lortie2015-12-161-1/+15
* engine: merge _read and _read_user_value()Allison Ryan Lortie2015-12-161-63/+26
* common: rename dconf-error.h to dconf-enums.hAllison Ryan Lortie2015-12-161-1/+1
* engine, client: add list_locks() operationAllison Ryan Lortie2015-11-301-0/+65
* 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-311-3/+1
* 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-261-4/+23
* engine: add 'profile' argument to constructorRyan Lortie2013-11-261-3/+4
* engine: allow NULL handleRyan Lortie2013-11-251-1/+4
* engine: fix locking bugRyan Lortie2013-11-251-0/+2
* Add DCONF_ERROR error domainRyan Lortie2013-11-251-0/+1
* Add missing "config.h" include everywhereRyan Lortie2013-11-241-0/+2
* GSettings: implement _read_user_value()Ryan Lortie2013-10-281-0/+45
* engine: seal changesets on changesRyan Lortie2013-06-251-0/+4
* 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/: 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