Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-18 | Start on a changelog for 0.3.2.1-alpha: sortchanges and formatchangelog | Nick Mathewson | |
2017-09-18 | Use the lintChanges script to fix style issues in changes entries | Nick Mathewson | |
2017-08-31 | config: Make parse_outbound_addresses() return failures | David Goulet | |
The function was never returning an error code on failure to parse the OutboundAddress* options. In the process, it was making our test_options_validate__outbound_addresses() not test the right thing. Fixes #23366 Signed-off-by: David Goulet <dgoulet@torproject.org> |