summaryrefslogtreecommitdiff
path: root/client/gdaemonvfs.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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