Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-29 | run_trunnel.sh: Use 'find -exec' instead of a 'for' loop | rl1987 | |
This fixes shellcheck warnings SC2044 and SC2006. | |||
2018-10-29 | Silence shellcheck SC2086 in run_trunnel.sh | rl1987 | |
2016-12-08 | Update to trunnel 1.5.1 | Nick Mathewson | |
2016-10-31 | Make trunnel find files recursively | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2015-05-28 | Add trunnel-generated items for link handshake code. | Nick Mathewson | |
This includes the link handshake variations for proposal220. We'll use this for testing first, and then use it to extend our current code to support prop220. | |||
2014-09-25 | Use --require-version to prevent running trunnel pre-1.2 | Nick Mathewson | |
(Also, regenerate trunnel stuff with trunnel 1.2. This just adds a few comments to our output.) | |||
2014-09-25 | Have the run_trunnel.sh script tell trunnel to update src/ext/trunnel too | Nick Mathewson | |
2014-09-25 | Add a script to run trunnel on the trunnel files. | Nick Mathewson | |
Also, re-run the latest trunnel. Closes ticket 13242 |