summaryrefslogtreecommitdiff
path: root/doc/TODO
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2006-12-12 02:56:47 +0000
committerNick Mathewson <nickm@torproject.org>2006-12-12 02:56:47 +0000
commit707429e9a3a819625321c954f19796ba54627c82 (patch)
tree36626d004d7798b77449558a401d60b0a02bd2e8 /doc/TODO
parentd22deb61d600ae1df7c1ddff5f20d472ae4bfaab (diff)
downloadtor-707429e9a3a819625321c954f19796ba54627c82.tar.gz
tor-707429e9a3a819625321c954f19796ba54627c82.zip
r11496@Kushana: nickm | 2006-12-11 19:39:37 -0500
Clean up XXXX comments in evdns code. Make server_ports actually go away when their refcnt reaches zero. svn:r9085
Diffstat (limited to 'doc/TODO')
-rw-r--r--doc/TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index d698580f1c..f5786c9478 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -93,6 +93,7 @@ N - DNS improvements
o Document and rename SearchDomains, ResolvConf options
D Make API closer to getaddrinfo()
- Teach evdns about ipv6.
+ - Make evdns use windows strerror equivalents.
- Teach evdns to be able to listen for requests to be processed.
. Design interface.
- Rename stuff; current names suck.
@@ -110,7 +111,7 @@ N - DNS improvements
o Generate truncated responses correctly.
- Comment everything.
- Clean up XXXX items
- - Test
+ . Test
d - Be more memory-efficient
- Add some kind of general question/response API so libevent can be
flexible here.