2004-06-20 06:59:12 +02:00
|
|
|
*) Implement HTTP proxy
|
|
|
|
|
|
|
|
*) Optimize read() on cleints
|
|
|
|
|
|
|
|
*) Optimize db update
|
|
|
|
|
2004-06-20 14:18:49 +02:00
|
|
|
*) deal with recursive symbolic link
|
|
|
|
1) track st_ino and st_dev for each directory
|
|
|
|
2) when adding a directory, be sure its st_ino and st_dev aren't
|
|
|
|
the same as a parent
|
|
|
|
3) need to sore parent directory in directory struct
|
|
|
|
4) ~12 bytes per directory entry
|
|
|
|
|
2004-04-15 22:15:41 +02:00
|
|
|
Post-1.0
|
|
|
|
--------
|
|
|
|
1) crosslink "list" stuff, for example, artists are crosslinked to alubms and
|
2004-04-15 07:10:05 +02:00
|
|
|
vice versa, this way you can do list album artists or list artist albums, this
|
|
|
|
will make life easier when we add genre and other metadata
|
2004-04-15 22:15:41 +02:00
|
|
|
|
|
|
|
2) rewrite linked list impelmentation to be more flexible
|
|
|
|
a) remove "key" stuff
|
|
|
|
b) allow assigning a compare function for a list
|