index
:
delta/dconf.git
1454-gvdb-corruption
baserock/gnome
changelog/0.39.1
dconf-0-18
dconf-0.10
dconf-0.12
dconf-0.14
dconf-0.16
dconf-0.20
dconf-0.22
dconf-0.24
dconf-0.26
dconf-0.30
dconf-0.32
dconf-0.34
dconf-0.36
dconf-0.8
increment/0.39.2
master
testing/add-service-cradle
wip/0-25-1
wip/apparmor
wip/inigomartinez/meson
wip/issue-23
wip/lantw/dont-hard-code-etc
wip/nfs-client
wip/override
wip/peruserprofile
wip/proxy
wip/settings-backend
wip/smcv/systemd-unit
wip/varlib
gitlab.gnome.org: GNOME/dconf.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engine
/
dconf-engine.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
engine: Update internal documentation
Tomasz Miąsko
2018-11-16
1
-78
/
+44
*
engine: Limit the number of in-flight requests to one
Tomasz Miąsko
2018-11-16
1
-42
/
+12
*
engine: Coalesce pending writes into a single changeset
Tomasz Miąsko
2018-11-16
1
-31
/
+15
*
Free OustandingWatch's path
Guido Günther
2018-09-10
1
-0
/
+1
*
Engine: Change overflow thresholds in subscription counts from GMAXUINT32 to ...
Daniel Playfair Cal
2018-08-15
1
-2
/
+2
*
Engine: Add locks around access to subscription counts to ensure that each st...
Daniel Playfair Cal
2018-08-14
1
-3
/
+44
*
Engine: add g_debug statements in state changing interface functions
Daniel Playfair Cal
2018-08-14
1
-1
/
+9
*
Engine: extend subscriptions state to account for multiple client subscriptio...
Daniel Playfair Cal
2018-08-14
1
-62
/
+129
*
Engine: add some missing objects to dconf_engine_unref
Daniel Playfair Cal
2018-08-14
1
-0
/
+9
*
Engine: track in progress watch handles to avoid spurious changed signals for...
Daniel Playfair Cal
2018-07-13
1
-12
/
+76
*
engine: some internal const-correctness changes
Allison Ryan Lortie
2015-12-16
1
-5
/
+5
*
engine: add DCONF_READ_DEFAULT_VALUE flag
Allison Ryan Lortie
2015-12-16
1
-1
/
+15
*
engine: merge _read and _read_user_value()
Allison Ryan Lortie
2015-12-16
1
-63
/
+26
*
common: rename dconf-error.h to dconf-enums.h
Allison Ryan Lortie
2015-12-16
1
-1
/
+1
*
engine, client: add list_locks() operation
Allison Ryan Lortie
2015-11-30
1
-0
/
+65
*
engine: fix race in match rule adding
Ryan Lortie
2014-02-21
1
-7
/
+11
*
file-db: don't install match rules on no bus
Ryan Lortie
2014-02-11
1
-8
/
+15
*
Updated FSF's address
Daniel Mustieles
2014-01-31
1
-3
/
+1
*
engine: reject junk signals
Ryan Lortie
2013-11-27
1
-0
/
+36
*
engine: fix a case of variable shadowing
Ryan Lortie
2013-11-27
1
-3
/
+3
*
engine: filter change signals properly
Ryan Lortie
2013-11-27
1
-2
/
+23
*
engine: add support for WritabilityNotify
Ryan Lortie
2013-11-26
1
-4
/
+23
*
engine: add 'profile' argument to constructor
Ryan Lortie
2013-11-26
1
-3
/
+4
*
engine: allow NULL handle
Ryan Lortie
2013-11-25
1
-1
/
+4
*
engine: fix locking bug
Ryan Lortie
2013-11-25
1
-0
/
+2
*
Add DCONF_ERROR error domain
Ryan Lortie
2013-11-25
1
-0
/
+1
*
Add missing "config.h" include everywhere
Ryan Lortie
2013-11-24
1
-0
/
+2
*
GSettings: implement _read_user_value()
Ryan Lortie
2013-10-28
1
-0
/
+45
*
engine: seal changesets on changes
Ryan Lortie
2013-06-25
1
-0
/
+4
*
engine, gsettings: prevent empty changesets
Ryan Lortie
2013-02-11
1
-0
/
+11
*
docs/comments: make some corrections/updates
Ryan Lortie
2013-02-11
1
-3
/
+3
*
engine: accept out-of-order error reply messages
Ryan Lortie
2013-01-24
1
-3
/
+20
*
engine/: drop DConfChangesetList
Ryan Lortie
2012-10-02
1
-4
/
+4
*
engine: fix dconf_engine_list() with empty db
Ryan Lortie
2012-07-15
1
-0
/
+3
*
engine: bring back origin_tag logic
Ryan Lortie
2012-07-15
1
-6
/
+8
*
engine: fix arguments in fast watch race case
Ryan Lortie
2012-07-15
1
-1
/
+3
*
engine/: don't check for writability on reset
Ryan Lortie
2012-07-12
1
-1
/
+4
*
DConfEngineSource: remove the external init call
Ryan Lortie
2012-07-12
1
-4
/
+0
*
engine/: source init can never fail
Ryan Lortie
2012-07-12
1
-2
/
+1
*
engine/: fix refcounting error
Ryan Lortie
2012-07-12
1
-1
/
+1
*
engine: add dconf_call_handle_get_expected_type()
Ryan Lortie
2012-07-11
1
-0
/
+6
*
Reimplement sync() functionality
Ryan Lortie
2012-07-10
1
-1
/
+38
*
engine: fix dconf_engine_unref() thread safety
Ryan Lortie
2012-07-10
1
-31
/
+17
*
massive Makefile reorganisation
Ryan Lortie
2012-07-08
1
-1
/
+1
*
profile parser: firm up and document semantics
Ryan Lortie
2012-07-08
1
-1
/
+1
*
engine: fixup parameters order for change callback
Ryan Lortie
2012-07-06
1
-1
/
+1
*
engine: allow for NULL value tables
Ryan Lortie
2012-07-06
1
-3
/
+8
*
engine: correct logic error in queue checking
Ryan Lortie
2012-07-06
1
-1
/
+1
*
Implement change signals
Ryan Lortie
2012-07-02
1
-14
/
+139
*
Massively reorganise the client-side
Ryan Lortie
2012-07-02
1
-533
/
+785
[next]