summaryrefslogtreecommitdiff
path: root/doc/TODO
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-04-09 18:44:50 +0000
committerNick Mathewson <nickm@torproject.org>2008-04-09 18:44:50 +0000
commit4901ee0a8c0efafb71b5fdaf6961ef04556ec1a4 (patch)
tree107b368dc6dd304989e2ae9653de74738915325f /doc/TODO
parent186df044cdf896131af5fba1f2e4da7a468e79ab (diff)
downloadtor-4901ee0a8c0efafb71b5fdaf6961ef04556ec1a4.tar.gz
tor-4901ee0a8c0efafb71b5fdaf6961ef04556ec1a4.zip
r19273@catbus: nickm | 2008-04-09 14:44:23 -0400
Do a slightly better fix for r14329: don't call time() quite so much. Also note the time(NULL) hack we wanted to do in the TODO. svn:r14334
Diffstat (limited to 'doc/TODO')
-rw-r--r--doc/TODO2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/TODO b/doc/TODO
index a2a74be45a..ca979cb96a 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -323,6 +323,8 @@ P - create a "make win32-bundle" for vidalia-privoxy-tor-torbutton bundle
- Router_choose_random_node() has a big pile of args. make it "flags".
- Streamline how we pick entry nodes: Make choose_random_entry() have
less magic and less control logic.
+ - Don't call time(NULL) so much; instead have a static time_t field
+ that gets updated only a handful of times per second.
- Make Tor able to chroot itself
o allow it to load an entire config file from control interface