summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Lilleengen <lulf@carrot.studby.ntnu.no>2008-08-14 17:06:54 +0200
committerUlf Lilleengen <lulf@carrot.studby.ntnu.no>2008-08-14 17:06:54 +0200
commit75fd1ba3379ec92bb447888ca6da195f3aafe706 (patch)
tree5197cb043525005b27fd7e084823ea2e59579904
parent35e6850b445fdbcfc8f0e15980f991e29111b26a (diff)
- Extend todo.
-rw-r--r--TODO5
1 files changed, 4 insertions, 1 deletions
diff --git a/TODO b/TODO
index dec0284..35b8488 100644
--- a/TODO
+++ b/TODO
@@ -1,9 +1,12 @@
TODO for the nearest future:
- Add proper debugging facilities.
+- Add some generic way of logging, possibly using any fuse API available to do
+ this.
- Create a more generic way of mapping a pathname to a file. There are some path
lookups we'd like to be able to run more than once.
- When calling open, buffer the file descriptors, so we don't open them each
- time, and just read from the filedescriptor.
+ time, and just read from the filedescriptor. We could behave more fs-like by
+ having lists of active nodes as an analogue to inodes in a typical filesystem.
- Make some way for the lookup functions to see more than just one
field from the SQL row (eg. we need to create paths like "artist - song")
- Is this really needed? We have come a long way with using SQL tricks only.