aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-07-20Merge remote-tracking branch 'tor-gitlab/mr/51'Nick Mathewson
2020-07-20Merge remote-tracking branch 'tor-gitlab/mr/59'Nick Mathewson
2020-07-20relay: Don't log at warn level when we find an addressDavid Goulet
2020-07-20relay: Use flags in relay_find_addr_to_publish()David Goulet
2020-07-20control: With GETINFO, don't trigger an address resolveDavid Goulet
2020-07-20relay: Handle dir address suggestion with new interfaceDavid Goulet
2020-07-20addr: Use false/true with relay_find_addr_to_publish()David Goulet
2020-07-20test: Unit test for relay_find_addr_to_publish()David Goulet
2020-07-20test: Unit test for relay_address_new_suggestion()David Goulet
2020-07-20relay: Remove router_pick_published_address()David Goulet
2020-07-20test: Move unit tests to new find address interfaceDavid Goulet
2020-07-20control: GETINFO address/ use new find address APIDavid Goulet
2020-07-20relay: Deciding to fetch from authority, use new find address APIDavid Goulet
2020-07-20relay: Don't lookup our address before rebuilding our descriptorDavid Goulet
2020-07-20relay: Publish IPv4/IPv6 from resolved address cacheDavid Goulet
2020-07-20pt: Use new address discovery interface when creating extrainfoDavid Goulet
2020-07-20addr: New function to find address to publishDavid Goulet
2020-07-20addr: Continue discovery if Address exits but not for wanted familyDavid Goulet
2020-07-17Add running glibc version to the log. #40047Daniel Pinto
2020-07-17Merge branch 'ticket40042_squashed'Nick Mathewson
2020-07-17Clean up documentation for connection_t.addressNick Mathewson
2020-07-17Document some channel_matches_extend_info issues that confused me.Nick Mathewson
2020-07-17Clean up documentation for connection_t.addr a bit more.Nick Mathewson
2020-07-17or_connection_t: replace real_addr with canonical_orport.Nick Mathewson
2020-07-17Add a tor_addr_port_copy() function.Nick Mathewson
2020-07-16nodelist: Fix possible NULL derefDavid Goulet
2020-07-16Remove unneeded generate_ed_link_cert() in tests.Nick Mathewson
2020-07-16Use CONST_TO_* macros in more places.Nick Mathewson
2020-07-16Define const variants for our channel_tls_t* casts.Nick Mathewson
2020-07-16Define new CONST_TO_*_CONN() functions for const-to-const castsNick Mathewson
2020-07-16Improve documentation for our TO_*_CONN() cast functions.Nick Mathewson
2020-07-16Add unit tests for connection_describe().Nick Mathewson
2020-07-16Improvements to output format for OR connection descriptions.Nick Mathewson
2020-07-16Collapse channel_get_*_remote_addr() into a single function.Nick Mathewson
2020-07-16Refactor channel description internals.Nick Mathewson
2020-07-16channelpadding: don't call method pointer directly.Nick Mathewson
2020-07-16Remove "ADDR_ONLY" mode from channel_get_*_remote_descr.Nick Mathewson
2020-07-16Minor refactoring on channel_get_remote_addr_if_possible()Nick Mathewson
2020-07-16Update test_rebind.py to expect new format.Nick Mathewson
2020-07-16Use connection_describe() for log messages.Nick Mathewson
2020-07-16connection_describe_peer(): add nonzero ports to nonscrubbed addrs.Nick Mathewson
2020-07-15Apply SafeLogging in connection_describe_peer().Nick Mathewson
2020-07-15New functions to describe connections and peers.Nick Mathewson
2020-07-14Merge remote-tracking branch 'tor-gitlab/mr/50'Nick Mathewson
2020-07-14Update docstring for read_file_to_str() on stripping of CR characters.Alexander Færøy
2020-07-14Strip '\r' characters when reading text files on Unix.Alexander Færøy
2020-07-14Merge remote-tracking branch 'tor-gitlab/merge-requests/48'Alexander Færøy
2020-07-14Merge branch 'tor-gitlab/mr/49'David Goulet
2020-07-14Merge branch 'ticket40033_045_01_squashed'Nick Mathewson
2020-07-14Rename blacklist and whitelist wordingDavid Goulet