summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Lilleengen <lulf@carrot.studby.ntnu.no>2008-08-14 18:13:57 +0200
committerUlf Lilleengen <lulf@carrot.studby.ntnu.no>2008-08-14 18:13:57 +0200
commitc054405a1e256e9cf41ed2121e7dabeca518b592 (patch)
treecd8512da53aee8e3006682befe3ee28e7ef8c630
parent75fd1ba3379ec92bb447888ca6da195f3aafe706 (diff)
- Remove fixed TODO entries.
-rw-r--r--TODO5
1 files changed, 0 insertions, 5 deletions
diff --git a/TODO b/TODO
index 35b8488..904047e 100644
--- a/TODO
+++ b/TODO
@@ -7,8 +7,3 @@ TODO for the nearest future:
- When calling open, buffer the file descriptors, so we don't open them each
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.
-- Escaping string: when querying sqlite, replace ' with '' in ingoing
- strings. (why isn't this done in the API?)