From 574b568bedc90a00aef43e0fbdd85a7d8ae57785 Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Sun, 8 Jan 2012 17:35:28 +0100 Subject: [PATCH] Update the todo --- TODO.markdown | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/TODO.markdown b/TODO.markdown index 78542fba..a77cb64c 100644 --- a/TODO.markdown +++ b/TODO.markdown @@ -4,17 +4,12 @@ Must of the stuff is working, but there is a list of smaller things that need to be fixed. * Parsing - * $ORIGIN and $INCLUDE - * HIP RR (needs list of domain names, need slice for that); -* Need to define a handy zone data structure (r/b tree)?. + * $INCLUDE +* Add handy zone data structure (r/b tree)? * Use the Exchange structure to deal with errors when resolving, esp. Timeout * encoding NSEC3/NSEC bitmaps, DEcoding works; * IsSubdomain, IsGlue helper functions; -* Cleanup? -* String compression *inside* the library, so the string - miek.nl is stored once and all RRs reference it. Would be - a major memory saver; ## Issues