Loading changes/assert_nonfatal +1 −2 Original line number Diff line number Diff line o Minor features (safety, debugging): * Add a set of macros to check nonfatal assertions, for internal - Add a set of macros to check nonfatal assertions, for internal use. Migrating more of our checks to these should help us avoid needless crash bugs. Closes ticket 18613. changes/bug14334 +1 −1 Original line number Diff line number Diff line o Minor bugfixes (guards): - Don't mark guards as unreachable if connection_connect() fails. That function fails for local reasons, so it shouldn't reveal anything about the status of the guard. Fixes bug #14334; bugfix on 0.2.3.10-alpha. the status of the guard. Fixes bug 14334; bugfix on 0.2.3.10-alpha. changes/bug15942 +2 −2 Original line number Diff line number Diff line o Bugfixes (downloading): o Minor features (downloading): - Use random exponential backoffs when retrying downloads from the dir servers. Fixes bug 15942; bugfix on ?????. servers. Closes ticket 15942. changes/bug16943 +1 −1 Original line number Diff line number Diff line Loading @@ -5,4 +5,4 @@ global randomness will be used by hidden services to select their responsible HSDirs. This release only implements the directory authority feature; the hidden service side will be implemented in the future as part of proposal 224 . Resolves ticket #16943 and proposal 250. part of proposal 224 . Resolves ticket 16943; implements proposal 250. changes/bug17688 +1 −1 Original line number Diff line number Diff line o Minor bugfixes (guard selection): - Use a single entry guard even if the NumEntryGuards consensus parameter is not provided. Fixes bug #17688. is not provided. Fixes bug 17688. Loading
changes/assert_nonfatal +1 −2 Original line number Diff line number Diff line o Minor features (safety, debugging): * Add a set of macros to check nonfatal assertions, for internal - Add a set of macros to check nonfatal assertions, for internal use. Migrating more of our checks to these should help us avoid needless crash bugs. Closes ticket 18613.
changes/bug14334 +1 −1 Original line number Diff line number Diff line o Minor bugfixes (guards): - Don't mark guards as unreachable if connection_connect() fails. That function fails for local reasons, so it shouldn't reveal anything about the status of the guard. Fixes bug #14334; bugfix on 0.2.3.10-alpha. the status of the guard. Fixes bug 14334; bugfix on 0.2.3.10-alpha.
changes/bug15942 +2 −2 Original line number Diff line number Diff line o Bugfixes (downloading): o Minor features (downloading): - Use random exponential backoffs when retrying downloads from the dir servers. Fixes bug 15942; bugfix on ?????. servers. Closes ticket 15942.
changes/bug16943 +1 −1 Original line number Diff line number Diff line Loading @@ -5,4 +5,4 @@ global randomness will be used by hidden services to select their responsible HSDirs. This release only implements the directory authority feature; the hidden service side will be implemented in the future as part of proposal 224 . Resolves ticket #16943 and proposal 250. part of proposal 224 . Resolves ticket 16943; implements proposal 250.
changes/bug17688 +1 −1 Original line number Diff line number Diff line o Minor bugfixes (guard selection): - Use a single entry guard even if the NumEntryGuards consensus parameter is not provided. Fixes bug #17688. is not provided. Fixes bug 17688.