summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO13
1 files changed, 13 insertions, 0 deletions
diff --git a/TODO b/TODO
new file mode 100644
index 000000000..cb102ff8e
--- /dev/null
+++ b/TODO
@@ -0,0 +1,13 @@
+* Add caching for contents.
+* Add caching for DNS lookups (no need to call getaddrinfo() for every access).
+* Add support for search servers
+
+Search servers could be implemented with quite simple semantics:
+
+$ echo "keyword" > node
+$ ls node
+keyword
+$ cd node/keyword
+$ ls
+<search results>
+