summaryrefslogtreecommitdiff
path: root/service
Commit message (Expand)AuthorAgeFilesLines
* service: Add a systemd unit for D-Bus activationSimon McVittie2021-02-083-0/+18
* move dconf-gvdb-utils from service into commonDaniel Playfair Cal2020-12-194-257/+4
* 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
* build: Drop redundant `install` key from `configure_file()`Philip Withnall2019-11-051-1/+0
* build: Define GVDB_USE_WEAK_SYMBOLS to use weak bindings in gvdbTing-Wei Lan2019-07-061-2/+2
* writer: factor out a common methodCosimo Cecchi2019-05-091-20/+21
* tests: Add tests for dconf utility toolTomasz Miąsko2018-11-131-1/+1
* Revert "Revert "Declare libdconf_service as a dependency""Daniel Playfair Cal2018-08-271-1/+9
* Revert "Declare libdconf_service as a dependency"Daniel Playfair Cal2018-08-271-9/+1
* Declare libdconf_service as a dependencyEmmanuele Bassi2018-08-211-1/+9
* service: Rename a method to make its behaviour more apparentPhilip Withnall2018-08-203-5/+5
* build: Enable G_LOG_USE_STRUCTURED=1Philip Withnall2018-08-161-0/+2
* service: Split most code into a static helper libraryPhilip Withnall2018-08-161-9/+17
* service: Add some initial g_autoptr() supportPhilip Withnall2018-08-161-0/+3
* service: Allow opening corrupt GVDB files when writingPhilip Withnall2018-08-161-1/+33
* Namespace the dependencies variablesEmmanuele Bassi2018-08-111-2/+2
* build: Add trailing commas where necessaryIñigo Martínez2018-08-111-4/+4
* build: Fix parameters orderIñigo Martínez2018-08-111-2/+2
* build: Fix internal dependenciesIñigo Martínez2018-08-111-6/+8
* build: Retrieve D-Bus and gio paths from pkg-config filesIñigo Martínez2018-08-111-11/+1
* build: Rename build optionsIñigo Martínez2018-08-111-2/+2
* service: Port from g_type_class_add_private() to G_ADD_PRIVATE()Philip Withnall2018-08-011-3/+2
* Don't create the user config dir as world readableSebastien Bacher2018-04-172-2/+2
* Remove .gitignore filesIñigo Martínez2017-10-221-4/+0
* build: Remove autotoolsIñigo Martínez2017-10-171-44/+0
* build: Port to meson build systemIñigo Martínez2017-10-173-1/+57
* service: Don't hang during shutdownMarek Kasik2014-04-041-1/+6
* Updated FSF's addressDaniel Mustieles2014-01-3111-33/+11
* Add missing "config.h" include everywhereRyan Lortie2013-11-247-0/+14
* service: rewrite a line to avoid a gcc warningRyan Lortie2013-07-121-1/+2
* service: fix some harmless compile warningsRyan Lortie2013-07-124-7/+8
* service: fix a couple of leaksRyan Lortie2013-02-112-0/+2
* writer: ignore empty changesetsRyan Lortie2013-02-111-7/+14
* keyfile: explicitly use local GVfsRyan Lortie2013-01-121-1/+2
* keyfile: implement list()Ryan Lortie2013-01-111-0/+21
* keyfile: add advisory lockingRyan Lortie2013-01-111-2/+62
* keyfile: many improvementsRyan Lortie2013-01-112-13/+86
* service: remove some debug printfRyan Lortie2013-01-111-1/+0
* keyfile: don't rewrite if there are no changesRyan Lortie2013-01-111-16/+32
* writer: avoid spurious rewrites on InitRyan Lortie2013-01-113-1/+27
* service: add a keyfile writerRyan Lortie2013-01-114-2/+368
* writer: fix headerRyan Lortie2013-01-111-1/+2
* service: add a diff() operation on writersRyan Lortie2013-01-112-0/+9
* service: add a "shm" service-db subtypeRyan Lortie2013-01-094-0/+49
* service: add support for service-dbRyan Lortie2013-01-093-16/+110
* service: fix some harmless warningsRyan Lortie2013-01-094-1/+5
* service: include list() results in enumerationRyan Lortie2013-01-081-0/+2
* writer: add list class virtual methodRyan Lortie2013-01-082-0/+39
* service: add new 'string set' utility pseudoclassRyan Lortie2013-01-081-9/+41