index
:
tor
main
maint-0.1.2
maint-0.2.0
maint-0.2.1
maint-0.2.2
maint-0.2.3
maint-0.2.4
maint-0.2.5
maint-0.2.6
maint-0.2.7
maint-0.2.7-redux
maint-0.2.8
maint-0.2.9
maint-0.3.0
maint-0.3.1
maint-0.3.2
maint-0.3.3
maint-0.3.4
maint-0.3.5
maint-0.4.0
maint-0.4.1
maint-0.4.2
maint-0.4.3
maint-0.4.4
maint-0.4.5
maint-0.4.6
maint-0.4.7
maint-0.4.8
release-0.2.1
release-0.2.2
release-0.2.3
release-0.2.4
release-0.2.5
release-0.2.6
release-0.2.7
release-0.2.7-redux
release-0.2.8
release-0.2.9
release-0.3.0
release-0.3.1
release-0.3.2
release-0.3.3
release-0.3.4
release-0.3.5
release-0.4.0
release-0.4.1
release-0.4.2
release-0.4.3
release-0.4.4
release-0.4.5
release-0.4.6
release-0.4.7
release-0.4.8
Transit encryption and privacy out of the box
The Tor Project
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
feature
/
client
/
bridges.c
Age
Commit message (
Expand
)
Author
2024-06-26
Remove TAP key from extend_info_t
Nick Mathewson
2023-05-04
Handle infinite loop with only one bridge (or snowflake).
Mike Perry
2021-10-28
only log "new bridge descriptor" if really new
Roger Dingledine
2021-10-24
fetch missing bridge descriptors without delay
Roger Dingledine
2021-03-12
Update copyrights to 2021, using "make update-copyright"
Nick Mathewson
2021-01-21
Introduce a new bridge_has_invalid_transport() function.
Nick Mathewson
2021-01-20
bridge: Don't initiate connection without a transport
David Goulet
2020-11-18
config: Bridge line with a transport must have a ClientTransportPlugin
David Goulet
2020-11-12
Fix typos.
Samanta Navarro
2020-08-25
Even argument spacing for some functions in feature/client/bridges.c
Neel Chauhan
2020-08-05
Replace several C identifiers for ticket 18106.
Nick Mathewson
2020-07-14
addr: Use tor_addr_t instead of uint32_t for IPv4
David Goulet
2020-07-02
Add braces to IF_BUG_ONCE()s introduced in ticket34069.
Nick Mathewson
2020-07-02
Allow multiple addresses in extend_info_t.
Nick Mathewson
2020-03-09
Remove the ClientAutoIPv6ORPort option
Neel Chauhan
2020-01-08
It's 2020. Update the copyright dates with "make update-copyright"
Nick Mathewson
2019-04-30
Replace all remaining tor_mem_is_zero() with fast_mem_is_zero()
Nick Mathewson
2019-04-26
Use fast check for missing id in node_is_a_configured_bridge()
Nick Mathewson
2019-01-16
Bump copyright date to 2019
Nick Mathewson
2018-12-01
Merge branch 'ticket27490a_squashed'
Nick Mathewson
2018-12-01
Add new option ClientAutoIPv6ORPort to switch between IPv4 and IPv6 OR ports
Neel Chauhan
2018-09-25
Revise things that had included router.h before
Nick Mathewson
2018-09-21
Split directory.c code into several modules
Nick Mathewson
2018-09-19
Split routerlist.c into 4 separate modules
Nick Mathewson
2018-09-13
Avoid calling node_get_all_orports() from node_is_a_configured_bridge()
rl1987
2018-07-05
Fix every include path changed in the previous commit (automated)
Nick Mathewson
2018-07-05
Move literally everything out of src/or
Nick Mathewson