diff options
author | Nick Mathewson <nickm@torproject.org> | 2006-09-15 04:27:58 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2006-09-15 04:27:58 +0000 |
commit | e58b9c1151c0591a95ebb97e21db315698e0bb27 (patch) | |
tree | d6ff16e0cdc481cd271d22c6a364cde9634a71f4 /doc/TODO | |
parent | ce83f4362934bbe87341a88d55ff0a1e80014cd5 (diff) | |
download | tor-e58b9c1151c0591a95ebb97e21db315698e0bb27.tar.gz tor-e58b9c1151c0591a95ebb97e21db315698e0bb27.zip |
r8819@Kushana: nickm | 2006-09-15 00:27:45 -0400
Implement a smartlist_uniq() that will with luck not end the world.
svn:r8396
Diffstat (limited to 'doc/TODO')
-rw-r--r-- | doc/TODO | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -284,7 +284,7 @@ Minor items for 0.1.2.x as time permits: - 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 + o 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. |