summaryrefslogtreecommitdiff
path: root/daemon/mount.c
Commit message (Expand)AuthorAgeFilesLines
* Fix string comparisonSergio Costas Rodriguez2023-02-061-1/+1
* mount: Replace deprecated functionwip/oholy/ci-libsoup3Ondrej Holy2021-10-151-1/+1
* admin: Fix mount operation hang caused by pkexec failureOndrej Holy2021-06-071-1/+25
* daemon: Prevent spawning new daemons if outgoing operation existsOndrej Holy2018-11-191-0/+26
* daemon: Fix admin backend spawningOndrej Holy2018-02-161-6/+28
* admin: Require mounting for each client explicitlyOndrej Holy2017-08-041-3/+34
* Do not sent user invisible mounts if not neededOndrej Holy2017-06-061-6/+37
* Add missing newline characters in g_debugOndrej Holy2016-12-151-1/+1
* mount: Do not spam journal by useless warningsOndrej Holy2016-12-151-1/+1
* daemon: Allow controlling debug output from main daemonRoss Lagerwall2016-01-181-1/+8
* mount: fix compilation warningOndrej Holy2013-09-261-1/+0
* Fix some compiler warningsTomas Bzatek2013-02-061-1/+2
* daemon: Implement proper org.gtk.vfs.MountTracker.UnregisterMount()Tomas Bzatek2013-02-051-1/+26
* Use g_list_free_full() where applicableTomas Bzatek2013-01-171-2/+1
* Allow specifying directory and extensions for mount filesAlexander Larsson2012-10-121-2/+11
* Don't use the display name to make the unique mount pointWilliam Jon McCann2012-08-301-7/+2
* Add support for getting symbolic iconsWilliam Jon McCann2012-08-301-2/+7
* Strip dbus error strings from GError after all dbus calls.Alexander Larsson2012-08-241-0/+1
* Fix races when mounting the same mount in parallel.Alexander Larsson2012-08-231-5/+23
* gdbus: Remove debug printsTomas Bzatek2012-07-311-32/+0
* gdbus: Use casting macros where possibleTomas Bzatek2012-07-311-1/+1
* gdbus: Use g_clear_object() where appropriateTomas Bzatek2012-07-311-2/+1
* gdbus: Construct proxies without connecting signals and propertiesTomas Bzatek2012-07-311-1/+1
* gdbus: Fix mount tracker signals emittingTomas Bzatek2012-07-311-41/+5
* gdbus: Treat empty non-NULL strings for the "ay" type as NULLTomas Bzatek2012-07-311-1/+1
* gdbus: Silence unmount failuresTomas Bzatek2012-07-311-0/+1
* gdbus: Tweak mount finalizationTomas Bzatek2012-07-311-4/+20
* gdbus: Handle not yet spawned mountablesTomas Bzatek2012-07-311-14/+9
* gdbus: Fix mismerged structTomas Bzatek2012-07-311-2/+3
* gdbus: Core daemon and client portTomas Bzatek2012-07-311-721/+494
* 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
* daemon: Do not unref NULL mount specTomas Bzatek2011-11-141-1/+2
* Remove duplicate include of glib.hKjartan Maraas2011-05-241-1/+0
* Don't leak dbus messagesAlexander Larsson2011-04-151-7/+21
* Cleanups and fixes for compiler warningsKjartan Maraas2011-03-171-1/+1
* Rename gdbusutils.h to avoid conflict with GIO1.6.2Matthias Clasen2010-05-271-1/+1
* Fix warningAlexander Larsson2009-12-011-1/+2
* Add "default location" support for mountsChristian Kellner2009-11-261-3/+15
* Convert all spew to g_debug()Alexander Larsson2009-03-061-1/+1
* Bug 563788 – GNOME Goal: Clean up GLib and GTK+ includesBastien Nocera2009-02-051-1/+1
* Reverse map fuse paths to gvfs uris in g_file_new_for_path().Alexander Larsson2008-09-261-15/+88
* Use g_set_error_literal where appropriate. Bug #539167.Christian Persch2008-08-021-5/+5
* Add x-content/* support to daemon mounts. Right now a backend can only setDavid Zeuthen2008-07-291-1/+11
* Fix memory leak.Carlos Garcia Campos2008-03-031-0/+1
* Add _g_dbus_message_iter_append_args_valist andAlexander Larsson2008-03-031-0/+113
* Save errno befor making other calls. Be safe when calling g_set_error()Alexander Larsson2008-02-111-2/+2
* Update for releaseAlexander Larsson2008-01-211-2/+0
* Reload the list of mountables on SIGUSR1Alexander Larsson2008-01-211-0/+59