summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Add support for directory monitor on root dirAlexander Larsson2007-10-102-37/+451
* Correctly handle len arg in unescape_pathnameAlexander Larsson2007-10-092-2/+12
* Nicer filenames for things in the home trash. This is the common case, soAlexander Larsson2007-10-092-0/+25
* Check for trash dirs in fork to avoid getting stuck on e.g. hanged nfsAlexander Larsson2007-10-092-60/+247
* Implement file monitor in clientAlexander Larsson2007-10-098-22/+298
* Pull in gio-unix-2.0Alexander Larsson2007-10-093-33/+23
* Add defines for monitoringAlexander Larsson2007-10-0820-27/+1178
* Implement get_supported_uri_schemes method and add a GVfsUriMapper methodSebastian Dröge2007-10-087-27/+233
* Add delete support to trashAlexander Larsson2007-10-052-0/+50
* Allow NULL end pointerAlexander Larsson2007-10-0412-4/+891
* Add GFileCreateFlags flag to open for write. No actual backend support yetAlexander Larsson2007-10-0410-31/+82
* Update to API changes in gio.Sebastian Dröge2007-10-028-6/+19
* Revert accidentally included local change.Sebastian Dröge2007-09-292-1/+5
* Update to the new pkg-config filename. Remove pkg-config file that belongsSebastian Dröge2007-09-293-14/+7
* Update signatures for API changes in gio.Sebastian Dröge2007-09-272-5/+13
* Clear VfsConnectionData on creation (fixes read of uninitialized data onAlexander Larsson2007-09-253-2/+11
* Return NOT_SUPPORTED error for unsupported uri typesAlexander Larsson2007-09-252-7/+14
* Update for G_IO_ERROR_NOT_MOUNTABLE_FILE name changeAlexander Larsson2007-09-253-3/+9
* Pass in DBusConnection to use instead of using default oneAlexander Larsson2007-09-2512-100/+218
* Don't unref wrapped_vfs as it's just a pointer to the single instanceSebastian Dröge2007-09-252-2/+6
* Update for API change in GIO. g_file_resolve_relative was renamed toSebastian Dröge2007-09-254-4/+13
* Don't pass the contained signature when creating a DBus struct. Since DBusSebastian Dröge2007-09-254-22/+20
* Removed. Removed. Added. Added.Alexander Larsson2007-09-1725-336/+360
* Update to new GDataInputStream function namesAlexander Larsson2007-09-172-21/+26
* Update to new get_etag API.Alexander Larsson2007-09-142-12/+9
* Add etag support for close on writeAlexander Larsson2007-09-142-22/+76
* 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
* Update TODOs, remove spew, handle extension attrsAlexander Larsson2007-09-131-12/+17
* Handle broken links in get_infoAlexander Larsson2007-09-131-135/+168
* Set display name and edit nameAlexander Larsson2007-09-131-6/+37