summaryrefslogtreecommitdiff
path: root/common
Commit message (Collapse)AuthorAgeFilesLines
...
* fix dconf_shmdir_from_environmentMarc-Antoine Perennou2011-09-121-1/+1
| | | | | | Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com> https://bugzilla.gnome.org/show_bug.cgi?id=658864
* Remove "service func" logicRyan Lortie2011-09-111-14/+3
| | | | | | This was required to support the case where the dconf client was unable to determine the cache directory for itself. Since we now use the XDG runtime directory, this is redundant.
* Simplify 'shmdir' checksRyan Lortie2011-07-031-44/+7
| | | | | | With XDG_RUNTIME_DIR, we no longer have to be frightened about NFS. That lets us remove the NFS checks that were causing build failures all over the place.
* path checking: check for NULLRyan Lortie2011-05-051-6/+14
| | | | Check for NULL dconf key/dir/path and report it as an error.
* Add G_GNUC_INTERNAL to symbolsRyan Lortie2011-01-251-0/+1
| | | | We're being sloppy about symbol exports. Clean that up.
* Avoid #include sys/{statfs,vfs}.h on FreeBSDRyan Lortie2010-12-211-0/+3
| | | | Try to close #632970 again.
* Include some extra headers for FreeBSDRyan Lortie2010-11-021-0/+2
|
* More cleanups and gtk-doc fill-inRyan Lortie2010-08-031-0/+14
|
* set_lock -> set_locked and cleanup gtk-docRyan Lortie2010-08-031-0/+6
| | | | | | | | Rename set_lock to set_locked again (and same SetLock -> SetLocked). Add missing gtk-doc bits, clean up some that are no longer there. Bump gtk-doc dependency.
* header cleanupRyan Lortie2010-07-183-3/+50
|
* assorted client API cleanups, vala port of 'dconf'Ryan Lortie2010-07-182-22/+76
|
* on NFS create a temp dir for the shm fileRyan Lortie2010-07-171-7/+10
| | | | dconf should be vaguely NFS-safe now
* Move shmdir guessing code to common/Ryan Lortie2010-07-173-0/+59
| | | | | | | Increase the intelligence of the algorithm: use ~/.cache/dconf as a reasonable default if not on NFS. The dconf engine now has a non-blocking startup when not on NFS.
* gtk-doc cleanupsRyan Lortie2010-06-111-6/+6
|
* proper CFLAGS, distcheck fixesRyan Lortie2010-05-231-0/+5
|
* refactor, add client library, add 'dconf' commandRyan Lortie2010-05-222-0/+208
Only very preliminary functionality for all of these.