Loading ChangeLog +3 −0 Original line number Diff line number Diff line Loading @@ -83,6 +83,9 @@ Changes in version 0.2.0.9-alpha - 2007-10-?? o Minor bugfixes (misc): - Make base32_decode() accept upper-case letters. Bugfix on 0.2.0.7-alpha. - Don't try to download extrainfo documents when we're trying to fetch enough directory info to build a circuit: having enough info should get priority. o Minor bugfixes (performance): - Base64 decoding was actually showing up on our profile when parsing Loading src/or/routerlist.c +2 −0 Original line number Diff line number Diff line Loading @@ -3801,6 +3801,8 @@ update_extrainfo_downloads(time_t now) return; if (should_delay_dir_fetches(options)) return; if (!router_have_minimum_dir_info()) return; pending = digestmap_new(); list_pending_descriptor_downloads(pending, 1); Loading Loading
ChangeLog +3 −0 Original line number Diff line number Diff line Loading @@ -83,6 +83,9 @@ Changes in version 0.2.0.9-alpha - 2007-10-?? o Minor bugfixes (misc): - Make base32_decode() accept upper-case letters. Bugfix on 0.2.0.7-alpha. - Don't try to download extrainfo documents when we're trying to fetch enough directory info to build a circuit: having enough info should get priority. o Minor bugfixes (performance): - Base64 decoding was actually showing up on our profile when parsing Loading
src/or/routerlist.c +2 −0 Original line number Diff line number Diff line Loading @@ -3801,6 +3801,8 @@ update_extrainfo_downloads(time_t now) return; if (should_delay_dir_fetches(options)) return; if (!router_have_minimum_dir_info()) return; pending = digestmap_new(); list_pending_descriptor_downloads(pending, 1); Loading