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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
feature
Age
Commit message (
Expand
)
Author
2020-07-22
log: Don't use twice fmt_addr() in same logging statement
David Goulet
2020-07-21
Rename check_server_ports to check_and_prune_server_ports
David Goulet
2020-07-21
relay: Change router_can_extend_over_ipv6() to look at configured port
David Goulet
2020-07-21
relay: Remove possible ORPorts duplicate from parsed list
David Goulet
2020-07-21
relay: Automatically Enable an IPv6 ORPort
David Goulet
2020-07-21
Rename router_get_advertised_*() functions.
Nick Mathewson
2020-07-21
Combine router_get_advertised_or_port{,by_af_}() functions
Nick Mathewson
2020-07-21
Rename get_primary_dir_port()
Nick Mathewson
2020-07-21
Rename get_first_advertised_{addr,port}_by_type_af().
Nick Mathewson
2020-07-21
Merge remote-tracking branch 'tor-gitlab/mr/70'
Nick Mathewson
2020-07-21
relay: Add AddressDisableIPv6 torrc option
David Goulet
2020-07-21
relay: Don't publish IPv6 if found ORPort is 0
David Goulet
2020-07-20
relay: Use flags in relay_find_addr_to_publish()
David Goulet
2020-07-20
control: With GETINFO, don't trigger an address resolve
David Goulet
2020-07-20
relay: Handle dir address suggestion with new interface
David Goulet
2020-07-20
addr: Use false/true with relay_find_addr_to_publish()
David Goulet
2020-07-20
relay: Remove router_pick_published_address()
David Goulet
2020-07-20
test: Move unit tests to new find address interface
David Goulet
2020-07-20
control: GETINFO address/ use new find address API
David Goulet
2020-07-20
relay: Deciding to fetch from authority, use new find address API
David Goulet
2020-07-20
relay: Don't lookup our address before rebuilding our descriptor
David Goulet
2020-07-20
relay: Publish IPv4/IPv6 from resolved address cache
David Goulet
2020-07-20
pt: Use new address discovery interface when creating extrainfo
David Goulet
2020-07-20
addr: New function to find address to publish
David Goulet
2020-07-16
nodelist: Fix possible NULL deref
David Goulet
2020-07-16
Use CONST_TO_* macros in more places.
Nick Mathewson
2020-07-16
Define new CONST_TO_*_CONN() functions for const-to-const casts
Nick Mathewson
2020-07-16
Improve documentation for our TO_*_CONN() cast functions.
Nick Mathewson
2020-07-16
Collapse channel_get_*_remote_addr() into a single function.
Nick Mathewson
2020-07-16
Use connection_describe() for log messages.
Nick Mathewson
2020-07-14
Merge branch 'tor-gitlab/mr/49'
David Goulet
2020-07-14
Merge branch 'ticket40033_045_01_squashed'
Nick Mathewson
2020-07-14
Rename blacklist and whitelist wording
David Goulet
2020-07-14
node: Standardize interface of format_node_description()
David Goulet
2020-07-14
Merge branch 'tor-gitlab/mr/47'
David Goulet
2020-07-14
addr: Use tor_addr_t instead of uint32_t for IPv4
David Goulet
2020-07-14
conn: Fix doxygen comment in connstats.c
David Goulet
2020-07-10
Merge remote-tracking branch 'tor-gitlab/mr/41'
Nick Mathewson
2020-07-10
addr: Remove a BUG() that can normally occur
David Goulet
2020-07-10
connstats: use correct formatter for uint32_t.
Nick Mathewson
2020-07-10
Collect IPv6 bidi connection statistics
Nick Mathewson
2020-07-10
connstats: extract functions for summarizing a connection's status
Nick Mathewson
2020-07-10
connstats: extract connection type counts into a structure.
Nick Mathewson
2020-07-10
connstats: add and clarify some documentation.
Nick Mathewson
2020-07-10
Change connstats.c identifers to start with conn_stats
Nick Mathewson
2020-07-10
Split bidi connection-stats code into a new C file.
Nick Mathewson
2020-07-10
Record IPv6 bandwidth history as appropriate.
Nick Mathewson
2020-07-10
Add IPv6 read and write history to bwhist, state, and extrainfo.
Nick Mathewson
2020-07-10
Refactor bwhist_get_bandwidth_lines()
Nick Mathewson
2020-07-10
Rename private bandwidth-history identifiers to start with "bwhist".
Nick Mathewson
[next]