diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-01-11 19:53:53 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-01-11 19:53:53 +0000 |
commit | 60128145e2440d122fe0f0dee44d44eab5696069 (patch) | |
tree | 9efd021ba1e7d0fcb23e1d640348048a649270d4 /doc/TODO | |
parent | deabb2567fcfbb36350d83578e4027e0997460e8 (diff) | |
download | tor-60128145e2440d122fe0f0dee44d44eab5696069.tar.gz tor-60128145e2440d122fe0f0dee44d44eab5696069.zip |
r11948@Kushana: nickm | 2007-01-11 14:53:37 -0500
Add some items to the TODO based on usability report from Talia Winters.
svn:r9340
Diffstat (limited to 'doc/TODO')
-rw-r--r-- | doc/TODO | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -296,6 +296,13 @@ M - rewrite how libevent does select() on win32 so it's not so very slow. - Add an option (related to AvoidDiskWrites) to disable directory caching. Minor items for 0.1.2.x as time permits: + - Unify autoconf search code for libevent and openssl. Make code + suggest platform-appropriate "devel" / "dev" / whatever packages + if we can link but we can't find the headers. + - Recommend polipo? Please? + - Make documentation realize that location of system configuration file + will depend on location of system defaults, and isn't always /etc/torrc. + - Review torrc.sample to make it more discursive. o when reporting clock skew (both to logs and to controller), if it's taken 126 seconds to read from the directory, our clock skew estimate is 126 seconds wrong. use conn->timestamp_create or _lastwritten |