Skip to content
Snippets Groups Projects
  1. Apr 23, 2018
  2. Apr 14, 2018
  3. Apr 13, 2018
  4. Apr 12, 2018
    • Nick Mathewson's avatar
      Refine extend_info_for_node's "enough info" check once again. · 2d6914e3
      Nick Mathewson authored
      In d1874b43, we adjusted this check so that we insist on
      using routerinfos for bridges.  That's almost correct... but if we
      have a bridge that is also a regular relay, then we should use
      insist on its routerinfo when connecting to it as a bridge
      (directly), and be willing to use its microdescriptor when
      connecting to it elsewhere in our circuits.
      
      This bug is a likely cause of some (all?) of the (exit_ei == NULL)
      failures we've been seeing.
      
      Fixes bug 25691; bugfix on 0.3.3.4-alpha
      2d6914e3
    • Nick Mathewson's avatar
      Remove windows log_from_handle as unused. · d3b9b5a3
      Nick Mathewson authored
      This function was only used by PortForwardingHelper, which was
      removed in 9df110cd.  Its presence caused warnings on windows.
      d3b9b5a3
Loading