diff options
author | Nick Mathewson <nickm@torproject.org> | 2006-12-15 06:12:01 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2006-12-15 06:12:01 +0000 |
commit | b16aa6412e19b59dcade99cd61fd31161705447b (patch) | |
tree | 05852c26972a95dc442e21a6a2f15bc8aa8bb47e /doc | |
parent | 309c57945254b75611da386f198992188a0da7e5 (diff) | |
download | tor-b16aa6412e19b59dcade99cd61fd31161705447b.tar tor-b16aa6412e19b59dcade99cd61fd31161705447b.tar.gz |
r11584@Kushana: nickm | 2006-12-15 01:10:45 -0500
Try to reconcile (except for whitespace) eventdns with version in libevent, so it is easier for me to send merges. These changes should be cosmetic. (Ha!)
svn:r9117
Diffstat (limited to 'doc')
-rw-r--r-- | doc/TODO | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -134,6 +134,12 @@ d - Special-case localhost? - address_is_invalid_destination() is the right thing to call here (and feel free to make that function smarter) +d - Eventdns improvements + - Have a way to query for AAAA and A records simultaneously. + - Improve request API: At the very least, add the ability to construct + a more-or-less arbitrary request and get a response. + - (Can we suppress cnames? Should we?) + - Performance improvements x - Better estimates in the directory of whether servers have good uptime |