Skip to content
Snippets Groups Projects
  1. Sep 05, 2012
  2. Sep 04, 2012
  3. Sep 03, 2012
  4. Sep 01, 2012
    • Roger Dingledine's avatar
      Make begindir_cutoff the same as general_cutoff · eb3d0796
      Roger Dingledine authored
      Allow one-hop directory fetching circuits the full "circuit build timeout"
      period, rather than just half of it, before failing them and marking
      the relay down. This fix should help reduce cases where clients declare
      relays (or worse, bridges) unreachable because the TLS handshake takes
      a few seconds to complete.
      
      Fixes bug 6743 (one piece of bug 3443); bugfix on 0.2.2.2-alpha, where
      we changed the timeout from a static 30 seconds.
      eb3d0796
  5. Aug 27, 2012
  6. Aug 24, 2012
  7. Aug 23, 2012
    • Linus Nordberg's avatar
      Move ipv6_preferred from routerinfo_t to node_t. · 3410a46e
      Linus Nordberg authored
      Move extend_info_from_router() from circuitbuild.c to router.c and
      make it static.
      
      Add get_configured_bridge_by_orports_digest() and have
      get_configured_bridge_by_routerinfo() and
      node_is_a_configured_bridge() use it. We now consider all OR ports of
      a bridge when looking for it.
      
      Move node_get_*_orport to nodelist.c.
      
      Fix a cut'n'paste error in header of nodelist.h.
      
      Add node_assert_ok().
      
      Add router_get_all_orports(). It's duplicating code from
      node_get_all_orports(). Worth fixing at the cost of complicating the
      API slightly?
      3410a46e
    • Nick Mathewson's avatar
      Make the _sha1.i file generation quieter · 6d703f8d
      Nick Mathewson authored
      6d703f8d
Loading