Commit 27e870ce authored by Nick Mathewson's avatar Nick Mathewson 🥔
Browse files

Fix most lintChanges warnings

(Also remove changes/bug19530 since it was a bugfix on no released
version)
parent 679383fb
Loading
Loading
Loading
Loading
+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.
+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.
+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.
+1 −1
Original line number Diff line number Diff line
@@ -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.
+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