summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO20
1 files changed, 10 insertions, 10 deletions
diff --git a/TODO b/TODO
index b7dc7e15..884b26e6 100644
--- a/TODO
+++ b/TODO
@@ -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:
====