diff options
author | Alexander Larsson <alexl@src.gnome.org> | 2007-09-13 14:42:31 +0000 |
---|---|---|
committer | Alexander Larsson <alexl@src.gnome.org> | 2007-09-13 14:42:31 +0000 |
commit | 8427aceb98d2e511a37010575a718133e18e8726 (patch) | |
tree | fdf1c94a3a8139b7cc68962f84c11b76c70ec537 /TODO | |
parent | c8c4964dccde49026113cb7efe81f78c65ff58a0 (diff) | |
download | gvfs-8427aceb98d2e511a37010575a718133e18e8726.tar.gz |
Restructure TODO
Original git commit by Alexander Larsson <alexl@redhat.com> at 1187781045 +0200
svn path=/trunk/; revision=743
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 20 |
1 files changed, 10 insertions, 10 deletions
@@ -10,20 +10,28 @@ Implement the rest of the mountable GFile ops Test g_file_replace_contents_async -getting selinux attrs is a bit slow, it does all sort of weird ops. - Add filter streams: data, charset conversion, etc implement seeks in local streams is-slow marking for e.g. thumbnailing? +getting selinux attrs is a bit slow, it does all sort of weird ops. + handle setting xattrs on local files (and list the namespace as writable) Split user.* and system.* into two namespaces? handle non-ascii/utf8 xattr names by escaping handle setting mtime, ctime, etc for local files +Finish general attribute copy in gfile.c move fallback. +Think about atomic updates of several attributes. +gedit uses attr_copy_fd in libattr to copy xattrs +handle attributes in atomic save backup copy +GFileCopyFlags could have a FAIL_ON_ATTRIBUTE_COPY? + +Set owner:user, owner:group for local files + HAL implementation of VolumeMonitor Handle the conflicting globs (*.pcf) case and fallback to sniffing @@ -36,16 +44,8 @@ Add virtual file monitor event to support inotify WRITE_CLOSE Add sort-priority file attribute so that e.g. volumes can be sorted not just by name -Finish general attribute copy in gfile.c move fallback. -Think about atomic updates of several attributes. -gedit uses attr_copy_fd in libattr to copy xattrs -handle attributes in atomic save backup copy -GFileCopyFlags could have a FAIL_ON_ATTRIBUTE_COPY? - Make copy handle things like symlinks -Set owner:user, owner:group for local files - gvfs: ==== |