summaryrefslogtreecommitdiff
path: root/TODO
blob: cb102ff8ef4c2aaf8b4a3c3948a1a2ea3dc9ec2a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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>