summaryrefslogtreecommitdiff
path: root/src/or/eventdns.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2006-08-04 18:24:25 +0000
committerNick Mathewson <nickm@torproject.org>2006-08-04 18:24:25 +0000
commita122bfb4396b95d976d3aa81d3cc603693be191f (patch)
treefbb532edb93cdddddf078d2d67ff953ce4eac9db /src/or/eventdns.c
parent2299bbdb65800a49e9a38ae8ac1ce321d5cfc6ee (diff)
downloadtor-a122bfb4396b95d976d3aa81d3cc603693be191f.tar.gz
tor-a122bfb4396b95d976d3aa81d3cc603693be191f.zip
r7007@Kushana: nickm | 2006-08-03 09:58:30 -0700
Export and use eventdns_config_windows_nameservers(); clean up some comments and log messages. svn:r6974
Diffstat (limited to 'src/or/eventdns.c')
-rw-r--r--src/or/eventdns.c14
1 files changed, 9 insertions, 5 deletions
diff --git a/src/or/eventdns.c b/src/or/eventdns.c
index 583f8f7289..1a9f839931 100644
--- a/src/or/eventdns.c
+++ b/src/or/eventdns.c
@@ -1,10 +1,14 @@
/* $Id$ */
-// Modified from agl's original; see CVS for more info.
-// Try to keep this re-mergeable by Adam. Don't make it depend on Tor.
-// TODO:
-// - Learn about nameservers on win32.
-// - Support AAAA (?), A6, and PTR records.
+/* The original version of this module was written by Adam Langley; for
+ * a history of modifications, check out the subversion logs.
+ *
+ * When editiing this module, try to keep it re-mergeable by Adam. Don't
+ * reformat the whitespace, add Tor dependencies, or so on.
+ *
+ * TODO:
+ * - Support IPv6 and PTR records.
+ */
/* Async DNS Library
* Adam Langley <agl@imperialviolet.org>