summaryrefslogtreecommitdiff
path: root/service/dconf-writer.c
Commit message (Expand)AuthorAgeFilesLines
* move dconf-gvdb-utils from service into commonDaniel Playfair Cal2020-12-191-1/+1
* Service: avoid redundant writes even after other non redundant writes have su...Daniel Playfair Cal2019-12-291-0/+2
* Service: filter changesets when performing writes such that changed events ar...Daniel Playfair Cal2019-12-291-10/+14
* writer: factor out a common methodCosimo Cecchi2019-05-091-20/+21
* service: Rename a method to make its behaviour more apparentPhilip Withnall2018-08-201-1/+1
* service: Port from g_type_class_add_private() to G_ADD_PRIVATE()Philip Withnall2018-08-011-3/+2
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* Add missing "config.h" include everywhereRyan Lortie2013-11-241-0/+2
* service: rewrite a line to avoid a gcc warningRyan Lortie2013-07-121-1/+2
* service: fix some harmless compile warningsRyan Lortie2013-07-121-4/+4
* service: fix a couple of leaksRyan Lortie2013-02-111-0/+1
* writer: ignore empty changesetsRyan Lortie2013-02-111-7/+14
* keyfile: many improvementsRyan Lortie2013-01-111-1/+4
* writer: avoid spurious rewrites on InitRyan Lortie2013-01-111-1/+22
* service: add a diff() operation on writersRyan Lortie2013-01-111-0/+7
* service: add support for service-dbRyan Lortie2013-01-091-4/+24
* service: fix some harmless warningsRyan Lortie2013-01-091-1/+2
* writer: add list class virtual methodRyan Lortie2013-01-081-0/+33
* writer: add @type argument to constructorRyan Lortie2013-01-081-2/+5
* writer: move instance and class struct into headerRyan Lortie2013-01-081-48/+35
* service/: don't call g_hash_table_unref on changesetRyan Lortie2013-01-021-1/+1
* writer: Fix typo causing segfaults on service shutdownColin Walters2012-12-171-1/+1
* service: factor out gvdb read/write codeRyan Lortie2012-11-091-141/+11
* service: fix some leaks in the writerRyan Lortie2012-11-081-7/+13
* service: use database-mode DConfChangesetRyan Lortie2012-11-081-70/+44
* service: rewriteRyan Lortie2012-10-231-75/+411
* massive Makefile reorganisationRyan Lortie2012-07-081-1/+1
* clean up and factor out the 'shm' codeRyan Lortie2012-07-081-25/+4
* service: introduce a new Changeset-based methodRyan Lortie2012-07-011-0/+23
* Remove 'set lock' support from dconfRyan Lortie2011-09-111-9/+0
* Fix DBus introspection enumerationRyan Lortie2010-12-211-1/+4
* service: avoid making invalid syscallsRyan Lortie2010-12-191-3/+10
* Store the state in the writerRyan Lortie2010-08-031-0/+1
* service: new 'state' objectRyan Lortie2010-07-241-70/+12
* bring service API in line with the clientRyan Lortie2010-07-191-0/+8
* header cleanupRyan Lortie2010-07-181-0/+21
* add 'SetLock' method to the serviceRyan Lortie2010-07-171-0/+9
* on NFS create a temp dir for the shm fileRyan Lortie2010-07-171-5/+7
* Move shmdir guessing code to common/Ryan Lortie2010-07-171-4/+10
* Many improvementsRyan Lortie2010-07-151-0/+166