[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] more bugs and missing features
Update of /home2/or/cvsroot/tor/doc
In directory moria:/home/arma/work/onion/cvs/tor/doc
Modified Files:
TODO
Log Message:
more bugs and missing features
Index: TODO
===================================================================
RCS file: /home2/or/cvsroot/tor/doc/TODO,v
retrieving revision 1.410
retrieving revision 1.411
diff -u -p -d -r1.410 -r1.411
--- TODO 24 Jan 2006 05:55:33 -0000 1.410
+++ TODO 28 Jan 2006 09:05:48 -0000 1.411
@@ -62,6 +62,7 @@ R - MaxConn is still in man page. needs
- Mysterious crash for fast servers: Bug 234.
- Make "setconf" and "hup" behavior cleaner for LINELIST config
options (e.g. Log). Bug 238.
+ - "options_init_logs(): Can't log to stdout with RunAsDaemon set."
- Were we going to load unrecognized 'state' variables into some
list somewhere, and write them out whenever we update the state?
To be forwards and backwards compatible.
@@ -77,6 +78,7 @@ R - failed rend desc fetches sometimes d
R - Add config options to not publish and not fetch rend descs.
- Add controller interfaces to hear rend desc events and learn
about rend descs. In base16 I guess for now.
+R - let controlport be configurable on other interfaces
N - In circuit_get_open_circ_or_launch(),
/* XXXX011 NM This should be a generic "retry all directory fetches". */
@@ -113,6 +115,10 @@ R - When we connect to a Tor server, it
Deferred from 0.1.1.x:
+ - We need a getrlimit equivalent on Windows so we can reserve some
+ file descriptors for saving files, etc. Otherwise we'll trigger
+ asserts when we're out of file descriptors and crash.
+
- <weasel> it would be nice to support a unix socket for the control thing.
- the tor client can do the "automatic proxy config url" thing?