summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Reimplement sync() functionalityRyan Lortie2012-07-106-4/+72
| * client/: bump the soname of libdconf to 1Ryan Lortie2012-07-101-12/+12
| * Makefile.am: add lcov-trim.py to EXTRA_DISTRyan Lortie2012-07-101-0/+1
| * Add script to trim bogus lcov dataRyan Lortie2012-07-103-1/+56
| * DConfChangeset: pointless fiddling with assertsRyan Lortie2012-07-101-2/+3
| * engine: fix dconf_engine_unref() thread safetyRyan Lortie2012-07-101-31/+17
| * docs/: two build fixesRyan Lortie2012-07-101-1/+3
| * gsettings/: remove the dconfcontext codeRyan Lortie2012-07-104-46/+0
| * big docs cleanupRyan Lortie2012-07-1010-219/+520
| * Merge remote-tracking branch 'gvdb/master' into wip/reorgRyan Lortie2012-07-092-146/+0
| |\
| | * gvdb-reader: drop gvdb_table_walk()Ryan Lortie2012-07-092-146/+0
| * | service: stop using gvdb_table_walk()Ryan Lortie2012-07-091-142/+98
| * | tests/gvdb: test gvdb_table_get_names()Ryan Lortie2012-07-091-119/+53
| * | Merge remote-tracking branch 'gvdb/master' into wip/reorgRyan Lortie2012-07-092-1/+152
| |\ \ | | |/
| | * gvdb-reader.c: add gvdb_table_get_names()Ryan Lortie2012-07-092-1/+152
| * | Makefile.am: clean up lcov codeRyan Lortie2012-07-091-4/+3
| * | tests/: fix some leaks in testcasesRyan Lortie2012-07-093-0/+5
| * | gsettings/: add an abicheck.sh scriptRyan Lortie2012-07-082-0/+5
| * | common/: make 'hidden' variant of libdconf-commonRyan Lortie2012-07-083-2/+6
| * | clean up C compiler warningsRyan Lortie2012-07-085-8/+13
| * | massive Makefile reorganisationRyan Lortie2012-07-0843-139/+279
| * | user source: change approach to shmRyan Lortie2012-07-081-12/+3
| * | tests/: add shm testcaseRyan Lortie2012-07-085-1/+236
| * | shm/: add inline dconf_shm_is_flagged()Ryan Lortie2012-07-081-0/+6
| * | shm/: make some adjustments after researchRyan Lortie2012-07-081-23/+36
| * | clean up and factor out the 'shm' codeRyan Lortie2012-07-0820-174/+193
| * | engine/: mark some structs 'extern' in a headerRyan Lortie2012-07-081-2/+2
| * | tests/: add forgotten test dataRyan Lortie2012-07-089-1/+38
| * | Merge remote-tracking branch 'gvdb/master' into wip/reorgRyan Lortie2012-07-081-2/+0
| |\ \ | | |/
| | * remove a stray variableRyan Lortie2012-07-081-2/+0
| * | gvdb test: fix logic for infinite walksRyan Lortie2012-07-081-1/+2
| * | tests/: test profile parsingRyan Lortie2012-07-082-3/+170
| * | profile parser: firm up and document semanticsRyan Lortie2012-07-085-31/+126
| * | Merge remote-tracking branch 'gvdb/master' into wip/reorgRyan Lortie2012-07-061-13/+36
| |\ \ | | |/
| | * gvdb-reader: robustness improvementsRyan Lortie2012-07-061-13/+36
| * | gvdb test: test reader against corruptionRyan Lortie2012-07-061-0/+182
| * | gvdb test: Use g_string_append()Ryan Lortie2012-07-061-2/+2
| * | DConfChangeset test: test serialise/deserialiseRyan Lortie2012-07-061-0/+68
| * | tests/: test NULL against path functionsRyan Lortie2012-07-061-0/+1
| * | tests/: check changeset reset functionalityRyan Lortie2012-07-061-0/+40
| * | dconf_changeset_set: support resetting pathsRyan Lortie2012-07-061-8/+32
| * | dconf_changeset_get: allow NULL value out argumentRyan Lortie2012-07-061-1/+3
| * | DConfChangeset: fix bugs found by testRyan Lortie2012-07-061-3/+17
| * | tests/: add a testcase for DConfChangesetRyan Lortie2012-07-063-0/+295
| * | GDBus filter backend: plug a massive leakRyan Lortie2012-07-061-0/+2
| * | GDBus backends: sink parameters, even on failureRyan Lortie2012-07-062-3/+12
| * | sources: don't leak bus name and object pathRyan Lortie2012-07-061-0/+2
| * | user source: use threadsafe init for shmdirRyan Lortie2012-07-061-2/+2
| * | fix various 'make distcheck' issuesRyan Lortie2012-07-064-4/+15
| * | tests/: add a testcase for DConfClientRyan Lortie2012-07-064-0/+185