diff options
author | Roger Dingledine <arma@torproject.org> | 2007-01-09 00:28:56 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-01-09 00:28:56 +0000 |
commit | 074a314253be640185533ff8e07e965ccec53912 (patch) | |
tree | 551653b93c708c7e88f94d8c8b45e2887489208c /doc/TODO | |
parent | 70a412d82018c20f42e22939a83cca3f52429fd6 (diff) | |
download | tor-074a314253be640185533ff8e07e965ccec53912.tar tor-074a314253be640185533ff8e07e965ccec53912.tar.gz |
a minor bug that's been bothering me
svn:r9304
Diffstat (limited to 'doc/TODO')
-rw-r--r-- | doc/TODO | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -260,6 +260,10 @@ 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: + - 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 + for a closer estimate? - a way to generate the website diagrams from source, so we can translate them as utf-8 text rather than with gimp. R - add d64 and fp64 along-side d and fp so people can paste status |