summaryrefslogtreecommitdiff
path: root/daemon
Commit message (Expand)AuthorAgeFilesLines
* Add registerFuse callAlexander Larsson2007-10-261-1/+25
* Update to use the gurifuncs.h from gio. Fix filename parsing to handle ~/xAlexander Larsson2007-10-221-1/+1
* Rename set_icon -> set_icon_name Add getter for icon_name and display_nameAlexander Larsson2007-10-196-10/+76
* Faster hash, since mount_spec is unique (g_daemon_file_equal): CompareAlexander Larsson2007-10-192-8/+103
* Add user_visible to mount info Reorder args so that new stuff comes at theAlexander Larsson2007-10-194-14/+41
* Make sending icons actually workAlexander Larsson2007-10-162-1/+2
* Build fixes Patch from Milosz Derezynski <internalerror@gmail.com>Alexander Larsson2007-10-121-0/+3
* Support file monitor on trash:/// (for icon)Alexander Larsson2007-10-101-5/+38
* Add support for directory monitor on root dirAlexander Larsson2007-10-101-37/+446
* Correctly handle len arg in unescape_pathnameAlexander Larsson2007-10-091-2/+7
* Nicer filenames for things in the home trash. This is the common case, soAlexander Larsson2007-10-091-0/+19
* Check for trash dirs in fork to avoid getting stuck on e.g. hanged nfsAlexander Larsson2007-10-091-60/+241
* Implement file monitor in clientAlexander Larsson2007-10-092-15/+94
* Pull in gio-unix-2.0Alexander Larsson2007-10-091-32/+13
* Add defines for monitoringAlexander Larsson2007-10-088-3/+728
* Implement get_supported_uri_schemes method and add a GVfsUriMapper methodSebastian Dröge2007-10-081-0/+42
* Add delete support to trashAlexander Larsson2007-10-051-0/+45
* Allow NULL end pointerAlexander Larsson2007-10-0410-4/+869
* Add GFileCreateFlags flag to open for write. No actual backend support yetAlexander Larsson2007-10-046-26/+51
* Update to API changes in gio.Sebastian Dröge2007-10-024-4/+0
* Update signatures for API changes in gio.Sebastian Dröge2007-09-271-5/+7
* Clear VfsConnectionData on creation (fixes read of uninitialized data onAlexander Larsson2007-09-251-1/+1
* Return NOT_SUPPORTED error for unsupported uri typesAlexander Larsson2007-09-251-7/+9
* Update for G_IO_ERROR_NOT_MOUNTABLE_FILE name changeAlexander Larsson2007-09-251-2/+2
* Pass in DBusConnection to use instead of using default oneAlexander Larsson2007-09-251-1/+1
* Don't pass the contained signature when creating a DBus struct. Since DBusSebastian Dröge2007-09-251-6/+1
* Removed. Removed. Added. Added.Alexander Larsson2007-09-1717-279/+279
* Update to new GDataInputStream function namesAlexander Larsson2007-09-171-21/+21
* Add etag support for close on writeAlexander Larsson2007-09-141-22/+71
* Implement set_display_name for sftpAlexander Larsson2007-09-131-1/+54
* Update TODO list in sftp backendAlexander Larsson2007-09-131-1/+4
* Implement mkdir for sftpAlexander Larsson2007-09-131-0/+35
* Implement delete for sftpAlexander Larsson2007-09-131-0/+93
* Implement make symlink for sftpAlexander Larsson2007-09-131-0/+39
* Fix copy/paste error in the name of the function argumentAlexander Larsson2007-09-131-2/+2
* Implement move for sftpAlexander Larsson2007-09-131-0/+38
* Update the version in the reference to the sftp draft specAlexander Larsson2007-09-131-1/+1
* Free the handle later if we're doing post-close workAlexander Larsson2007-09-131-5/+11
* More work on sftp write supportAlexander Larsson2007-09-132-29/+154
* More work on the close part of replace()Alexander Larsson2007-09-131-12/+114
* Initial work on full replace support, doesn't handle the close changesAlexander Larsson2007-09-131-25/+234
* Implement the trivial case for replace() for sftpAlexander Larsson2007-09-131-25/+111
* Add support for create and append_toAlexander Larsson2007-09-131-19/+294
* Implement seek on readAlexander Larsson2007-09-131-1/+81
* Add read supportAlexander Larsson2007-09-131-2/+199
* Update TODO commentAlexander Larsson2007-09-131-1/+0
* Support symlink_target for readdirAlexander Larsson2007-09-131-6/+55
* Move all adding of readdir info in one placeAlexander Larsson2007-09-131-3/+17
* Fix broken symlinks for readdirAlexander Larsson2007-09-131-8/+9
* Implement symlink_targetAlexander Larsson2007-09-131-1/+38