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
/
core
/
or
/
policies.c
Age
Commit message (
Expand
)
Author
2023-07-29
reapply exit policy on reload
trinity-1686a
2023-07-17
Warn when operating as bridge and exit
trinity-1686a
2021-10-21
Implement a MiddleOnly flag for vote generation.
Nick Mathewson
2021-03-12
Update copyrights to 2021, using "make update-copyright"
Nick Mathewson
2020-11-12
Fix typos.
Samanta Navarro
2020-10-27
conn: New Metrics listener port
David Goulet
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-05-06
Merge branch 'maint-0.4.3'
Nick Mathewson
2020-05-06
Use __attribute__((fallthrough)) rather than magic GCC comments.
Nick Mathewson
2020-04-30
net: Make all address bytes functions take uint8_t *
teor
2020-03-09
Merge branch 'tor-github/pr/1751'
David Goulet
2020-03-09
Remove the ClientAutoIPv6ORPort option
Neel Chauhan
2020-02-10
Use semicolons after HT_PROTOTYPE and HT_GENERATE.
Nick Mathewson
2020-01-16
Remove functions that checked for pre-ipv6 consensus.
Nick Mathewson
2020-01-08
It's 2020. Update the copyright dates with "make update-copyright"
Nick Mathewson
2019-04-24
Add firewall_choose_address_ls() and hs_get_extend_info_from_lspecs() tests
Neel Chauhan
2019-04-24
Use fascist_firewall_choose_address_ls() in hs_get_extend_info_from_lspecs()
Neel Chauhan
2019-04-24
Add function fascist_firewall_choose_address_ls()
Neel Chauhan
2019-04-16
Clarify comment about IPv6Exit in policies_parse_exit_policy_from_options()
Neel Chauhan
2019-04-16
Add policy_using_default_exit_options() to determine if we're using the defau...
Neel Chauhan
2019-04-14
Become an exit relay if IPv6Exit is 1
Neel Chauhan
2019-01-16
Bump copyright date to 2019
Nick Mathewson
2018-12-14
Rewrite the core of parse_short_policy() to be faster.
Nick Mathewson
2018-12-01
Merge branch 'ticket27490a_squashed'
Nick Mathewson
2018-12-01
Add regression test for ClientAutoIPv6ORPort
Neel Chauhan
2018-12-01
In fascist_firewall_use_ipv6(), say we can use IPv6 if ClientAutoIPv6ORPort is 1
Neel Chauhan
2018-12-01
Add new option ClientAutoIPv6ORPort to switch between IPv4 and IPv6 OR ports
Neel Chauhan
2018-10-01
Remove routerparse include from files that dont use it
Nick Mathewson
2018-10-01
Extract addr-policy parsing code.
Nick Mathewson
2018-10-01
Move routerparse and parsecommon to their own module.
Nick Mathewson
2018-09-27
Extract the non-stats part of geoip into a new src/lib/geoip.
Nick Mathewson
2018-09-25
Extract all the "am I a server" functions from router.c
Nick Mathewson
2018-09-20
Split most of dirserv.c into several new modules
Nick Mathewson
2018-09-14
Tweak message; only log it on a relay.
Nick Mathewson
2018-09-14
Merge remote-tracking branch 'neel/b21530'
Nick Mathewson
2018-09-13
Add log message for Tor being non-exit by default
Neel Chauhan
2018-08-28
make a comment more right
Roger Dingledine
2018-08-20
If ExitRelay is not specified, emulate the behavior of "ExitRelay 0"
Neel Chauhan
2018-07-20
Add a "reject *:*" line after parsing in parse_reachable_addresses()
Neel Chauhan
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