[or-cvs] r8392: Add smartlist_uniq() to TODO list (in tor/trunk: . doc)

weasel at seul.org weasel at seul.org
Thu Sep 14 05:17:12 UTC 2006


Author: weasel
Date: 2006-09-14 01:17:12 -0400 (Thu, 14 Sep 2006)
New Revision: 8392

Modified:
   tor/trunk/
   tor/trunk/doc/TODO
Log:
 r9759 at danube:  weasel | 2006-09-14 07:14:37 +0200
 Add smartlist_uniq() to TODO list



Property changes on: tor/trunk
___________________________________________________________________
 svk:merge ticket from /local/or/tor/trunk [r9759] on 17f730b7-d419-0410-b50f-85ee4b70197a

Modified: tor/trunk/doc/TODO
===================================================================
--- tor/trunk/doc/TODO	2006-09-14 05:17:02 UTC (rev 8391)
+++ tor/trunk/doc/TODO	2006-09-14 05:17:12 UTC (rev 8392)
@@ -283,6 +283,10 @@
     - stop writing identity key / fingerprint / etc every restart
     - stop caching directory stuff -- and disable mmap?
     - more?
+  - smartlist_uniq(): We have at least 3 places that check a smartlist for
+    duplicates and then removes them: networkstatus_parse_from_string(),
+    sort_version_list(), and router_rebuild_descriptor().  This should probably
+    get its own function that takes a comparator and a delete function.
 
 Future version:
   - Tor should have a "DNS port" so we don't need to ship with (and



More information about the tor-commits mailing list