Skip to content
Snippets Groups Projects
  1. Oct 07, 2020
  2. Sep 22, 2020
  3. Sep 21, 2020
  4. Sep 18, 2020
  5. Sep 17, 2020
  6. Sep 01, 2020
    • David Goulet's avatar
      conn: Remove assert on new listener connection when retrying · ea339227
      David Goulet authored
      
      Opening a new listener connection can fail in many ways like a bind()
      permission denied on a low port for instance.
      
      And thus, we should expect to handle an error when creating a new one instead
      of assert() on it.
      
      To hit the removed assert:
      
        ORPort 80
        KeepBindCapabilities 0
      
      Start tor. Then edit torrc:
      
        ORPort <some-IP>:80
      
      HUP tor and the assert is hit.
      
      Fixes #40073
      
      Signed-off-by: David Goulet's avatarDavid Goulet <dgoulet@torproject.org>
      ea339227
  7. Aug 13, 2020
  8. Aug 12, 2020
  9. Aug 11, 2020
  10. Aug 10, 2020
  11. Aug 06, 2020
  12. Aug 03, 2020
    • Nick Mathewson's avatar
      Remove channel_is_canonical_is_reliable() · 435f31ae
      Nick Mathewson authored
      This function once served to let circuits continue to be built over
      version-1 link connections.  But such connections are long-obsolete,
      and it's time to remove this check.
      
      Closes #40081.
      435f31ae
  13. Jul 30, 2020
  14. Jul 28, 2020
Loading