summaryrefslogtreecommitdiff
path: root/service
Commit message (Expand)AuthorAgeFilesLines
...
* writer: add @type argument to constructorRyan Lortie2013-01-083-4/+8
* writer: move instance and class struct into headerRyan Lortie2013-01-082-48/+67
* service: try mkdir_with_parents() on failed writesRyan Lortie2013-01-021-0/+16
* 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
* dist the D-Bus interface descriptionRyan Lortie2012-11-191-0/+3
* Remove calls to g_type_init()Ryan Lortie2012-11-191-2/+0
* service/: always use read() for reading gvdbRyan Lortie2012-11-091-2/+11
* adjust to new gvdb APIsRyan Lortie2012-11-091-1/+1
* service: factor out gvdb read/write codeRyan Lortie2012-11-094-141/+204
* service: fix some leaks in the writerRyan Lortie2012-11-081-7/+13
* service: use database-mode DConfChangesetRyan Lortie2012-11-081-70/+44
* service/Makefile.am: fix code generationRyan Lortie2012-11-081-1/+3
* service: rewriteRyan Lortie2012-10-2316-1119/+969
* dconf_rebuilder_get_parent: don't leak parent_nameMatthias Clasen2012-10-211-0/+1
* service: remove ancient migration codeRyan Lortie2012-07-161-35/+2
* service: stop using gvdb_table_walk()Ryan Lortie2012-07-091-142/+98
* clean up C compiler warningsRyan Lortie2012-07-081-1/+1
* massive Makefile reorganisationRyan Lortie2012-07-085-10/+12
* clean up and factor out the 'shm' codeRyan Lortie2012-07-086-71/+8
* add gtester supportRyan Lortie2012-07-061-0/+2
* service: introduce a new Changeset-based methodRyan Lortie2012-07-014-2/+94
* common/: create two convenience librariesRyan Lortie2012-07-011-2/+1
* service: Drop a level of variant wrappingRyan Lortie2012-07-012-9/+9
* blame mode: record all writes, not just the firstRyan Lortie2012-03-072-10/+13
* service: add "blame mode"Ryan Lortie2012-03-074-2/+152
* build: stop non-portable use of 'echo -e'Ryan Lortie2012-02-051-1/+4
* don't install as a system serviceRyan Lortie2011-10-151-1/+0
* Graceful exit on signalRyan Lortie2011-09-111-0/+16
* Add \n to error messageRyan Lortie2011-09-111-1/+1
* Remove 'set lock' support from dconfRyan Lortie2011-09-114-41/+1
* Support maybe types in dconfRyan Lortie2011-07-221-4/+33
* Check for value == NULL before unref()Ryan Lortie2011-01-201-3/+6
* Fix DBus introspection enumerationRyan Lortie2010-12-211-1/+4
* service: avoid making invalid syscallsRyan Lortie2010-12-191-3/+10
* Fix some leaks in the dconf serviceRyan Lortie2010-12-152-6/+15
* Adjust to GVDB API changeRyan Lortie2010-12-141-2/+3
* printf() and exit() instead of g_error()Ryan Lortie2010-08-231-1/+3
* send correct object path in Notify on WriteManyRyan Lortie2010-08-231-1/+1
* Store the state in the writerRyan Lortie2010-08-031-0/+1
* set_lock -> set_locked and cleanup gtk-docRyan Lortie2010-08-032-8/+8
* Remove some debug printfRyan Lortie2010-07-291-2/+0
* service: new 'state' objectRyan Lortie2010-07-246-88/+174
* Adjust to the new GSettingsBackend APIRyan Lortie2010-07-221-1/+1
* bring service API in line with the clientRyan Lortie2010-07-194-18/+36
* header cleanupRyan Lortie2010-07-185-0/+99
* add 'SetLock' method to the serviceRyan Lortie2010-07-174-1/+43
* on NFS create a temp dir for the shm fileRyan Lortie2010-07-171-5/+7
* Move shmdir guessing code to common/Ryan Lortie2010-07-172-13/+20
* Move the GDBus interface to a separate fileRyan Lortie2010-07-164-56/+70