[dconf] (111 commits) ...Merge branch 'wip/reorg'



Summary of changes:

  d1f6300... Docs: Changed can not to cannot. (*)
  73acf01... Support creating a GvdbReader from data (*)
  7683c2b... builder: Note don't actually implement bloom filters (*)
  2134762... service: Drop a level of variant wrapping (*)
  e054942... common/: create two convenience libraries (*)
  c2f0999... Add DConfChangeset utility class to common/ (*)
  b132b06... service: introduce a new Changeset-based method (*)
  3e99260... Add a README (*)
  6a675a5... Add a HACKING (*)
  4eea8cb... Massively reorganise the client-side (*)
  cc3221d... Implement change signals (*)
  4e77b52... gvdb-reader: correct whitespace damage (*)
  ae3d42c... gvdb-reader: refuse to open file with small header (*)
  a9551cc... more whitespace fixes (*)
  e47d113... Merge remote-tracking branch 'gvdb/master' into wip/reorg (*)
  bb4f8d7... add gtester support (*)
  8330ed1... Add support for measuring testcase coverage (*)
  03a4f17... DConfChangeset: remove some debug stdout noise (*)
  54f67cd... .gitignore for common/, gdbus/ and engine/ (*)
  b332aa9... GDBus backend: only write to error if non-NULL (*)
  dbf4f8c... GDBus filter backend: return FALSE in error case (*)
  c700f20... GDBus filter backend: fix reply-serial handling (*)
  2b3f98e... GSettings backend: build against dconf-common (*)
  3a17d73... profile parser: handle newline characters properly (*)
  36af45d... profile parser: return number of sources (*)
  197c3bb... dconf source abstraction: don't leak the GVDBs (*)
  81b1035... engine: correct logic error in queue checking (*)
  dd27ef4... engine: allow for NULL value tables (*)
  91e4e59... engine: fixup parameters order for change callback (*)
  3600ebd... gsettings test: use g_assert_cmpint() (*)
  2069109... tests/: add gvdb testcase (*)
  eb971e7... tests/: convert path test to gtester (*)
  e60fa3a... Add test for dbus backends (*)
  8cb144b... tests/: add a stub D-Bus backend for testing (*)
  8b91a50... tests/: add a test for DConfEngine (*)
  fffbf58... client: also build libdconf-client static library (*)
  53ed572... tests/: add a testcase for DConfClient (*)
  1304b14... fix various 'make distcheck' issues (*)
  fb6ad83... user source: use threadsafe init for shmdir (*)
  b54ca7b... sources: don't leak bus name and object path (*)
  67144c4... GDBus backends: sink parameters, even on failure (*)
  bcf3ea5... GDBus filter backend: plug a massive leak (*)
  2e5a358... tests/: add a testcase for DConfChangeset (*)
  d83db37... DConfChangeset: fix bugs found by test (*)
  a20d8fa... dconf_changeset_get: allow NULL value out argument (*)
  0f5906d... dconf_changeset_set: support resetting paths (*)
  6446f68... tests/: check changeset reset functionality (*)
  f3d12b3... tests/: test NULL against path functions (*)
  1d87596... DConfChangeset test: test serialise/deserialise (*)
  17b92bd... gvdb test: Use g_string_append() (*)
  7400ea5... gvdb test: test reader against corruption (*)
  374cb1b... gvdb-reader: robustness improvements (*)
  bffe7ec... Merge remote-tracking branch 'gvdb/master' into wip/reorg (*)
  1423837... profile parser: firm up and document semantics (*)
  9fca034... tests/: test profile parsing (*)
  0d25676... gvdb test: fix logic for infinite walks (*)
  82cbc59... remove a stray variable (*)
  8a2d1f2... Merge remote-tracking branch 'gvdb/master' into wip/reorg (*)
  1cebe10... tests/: add forgotten test data (*)
  4228ef3... engine/: mark some structs 'extern' in a header (*)
  dd9c1a0... clean up and factor out the 'shm' code (*)
  f0637da... shm/: make some adjustments after research (*)
  5f9ec3c... shm/: add inline dconf_shm_is_flagged() (*)
  341cd43... tests/: add shm testcase (*)
  792a132... user source: change approach to shm (*)
  d56a9ce... massive Makefile reorganisation (*)
  571918a... clean up C compiler warnings (*)
  395d1f5... common/: make 'hidden' variant of libdconf-common (*)
  cf31cc3... gsettings/: add an abicheck.sh script (*)
  27f10aa... tests/: fix some leaks in testcases (*)
  d9577f1... gvdb-reader.c: add gvdb_table_get_names() (*)
  000a351... Makefile.am: clean up lcov code (*)
  7459148... Merge remote-tracking branch 'gvdb/master' into wip/reorg (*)
  2accba6... tests/gvdb: test gvdb_table_get_names() (*)
  facae6f... service: stop using gvdb_table_walk() (*)
  fc37611... gvdb-reader: drop gvdb_table_walk() (*)
  a8fe07c... Merge remote-tracking branch 'gvdb/master' into wip/reorg (*)
  1f08d55... big docs cleanup (*)
  7b4ad22... gsettings/: remove the dconfcontext code (*)
  afb264d... docs/: two build fixes (*)
  a1b7bbb... engine: fix dconf_engine_unref() thread safety (*)
  8317a10... DConfChangeset: pointless fiddling with asserts (*)
  eea5020... Add script to trim bogus lcov data (*)
  35c0347... Makefile.am: add lcov-trim.py to EXTRA_DIST (*)
  2f86e02... client/: bump the soname of libdconf to 1 (*)
  4860be9... Reimplement sync() functionality (*)
  77d9ae4... Update the editor and cli to use the new soname (*)
  b1cf066... Fix up the "changed" signal for Vala (*)
  334daf4... dbus test: use GMainContext instead of GCond (*)
  9b5e43d... engine: add dconf_call_handle_get_expected_type() (*)
  8b238d7... dbus test: implement expected return type (*)
  b9e39fc... dbus test: add function to initialise for testing (*)
  f531f87... dbus test: use GMainContext on signal receipt test (*)
  d255752... dbus test: signal with strings instead of ints (*)
  2108640... dbus-1/: rewrite against the new engine (*)
  ebf22c7... tests/: test the libdbus-1 DBus backend (*)
  23817c6... increase GLib depend to 2.33.3 (*)
  311b286... Remove workaround for GCC's obnoxious behaviour (*)
  77475dc... dbus1/: include missing header file (*)
  cd27413... engine/: fix refcounting error (*)
  dd608d0... tests/: implement more realistic shm mocking (*)
  0725a5f... tests/: add more testing code for engine (*)
  7a4a082... engine/: source init can never fail (*)
  de020d7... DConfEngineUserSource: don't open on init (*)
  207918c... DConfEngineSource: remove the external init call (*)
  8b08def... DConfEngineSource: return FALSE from NULL refresh (*)
  2b182bb... tests/: add test for system source (*)
  21ca301... engine/: don't check for writability on reset (*)
  85249b6... tests/ Rework the gvdb mock code
  0bd2f8e... test/: finish testing of system source
  68a2895... Merge branch 'wip/reorg'

(*) This commit already existed in another branch; no separate mail sent



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]