aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2020-07-14node: Standardize interface of format_node_description()David Goulet
2020-07-14Merge branch 'maint-0.4.4'Alexander Færøy
2020-07-14Merge remote-tracking branch 'tor-gitlab/merge-requests/43' into maint-0.4.4Alexander Færøy
2020-07-14Merge branch 'tor-gitlab/mr/47'David Goulet
2020-07-14addr: Use tor_addr_t instead of uint32_t for IPv4David Goulet
2020-07-14conn: Fix doxygen comment in connstats.cDavid Goulet
2020-07-14doc: Move manpages into doc/man/David Goulet
2020-07-13Improve docs for addr, address, and real_addr fieldsNick Mathewson
2020-07-13Merge branch 'maint-0.4.4'Nick Mathewson
2020-07-13Bug 31812: Change http URL's to httpsJeremyRand
2020-07-13Update channel_matches_target_addr_for_extend test to current APINick Mathewson
2020-07-13Added testsMrSquanchee
2020-07-10Add an extra comment about keeping rust and c protover in sync.Nick Mathewson
2020-07-10Merge remote-tracking branch 'tor-gitlab/mr/42'Nick Mathewson
2020-07-10Merge remote-tracking branch 'tor-gitlab/mr/41'Nick Mathewson
2020-07-10NSS: Tell NSS that our SSL sockets are nonblocking.Nick Mathewson
2020-07-10Merge branch 'tor-gitlab/mr/39'David Goulet
2020-07-10addr: Remove BUG() that always triggersDavid Goulet
2020-07-10addr: Remove a BUG() that can normally occurDavid Goulet
2020-07-10Merge remote-tracking branch 'tor-gitlab/mr/29'Nick Mathewson
2020-07-10connstats: use correct formatter for uint32_t.Nick Mathewson
2020-07-10Collect IPv6 bidi connection statisticsNick Mathewson
2020-07-10connstats: extract functions for summarizing a connection's statusNick Mathewson
2020-07-10connstats: extract connection type counts into a structure.Nick Mathewson
2020-07-10connstats: add and clarify some documentation.Nick Mathewson