diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-02-07 06:54:33 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-02-07 06:54:33 +0000 |
commit | 2e6feb646bd22309d0730d5d9af3b750dbc02f0c (patch) | |
tree | 620760a7430b6497463b654e7caaa4bc6c805c3c /ChangeLog | |
parent | 071738c2d5ef08131633631648c8952840e7c1eb (diff) | |
download | tor-2e6feb646bd22309d0730d5d9af3b750dbc02f0c.tar.gz tor-2e6feb646bd22309d0730d5d9af3b750dbc02f0c.zip |
r11686@catbus: nickm | 2007-02-07 01:50:14 -0500
Set hibernate_end_time whenever we start hibernating. This fixes a problem where we would start hibernating upon startup (since it isn't time to wake up yet) but we would wind up setting the "stop hibernating" time not to the wakeup time, but to the end of the interval. Also, split hibernate_end_time from shutdown_time. Possible fix for bug 362.
svn:r9512
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,4 +1,7 @@ Changes in version 0.1.2.8-alpha - 2007-??-?? + o Major bugfixes (accounting): + - + o Minor bugfixes (controller): - Give the controller END_STREAM_REASON_DESTROY events _before_ we clear the corresponding on_circuit variable, and remember later that |