Skip to content
Snippets Groups Projects
  1. Sep 18, 2024
  2. Sep 11, 2024
  3. Sep 10, 2024
    • David Goulet's avatar
      Merge branch 'shadow-compat' into 'main' · 8246dfe3
      David Goulet authored
      Add options to disable functionality incompatible with shadow
      
      See merge request !21
      8246dfe3
    • Jim Newsome's avatar
      Add option to disable ipv6 · 6b952ddb
      Jim Newsome authored
      Adds
      * CHUTNEY_DISABLE_IPV6 env variable.
      * --no-ipv6 command line option
      
      Using these sets the `AddressDisableIPv6` directive, and adds the
      `IPv4Only` modifier to the `ORPort` directive.
      
      These are helpful when running under shadow, which doesn't support ipv6.
      6b952ddb
    • Jim Newsome's avatar
      Add option to disable ControlSocket · ceaae79d
      Jim Newsome authored
      * Add environment variable `CHUTNEY_ENABLE_CONTROLSOCKET`
      * Add command-line flag `--no-controlsocket`
      
      The default behavior is unchanged; a unix control socket will be created
      for each tor process.
      
      Setting `CHUTNEY_ENABLE_CONTROLSOCKET` to false, or using the
      `--no-controlsocket` command line flag, disables it.
      
      This is helpful for running chutney under shadow, which doesn't support
      unix sockets.
      ceaae79d
  4. Sep 05, 2024
    • David Goulet's avatar
      Merge branch 'prefer-explicit-paths' into 'main' · 650d4882
      David Goulet authored
      test-network.sh: use TOR_DIR as fallback instead of first priority
      
      See merge request !20
      650d4882
    • Jim Newsome's avatar
      test-network.sh: use TOR_DIR as fallback instead of first priority · 064ef62b
      Jim Newsome authored
      If CHUTNEY_TOR or CHUTNEY_TOR_GENCERT have already been set explicitly
      by environment variable or command-line option, the previous behavior of
      overriding that using TOR_DIR is surprising; especially if TOR_DIR
      itself was implicitly set to ../tor.
      
      e.g. if there happens to be a `tor` source directory at `../tor`,
      past behavior of `test-network.sh --tor=/preferred/tor` was to ignore
      the command-line flag and attempt to use `../tor/src/app/tor`. The new
      behavior is to use `/preferred/tor`.
      064ef62b
  5. Aug 01, 2024
  6. Jul 31, 2024
  7. Mar 17, 2023
  8. Mar 15, 2023
  9. Feb 08, 2023
  10. Feb 03, 2023
  11. Oct 25, 2022
  12. Oct 24, 2022
  13. Oct 22, 2022
  14. Nov 18, 2021
  15. Oct 22, 2021
  16. Oct 21, 2021
  17. Sep 27, 2021
  18. Sep 26, 2021
  19. Jul 19, 2021
    • iowaguy's avatar
      Convert README text to Markdown format · 07d6a8ab
      iowaguy authored
      The README has a `.md` extension, but was not actually written in
      Markdown format, which was causing it to render poorly on GitHub and
      GitLab.
      07d6a8ab
  20. Mar 05, 2021
    • juga's avatar
      Add back bwscanner files · 55867eef
      juga authored
      because sbws is now using chutney and it would be better the
      files are maintained as part of chutney.
      This will also help to reproduce #40013 .
      55867eef
  21. Feb 19, 2021
  22. Feb 16, 2021
  23. Feb 12, 2021
  24. Feb 11, 2021
  25. Dec 22, 2020
  26. Nov 25, 2020
  27. Aug 22, 2020
  28. Jul 21, 2020
Loading