diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-10-09 15:27:45 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-10-09 15:27:45 +0000 |
commit | 5346a0179696f60b69d3cd0a7ece3308da496d75 (patch) | |
tree | 632d427069f37cc4a1c6e0b7262c869e73a47ccb /ChangeLog | |
parent | bb9cc4fb2960e8b6cda6a0a7584bcda534625f93 (diff) | |
download | tor-5346a0179696f60b69d3cd0a7ece3308da496d75.tar.gz tor-5346a0179696f60b69d3cd0a7ece3308da496d75.zip |
r14813@Kushana: nickm | 2007-10-09 11:10:48 -0400
Use download_status_t for v2 networkstatuses and certs as well as for routers. Make functions to manipulate it. Next steps: use it for consensus networkstatuses, and get consensus download rescheduling working.
svn:r11800
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -55,6 +55,7 @@ Changes in version 0.2.0.8-alpha - 2007-??-?? into routerstatus_t. But once v3 directories are in use, clients and caches will no longer need to hold authority opinions; thus, the rationale for keeping the types separate is now gone. + - Make the code used to reschedule and reattempt downloads more uniform. Changes in version 0.2.0.7-alpha - 2007-09-21 |