Skip to content
Snippets Groups Projects
  1. Jan 10, 2023
  2. Aug 10, 2022
  3. Jun 16, 2022
  4. Apr 28, 2022
    • Alex Xu's avatar
      Remove broken MSVC support · 65ea7eed
      Alex Xu authored
      MSVC compilation has been broken since at least 1e417b72 ("All remaining
      files in src/common belong to the event loop.") deleted
      src/common/Makefile.nmake in 2018.
      65ea7eed
  5. Feb 25, 2022
  6. Oct 27, 2021
  7. Oct 06, 2021
  8. Sep 07, 2021
  9. Aug 29, 2021
  10. Aug 22, 2021
  11. May 25, 2021
  12. Apr 14, 2021
    • Nick Mathewson's avatar
      geoip script: add options to output AS numbers. · e7115442
      Nick Mathewson authored
      The --include-asn option includes AS numbers in the geoip mapping.
      
      The --output-asn option makes the program generate a number-to-name
      mapping file.
      
      Additionally, the script now outputs ?? CC entries for networks that
      are listed but which have no country known.
      e7115442
  13. Apr 12, 2021
  14. Mar 02, 2021
  15. Feb 22, 2021
  16. Feb 05, 2021
  17. Jan 21, 2021
  18. Dec 16, 2020
  19. Nov 12, 2020
    • Samanta Navarro's avatar
      Fix typos. · 4a0cd795
      Samanta Navarro authored and David Goulet's avatar David Goulet committed
      Typos found with codespell.
      
      Please keep in mind that this should have impact on actual code
      and must be carefully evaluated:
      
      src/core/or/lttng_circuit.inc
      -    ctf_enum_value("CONTROLER", CIRCUIT_PURPOSE_CONTROLLER)
      +    ctf_enum_value("CONTROLLER", CIRCUIT_PURPOSE_CONTROLLER)
      4a0cd795
  20. Oct 06, 2020
    • Alexander Hansen Færøy's avatar
      Expose TOR_PT_OUTBOUND_BIND_ADDRESS_{V4,V6} to Pluggable Transports. · 5f61e19d
      Alexander Hansen Færøy authored and David Goulet's avatar David Goulet committed
      This patch adds support for exposing the environment variables
      `TOR_PT_OUTBOUND_BIND_ADDRESS_V4` and `TOR_PT_OUTBOUND_BIND_ADDRESS_V6` to
      Pluggable Transport proccesses. These two values will contain the IPv4
      and IPv6 address that the user have specified in torrc that they wish
      the PT to use for all outgoing IP packets.
      
      It is important to note here that it is up to the indvidual Pluggable
      Transport if they are willing to honor these values or ignore them
      completely.
      
      One can test this feature using the following dummy PT written in POSIX
      shell script:
      
          #!/bin/sh
      
          echo "LOG SEVERITY=warning MESSAGE=\"Value for IPv4: ${TOR_PT_OUTBOUND_BIND_ADDRESS_V4}\""
          echo "LOG SEVERITY=warning MESSAGE=\"Value for IPv6: ${TOR_PT_OUTBOUND_BIND_ADDRESS_V6}\""
      
          while true ; do
              sleep 1
          done
      
      with the following entries in your torrc:
      
          OutboundBindAddressPT 203.0.113.4
          OutboundBindAddress 203.0.113.5
          OutboundBindAddressPT 2001:db8::4
          OutboundBindAddress 2001:db8::5
      
      See: https://bugs.torproject.org/5304
      5f61e19d
  21. Sep 23, 2020
    • maurice_pibouin's avatar
      Implement IPv6 sybil protection. · 43672f9f
      maurice_pibouin authored and Nick Mathewson's avatar Nick Mathewson committed
         [This is a squashed patch for ticket 7193, based on taking a "git
         diff" for the original branch, then applying it with "git apply
         -3".  I earlier attempted to squash the branch with "git rebase",
         but there were too many conflicts. --nickm]
      43672f9f
  22. Aug 14, 2020
  23. Aug 11, 2020
  24. Aug 03, 2020
  25. Aug 01, 2020
  26. Jul 17, 2020
  27. Jul 14, 2020
  28. Jul 08, 2020
  29. Jul 02, 2020
  30. Jun 30, 2020
  31. Jun 23, 2020
  32. Jun 16, 2020
  33. Jun 11, 2020
  34. Jun 09, 2020
Loading