aboutsummaryrefslogtreecommitdiff
path: root/src/feature/client/bridges.c
AgeCommit message (Expand)Author
2024-06-26Remove TAP key from extend_info_tNick Mathewson
2023-05-04Handle infinite loop with only one bridge (or snowflake).Mike Perry
2021-10-28only log "new bridge descriptor" if really newRoger Dingledine
2021-10-24fetch missing bridge descriptors without delayRoger Dingledine
2021-03-12Update copyrights to 2021, using "make update-copyright"Nick Mathewson
2021-01-21Introduce a new bridge_has_invalid_transport() function.Nick Mathewson
2021-01-20bridge: Don't initiate connection without a transportDavid Goulet
2020-11-18config: Bridge line with a transport must have a ClientTransportPluginDavid Goulet
2020-11-12Fix typos.Samanta Navarro
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