aboutsummaryrefslogtreecommitdiff
path: root/src/feature/client/bridges.c
AgeCommit message (Expand)Author
2020-08-25Even argument spacing for some functions in feature/client/bridges.cNeel Chauhan
2020-08-05Replace several C identifiers for ticket 18106.Nick Mathewson
2020-07-14addr: Use tor_addr_t instead of uint32_t for IPv4David Goulet
2020-07-02Add braces to IF_BUG_ONCE()s introduced in ticket34069.Nick Mathewson
2020-07-02Allow multiple addresses in extend_info_t.Nick Mathewson
2020-03-09Remove the ClientAutoIPv6ORPort optionNeel Chauhan
2020-01-08It's 2020. Update the copyright dates with "make update-copyright"Nick Mathewson
2019-04-30Replace all remaining tor_mem_is_zero() with fast_mem_is_zero()Nick Mathewson
2019-04-26Use fast check for missing id in node_is_a_configured_bridge()Nick Mathewson
2019-01-16Bump copyright date to 2019Nick Mathewson
2018-12-01Merge branch 'ticket27490a_squashed'Nick Mathewson
2018-12-01Add new option ClientAutoIPv6ORPort to switch between IPv4 and IPv6 OR portsNeel Chauhan
2018-09-25Revise things that had included router.h beforeNick Mathewson
2018-09-21Split directory.c code into several modulesNick Mathewson
2018-09-19Split routerlist.c into 4 separate modulesNick Mathewson
2018-09-13Avoid calling node_get_all_orports() from node_is_a_configured_bridge()rl1987
2018-07-05Fix every include path changed in the previous commit (automated)Nick Mathewson
2018-07-05Move literally everything out of src/orNick Mathewson