summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2004-03-20 22:38:20 +0000
committerRoger Dingledine <arma@torproject.org>2004-03-20 22:38:20 +0000
commite9b67e1e6a5957c15d4964f9fd182a3ee021d80a (patch)
tree464b8c72db44bc7866e8d81bf0d7f6253f4a5d70
parentd10fcc89ecfd722039b9939fea84cb3964890c2e (diff)
downloadtor-e9b67e1e6a5957c15d4964f9fd182a3ee021d80a.tar.gz
tor-e9b67e1e6a5957c15d4964f9fd182a3ee021d80a.zip
fix one bug, add another
svn:r1323
-rw-r--r--doc/TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index 0c03b7db7d..5b07b59d37 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -12,10 +12,11 @@ ARMA - arma claims
X Abandoned
Bugs:
+ - we call signal(), but we should be calling sigaction()
- send socks rejects when things go bad ?
o on solaris, need to build with
LDFLAGS="-lsocket -lnsl" ./configure
- - on solaris, we HAVE_UNAME but the uname() call fails?
+ o on solaris, we HAVE_UNAME but the uname() call fails?
- should maybe make clients exit(1) when bad things happen?
e.g. clock skew.
o client-side dns cache doesn't appear to be getting populated