summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO16
1 files changed, 16 insertions, 0 deletions
diff --git a/TODO b/TODO
index a46edb0c..13410dbe 100644
--- a/TODO
+++ b/TODO
@@ -30,13 +30,29 @@ Finalise the mimetype decision. Add fast version? See dfaure discussion on xdg l
Implement std:icon for local files. This is related to mimetype decisions (fast vs slow)
Handle the conflicting globs (*.pcf) case and fallback to sniffing
+Make skip fallback to seek if G_SEEKABLE
+
+Skip fallback uses to much memory, should read in blocks
+
+Make mount_spec and path contruct only properties in GDaemonFile
+
+Don't hardcode the libgvfsdbus.so name, instead have some generic pluggable system
+
gvfs:
====
implement readahead in GVFSReadStream, time difference
+implement seek & truncate
+
implement get_file_info for GFileInputStreamDaemon, needs marshalling attributes over custom protocol
+finish implementing copy progress callbacks
+
+implement stuff in GDaemonVolume / GDaemonVolumeMonitor
+
+detect fuse paths and reverse map back to GDaemonFile
+
remove owners from bus_name_map when they fail
smb support for smbc_getxattr!