Skip to content
Snippets Groups Projects
  1. Jul 31, 2008
  2. Jul 30, 2008
    • Nick Mathewson's avatar
      r17436@tombo: nickm | 2008-07-30 09:03:19 -0400 · 18609790
      Nick Mathewson authored
       Move n_addr, n_port, and n_conn_id_digest fields of circuit_t into a separately allocated extend_info_t.  Saves 22 bytes per connected circuit_t on 32-bit platforms, and makes me more comfortable with using tor_addr_t in place of uint32_t n_addr.
      
      
      svn:r16257
      18609790
  3. Jul 23, 2008
  4. Jul 18, 2008
    • Nick Mathewson's avatar
      r17188@tombo: nickm | 2008-07-18 14:35:18 -0400 · c8160bce
      Nick Mathewson authored
       Add new ExcludeExitNodes option.  Also add a new routerset type to handle Exclude[Exit]Nodes.  It is optimized for O(1) membership tests, so as to make choosing a random router run in O(N_routers) time instead of in O(N_routers*N_Excluded_Routers).
      
      
      svn:r16061
      c8160bce
  5. Jul 16, 2008
  6. Jul 11, 2008
    • Roger Dingledine's avatar
      When relays do their initial bandwidth measurement, don't limit · 267e61d0
      Roger Dingledine authored
      to just our our entry guards for the test circuits. Otherwise we
      tend to have multiple test circuits going through a single entry
      guard, which makes our bandwidth test less accurate. Fixes part
      of bug 654; patch contributed by Josh Albrecht.
      
      (Actually, modify Josh's patch to avoid doing that when you're
      a bridge relay, since it would leak more than we want to leak.)
      
      
      svn:r15850
      267e61d0
  7. Jul 10, 2008
  8. Jul 09, 2008
  9. Jul 07, 2008
  10. Jul 06, 2008
  11. Jul 03, 2008
  12. Jun 28, 2008
  13. Jun 24, 2008
  14. Jun 22, 2008
  15. Jun 21, 2008
  16. Jun 20, 2008
  17. Jun 18, 2008
  18. Jun 17, 2008
  19. Jun 16, 2008
  20. Jun 14, 2008
  21. Jun 13, 2008
Loading