summaryrefslogtreecommitdiff
path: root/client/gdaemonvfs.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add GDummyFile and use it when we can't use anything elseAlexander Larsson2007-09-131-1/+2
* Use GIOModule to load vfs.Alexander Larsson2007-09-131-21/+69
* Add name and prio to GVfs interfaceAlexander Larsson2007-09-131-0/+14
* Reuse GMountSpec:s between different GDaemonFilesAlexander Larsson2007-09-131-3/+2
* Fix warningnAlexander Larsson2007-09-131-1/+1
* Add prefered_filename_encoding to mountpointsAlexander Larsson2007-09-131-3/+6
* Remove debug spewAlexander Larsson2007-09-131-2/+0
* Move the uri parsing to modulesAlexander Larsson2007-09-131-113/+123
* Revert whitespace change.Alexander Larsson2007-09-131-0/+1
* Revert addition of g_mount_ref_ref(). It wasn't necessary after all.Alexander Larsson2007-09-131-6/+0
* Make GMountRef reffable outside GDaemonVFS.Alexander Larsson2007-09-131-0/+5
* Better handling of smb browsing, including normalizing server and share namesAlexander Larsson2007-09-131-9/+26
* Add GMountTracker to track gvfs mounts.Alexander Larsson2007-09-131-109/+6
* Rename GMountInfo to GMountRefAlexander Larsson2007-09-131-87/+87
* Add _g_daemon_vfs_get_mount_list_syncAlexander Larsson2007-09-131-0/+106
* Move from G_FILE_ERROR to G_IO_ERRORAlexander Larsson2007-09-131-2/+2
* Remove GLocalDaemonFile wrapper class. Not really needed.Alexander Larsson2007-09-131-13/+5
* G*Daemon -> GDaemon*Alexander Larsson2007-09-131-0/+559