aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorWarren Dukes <warren.dukes@gmail.com>2004-04-10 12:54:51 +0000
committerWarren Dukes <warren.dukes@gmail.com>2004-04-10 12:54:51 +0000
commitc7d9c8b7dd8eefa830beb4d1d39e01b9f9176ac7 (patch)
tree3e13e5398ff4e6f11f51877e8ad9344402f9cfb4 /TODO
parent918dc2ff22e13808665b589e6740f45256e73c97 (diff)
downloadmpd-c7d9c8b7dd8eefa830beb4d1d39e01b9f9176ac7.tar.gz
mpd-c7d9c8b7dd8eefa830beb4d1d39e01b9f9176ac7.tar.xz
mpd-c7d9c8b7dd8eefa830beb4d1d39e01b9f9176ac7.zip
some more stuff for the TODO
git-svn-id: https://svn.musicpd.org/mpd/trunk@658 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'TODO')
-rw-r--r--TODO1
1 files changed, 1 insertions, 0 deletions
diff --git a/TODO b/TODO
index 184e87911..481ce3be4 100644
--- a/TODO
+++ b/TODO
@@ -7,6 +7,7 @@
f) store stuff to updated in a linked list prior to update fork
g) update child writes db file, parents reads db file when done (the msells/sbh alogrithm)
h) when reading directory db and checking for deleted, new, or changed stuff, assume all info is sorted (so we can deterimine if its new very quickly without searching through lists of stuff every time). Also, for new stuff, insert it with insertInListBeforeNode() function, to keep lists sorted.
+ j) when reading new directory db, we should block some signals when manipulating the directorydb, so we don't receive a signal to quit in the middle of an update
2) rewrite interface stuff, specifically command list handling etc so its less of a hack and deals with the above update stuff better