summaryrefslogtreecommitdiff
path: root/daemon/main.c
Commit message (Expand)AuthorAgeFilesLines
* Fix string comparisonSergio Costas Rodriguez2023-02-061-1/+1
* daemon: Create socket dir from gvfsd daemonOndrej Holy2021-04-151-0/+6
* fuse: Adapt gvfsd-fuse to use fuse 3.xXi Ruoyao2019-04-041-3/+1
* Use Unicode in translatable stringsPiotr Drąg2016-10-031-2/+2
* daemon: Enable debugging for the main daemon by GVFS_DEBUGOndrej Holy2016-07-131-0/+3
* fuse: Do not suppress gvfsd-fuse outputOndrej Holy2016-05-241-2/+1
* daemon: Allow controlling debug output from main daemonRoss Lagerwall2016-01-181-0/+8
* daemon: Fix unused variable warningOndrej Holy2015-08-041-2/+2
* daemon: register mount tracker skeleton by bus_acquired_handlerOndrej Holy2015-02-021-9/+14
* Report gvfs version when --version is usedRoss Lagerwall2014-04-111-0/+9
* fuse: Use the big_writes option to speed up writesRoss Lagerwall2013-10-081-4/+6
* Adds infrastructure for the backends to exit cleanlyTimothy Arceri2013-04-151-0/+10
* Remove calls to g_type_init(), bump GLib required versionColin Walters2012-10-301-1/+0
* gdbus: Remove debug printsTomas Bzatek2012-07-311-1/+0
* gdbus: Use g_clear_object() where appropriateTomas Bzatek2012-07-311-2/+1
* gdbus: Remove no longer valid commentTomas Bzatek2012-07-311-2/+0
* gdbus: Enable daemon finalizationTomas Bzatek2012-07-311-3/+1
* gdbus: Tweak mount finalizationTomas Bzatek2012-07-311-1/+8
* gdbus: Core daemon and client portTomas Bzatek2012-07-311-46/+110
* Rename gvfs-fuse-daemon to gvfsd-fuseTomas Bzatek2012-07-301-1/+1
* Update the Address of the FSFFelix Möller2012-07-301-2/+2
* Keep using ~/.gvfs as fallbackAlexander Larsson2012-03-151-1/+5
* Use user runtime dir for gvfs mountsWilliam Jon McCann2012-02-071-1/+1
* The -f (foreground) option prevent libfuse to call daemon(). First, this is n...Jean-Christian de Rivaz2012-01-101-3/+10
* Adapt to GLib 2.31 deprecations and thread API changesMatthias Clasen2011-10-211-2/+0
* Ignore SIGPIPE signals to avoid process termination on cancelled transferTomas Bzatek2011-08-291-0/+4
* get rid of modelines The modelines were inconsistent and caused issuesBenjamin Otte2008-04-221-2/+0
* Don't autostart fuse backend if the GVFS_DISABLE_FUSE env var is setAlexander Larsson2008-03-141-0/+4
* Fix memory leaks.Carlos Garcia Campos2008-03-041-0/+3
* Code cleanup from Kjartan: Removes unused code/variables. Uses rightAlexander Larsson2008-02-191-5/+5
* Include locate.h for setlocaleGVFS_0_1_5Alexander Larsson2008-01-281-0/+1
* Enable translations for daemons and some l10n fixes. Patch from LucaAlexander Larsson2008-01-281-2/+16
* Update for releaseAlexander Larsson2008-01-211-1/+32
* Fix translated "".Alexander Larsson2007-12-201-1/+1
* Add copyright information to source files.Christian Kellner2007-11-011-0/+22
* Update to API changes in gio.Sebastian Dröge2007-10-021-1/+0
* Move the mount tracker code into mount.c so we have all mount related things ...Alexander Larsson2007-09-131-3/+0
* Update gvfs mounting to the new APIsAlexander Larsson2007-09-131-2/+2
* Initialize dbus thread support in daemonsAlexander Larsson2007-09-131-1/+3
* More work on mounting. Automount of smb now works (test).Alexander Larsson2007-09-131-0/+3
* Initial mount tracker code part 2Alexander Larsson2007-09-131-0/+3
* Initial work on the new way to track mountpoints.Alexander Larsson2007-09-131-34/+26
* Allow multiple backend in one daemonAlexander Larsson2007-09-131-4/+4
* Rename GVfsDaemonBackend to GVfsBackendAlexander Larsson2007-09-131-4/+4
* More work on daemon scheduling etcAlexander Larsson2007-09-131-1/+3
* More daemon & backend workAlexander Larsson2007-09-131-4/+9
* Turn gvfsdaemon into a base classAlexander Larsson2007-09-131-0/+55