summaryrefslogtreecommitdiff
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* Add unmount operation and unregister mount mounttracker callAlexander Larsson2007-11-141-25/+44
* Make sure we somewhat cleanly handle the various dbus daemons going down.Alexander Larsson2007-11-143-14/+99
* Make this class dynamicAlexander Larsson2007-11-125-62/+38
* Add new functionsAlexander Larsson2007-11-128-63/+687
* Update to new gvfs construction APIAlexander Larsson2007-11-071-17/+23
* Added all source filesGVFS_0_0_1Alexander Larsson2007-11-061-2/+3
* Actually export get_uri_schemeAlexander Larsson2007-11-062-0/+3
* Do not leak the decoded uri.Paolo Borelli2007-11-031-1/+2
* Add copyright information to source files.Christian Kellner2007-11-0122-0/+506
* Implement get_uri_schemeAlexander Larsson2007-11-013-8/+19
* Implement contains_file and get_relative_pathAlexander Larsson2007-10-311-0/+49
* Remove get_platform_idAlexander Larsson2007-10-311-9/+0
* Implement find_enclosing_volumeAlexander Larsson2007-10-314-11/+25
* Add all mount info to GMountInfo Make it refcountedAlexander Larsson2007-10-315-234/+158
* Don't show not user visible mountsAlexander Larsson2007-10-261-5/+16
* Add registerFuse callAlexander Larsson2007-10-264-8/+117
* Update fuse daemon to use the giomodule instead of linking to a copy ofAlexander Larsson2007-10-262-474/+192
* Make to_uri_scheme return const string.Alexander Larsson2007-10-254-24/+56
* Change the GIO module dir to $(libdir)/gio/modules as was done in GIO.Sebastian Dröge2007-10-231-1/+1
* Ensure GDaemonFile mount specs are actually unique. When a non-uniqueAlexander Larsson2007-10-232-4/+3
* 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
* Faster hash, since mount_spec is unique (g_daemon_file_equal): CompareAlexander Larsson2007-10-191-2/+3
* Remove spewAlexander Larsson2007-10-191-3/+0
* 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-195-37/+43
* No port by defaultAlexander Larsson2007-10-191-0/+1
* Fix get_parent to handle files that are in the root directoryAlexander Larsson2007-10-161-1/+2
* Implement file monitor in clientAlexander Larsson2007-10-094-7/+188
* Add defines for monitoringAlexander Larsson2007-10-0810-24/+408
* Implement get_supported_uri_schemes method and add a GVfsUriMapper methodSebastian Dröge2007-10-082-4/+136
* Add GFileCreateFlags flag to open for write. No actual backend support yetAlexander Larsson2007-10-042-5/+14
* Update to API changes in gio.Sebastian Dröge2007-10-021-0/+3
* Clear VfsConnectionData on creation (fixes read of uninitialized data onAlexander Larsson2007-09-251-1/+1
* Update for G_IO_ERROR_NOT_MOUNTABLE_FILE name changeAlexander Larsson2007-09-251-1/+1
* Pass in DBusConnection to use instead of using default oneAlexander Larsson2007-09-256-26/+39
* Don't unref wrapped_vfs as it's just a pointer to the single instanceSebastian Dröge2007-09-251-2/+0
* Update for API change in GIO. g_file_resolve_relative was renamed toSebastian Dröge2007-09-251-2/+2
* Removed. Removed. Added. Added.Alexander Larsson2007-09-174-53/+53
* Update to new get_etag API.Alexander Larsson2007-09-141-12/+3
* 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-134-71/+113
* Don't prefix the uri tools with underscore.Alexander Larsson2007-09-132-4/+4
* Update to new GFileEnumerator apisAlexander Larsson2007-09-131-5/+5
* Split out gio into its own moduleAlexander Larsson2007-09-132-5/+1
* Forgot to commit new filesAlexander Larsson2007-09-133-95/+140
* Converted uri mapping modules to use GIOModule.Alexander Larsson2007-09-133-407/+0
* 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-132-34/+70