summaryrefslogtreecommitdiff
path: root/client/gdaemonvfs.c
Commit message (Expand)AuthorAgeFilesLines
* gdbus: Silence the G_IO_ERROR_NOT_MOUNTED errorTomas Bzatek2012-07-311-1/+1
* gdbus: Use g_clear_error() where appropriateTomas Bzatek2012-07-311-3/+1
* gdbus: Use g_clear_object() where appropriateTomas Bzatek2012-07-311-5/+2
* gdbus: Construct proxies without connecting signals and propertiesTomas Bzatek2012-07-311-2/+2
* gdbus: Core daemon and client portTomas Bzatek2012-07-311-226/+173
* Update the Address of the FSFFelix Möller2012-07-301-2/+2
* gdbus: Construct proxies without connecting signals and propertiesTomas Bzatek2012-07-201-1/+1
* gdbus: Use stable metadata proxyTomas Bzatek2012-06-181-35/+1
* Port volume monitoring and metadata to GDBusTomas Bzatek2012-06-041-111/+162
* Keep using ~/.gvfs as fallbackAlexander Larsson2012-03-151-1/+5
* Use user runtime dir for gvfs mountsWilliam Jon McCann2012-02-071-1/+1
* Adapt to GLib 2.31 deprecations and thread API changesMatthias Clasen2011-10-211-3/+2
* afp: register the afp urimapperCarl-Anton Ingmarsson2011-08-251-0/+2
* Cleanups and fixes for compiler warningsKjartan Maraas2011-03-171-2/+1
* Rename gdbusutils.h to avoid conflict with GIO1.6.2Matthias Clasen2010-05-271-1/+1
* Always call back from mainloop in g_daemon_file_find_enclosing_mount_asyncChristian Kellner2010-02-191-6/+18
* Enable support for lazy loading of gio modulesAlexander Larsson2010-01-121-0/+11
* Correctly dup strings in meta_tree_lookup_stringvAlexander Larsson2009-12-011-0/+1
* Fix compiler warningAlexander Larsson2009-12-011-1/+1
* Claim to support file: uris tooAlexander Larsson2009-09-301-0/+1
* Include mount prefix when constructing fuse pathTomas Bzatek2009-08-181-3/+6
* Plug various metadata-related memleaksMatthias Clasen2009-08-011-0/+1
* Call dbus_threads_init_default before doing any other dbus callsColin Walters2009-07-151-3/+3
* Implement metadata setting for remote locationsAlexander Larsson2009-06-251-66/+96
* Support unsetting metadata in g_file_set_attributes_from_info()Alexander Larsson2009-06-251-0/+15
* Short circuit metadata setting if no changeAlexander Larsson2009-06-231-12/+44
* Implement the metadata addition api in GVfsAlexander Larsson2009-06-231-2/+356
* Bug 569199 – incorrectly open smb workgroup using a spaceAlexander Larsson2009-03-051-1/+1
* Patch from David ZeuthenAlexander Larsson2008-10-211-0/+6
* Reverse map fuse paths to gvfs uris in g_file_new_for_path().Alexander Larsson2008-09-261-3/+139
* Only call the IsSupported dbus call when the class is actually neededAlexander Larsson2008-09-231-0/+8
* Don't drop query and fragment portions of the URI when decoding it and theBastien Nocera2008-08-271-1/+9
* Bug 528891 – Handle URI schemes case insensitiveChristian Kellner2008-08-021-4/+20
* Set exit-on-disconnect to FALSE on private dbus connections to preventMatthias Clasen2008-04-211-0/+2
* Bug 526454 – too early use of dbus session busMatthias Clasen2008-04-161-0/+7
* Free strings with g_free, not dbus_free (#521269)Alexander Larsson2008-03-101-1/+1
* Bump timeout to standard gvfs time. Patch from Matthias ClasenAlexander Larsson2008-03-041-1/+1
* Fix crash with NULL host (like "ftp://")Alexander Larsson2008-03-041-1/+1
* Avoid duplications in supported_uris.Alexander Larsson2008-03-041-2/+21
* properly parse aliasesBenjamin Otte2008-03-031-4/+8
* Add _g_dbus_message_iter_append_args_valist andAlexander Larsson2008-03-031-79/+182
* g_uri_get_scheme -> g_uri_parse_schemeAlexander Larsson2008-02-251-1/+1
* Bind to GVFS text domain. Fixes #517892.Christian Neumair2008-02-221-1/+4
* Code cleanup from Kjartan: Removes unused code/variables. Uses rightAlexander Larsson2008-02-191-3/+1
* Implement uri navigation for http uris (#509341)Alexander Larsson2008-01-311-1/+38
* Fix typo G_DAEMON_FILE -> G_IS_DAEMON_FILEAlexander Larsson2008-01-281-3/+5
* Added. Added sftp uri mapper that aliases ssh: to sftp: (#509860)Alexander Larsson2008-01-211-0/+2
* Fix the double use of a counter variable inside nested loops.Christian Kellner2008-01-111-4/+8
* Better error return on not mounted.Alexander Larsson2008-01-091-3/+1
* Fix warningsAlexander Larsson2007-12-201-1/+1