Commit cdb67649 authored by Warren Dukes's avatar Warren Dukes

todo update

git-svn-id: https://svn.musicpd.org/mpd/trunk@1593 09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent b7dcbb1b
*) Implement HTTP proxy
*) deal with recursive symlinks
*) Optimize read() on cleints
*) Optimize db update
*) 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
Post-1.0
--------
1) crosslink "list" stuff, for example, artists are crosslinked to alubms and
......
......@@ -38,4 +38,3 @@ int interfacePrintWithFD(int fd, char * buffer, int len);
int doIOForInterfaces();
#endif
/* vim:set shiftwidth=4 tabstop=8 expandtab: */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment