aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--TODO9
-rw-r--r--src/interface.h1
2 files changed, 1 insertions, 9 deletions
diff --git a/TODO b/TODO
index 2a0eecd48..bc599f9e4 100644
--- a/TODO
+++ b/TODO
@@ -1,16 +1,9 @@
-*) 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
diff --git a/src/interface.h b/src/interface.h
index 1f87ba7fe..2987359a6 100644
--- a/src/interface.h
+++ b/src/interface.h
@@ -38,4 +38,3 @@ int interfacePrintWithFD(int fd, char * buffer, int len);
int doIOForInterfaces();
#endif
-/* vim:set shiftwidth=4 tabstop=8 expandtab: */