summaryrefslogtreecommitdiffstats
path: root/todo
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-05-16 01:01:43 +0000
committerLennart Poettering <lennart@poettering.net>2005-05-16 01:01:43 +0000
commitf5a4db2039532ef93fbb3d98fa048be9d74a83fe (patch)
treeb3db891f27468f13ed2851f3f69e843823780dbc /todo
parenta3596a5e3ec4937a220e6e60218639e2aba82701 (diff)
* case insensitive name comparisons
* corectly handle RRsets * make addresses unique * return to probe state on conflict * a bunch of fixes detected while testing against the Apple Bonjour Conformance Test * a fix in avahi_record_lexicographical_cmp() regarding TXT records * API for choosing alternative host and service names * remove a bunch of unused crap from cache.c and server.c * flush cache when an interface becomes unavailable git-svn-id: file:///home/lennart/svn/public/avahi/trunk@72 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'todo')
-rw-r--r--todo11
1 files changed, 7 insertions, 4 deletions
diff --git a/todo b/todo
index d3d2f0c..108c20a 100644
--- a/todo
+++ b/todo
@@ -2,10 +2,10 @@ todo:
* Add some APIs to get the clean service name from RR for browsing
RFC MUSTs:
- * Return to probing state on conflict
- * fix flush bit when working on RRsets
* one RR too large for single packet
+* response job dependencies
+
* test against apple test suite
* release!
@@ -36,5 +36,8 @@ done:
* support known answer suppresion for incoming unicast queries
* check wether RRsets are supported correctly (i.e. that all records of an
RRset are really sent if it is requested) (rfc 2181)
-* case insensitve comparision
-
+* case insensitve comparison
+* drop records from cache only one second after flush cache bit entry was received
+* either send entire RRSET or don't set flush cache bit!
+* mantain flush cache bit correctly in psched
+* Return to probing state on conflict