summaryrefslogtreecommitdiff
path: root/client/gdaemonvfs.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove spew Update for new APIs Don't use GDaemonVolumeMonitor if notAlexander Larsson2007-12-191-9/+6
* Only use <gio/gio.h> includeAlexander Larsson2007-12-141-1/+1
* Use the new API to load the modulesAlexander Larsson2007-12-051-1/+1
* Update to build with the latest glib included gioAlexander Larsson2007-11-271-4/+5
* Make sure we somewhat cleanly handle the various dbus daemons going down.Alexander Larsson2007-11-141-5/+42
* Make this class dynamicAlexander Larsson2007-11-121-0/+5
* Add new functionsAlexander Larsson2007-11-121-11/+43
* Update to new gvfs construction APIAlexander Larsson2007-11-071-17/+23
* Do not leak the decoded uri.Paolo Borelli2007-11-031-1/+2
* Add copyright information to source files.Christian Kellner2007-11-011-0/+22
* Implement get_uri_schemeAlexander Larsson2007-11-011-4/+4
* Add all mount info to GMountInfo Make it refcountedAlexander Larsson2007-10-311-146/+66
* Add registerFuse callAlexander Larsson2007-10-261-3/+8
* Make to_uri_scheme return const string.Alexander Larsson2007-10-251-7/+24
* Ensure GDaemonFile mount specs are actually unique. When a non-uniqueAlexander Larsson2007-10-231-2/+1
* Better handling for default types. (Handle hostname, port and username)Alexander Larsson2007-10-231-9/+19
* Update to use the gurifuncs.h from gio. Fix filename parsing to handle ~/xAlexander Larsson2007-10-221-7/+6
* Add user_visible to mount info Reorder args so that new stuff comes at theAlexander Larsson2007-10-191-2/+4
* Implement using DEFINE_DYNAMIC_TYPE Actually register GDaemonVolumeMonitorAlexander Larsson2007-10-191-32/+11
* Add defines for monitoringAlexander Larsson2007-10-081-4/+4
* Implement get_supported_uri_schemes method and add a GVfsUriMapper methodSebastian Dröge2007-10-081-2/+121
* Pass in DBusConnection to use instead of using default oneAlexander Larsson2007-09-251-7/+16
* Don't unref wrapped_vfs as it's just a pointer to the single instanceSebastian Dröge2007-09-251-2/+0
* Fix up mount prefix matchingAlexander Larsson2007-09-131-2/+8
* Fix uninitialized use of uriAlexander Larsson2007-09-131-0/+1
* Pass uris as strings into GVfsUriMapperAlexander Larsson2007-09-131-40/+76
* Don't prefix the uri tools with underscore.Alexander Larsson2007-09-131-2/+2
* Split out gio into its own moduleAlexander Larsson2007-09-131-2/+1
* Forgot to commit new filesAlexander Larsson2007-09-131-81/+36