aboutsummaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
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-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-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-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 branch 'ticket40033_045_01_squashed'Nick Mathewson
2020-07-14Rename blacklist and whitelist wordingDavid Goulet
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-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-10Add an extra comment about keeping rust and c protover in sync.Nick Mathewson
2020-07-10Merge branch 'tor-gitlab/mr/39'David Goulet
2020-07-10Merge remote-tracking branch 'tor-gitlab/mr/29'Nick Mathewson
2020-07-10Collect IPv6 bidi connection statisticsNick Mathewson
2020-07-10Change connstats.c identifers to start with conn_statsNick Mathewson
2020-07-10Split bidi connection-stats code into a new C file.Nick Mathewson
2020-07-10Record IPv6 bandwidth history as appropriate.Nick Mathewson
2020-07-10Make channel_get_addr_if_possible() take a const channel_t.Nick Mathewson
2020-07-10Rename public bandwidth-history identifiers to start with "bwhist".Nick Mathewson
2020-07-10Split bandwidth history functions into a separate C file.Nick Mathewson
2020-07-09Merge remote-tracking branch 'tor-gitlab/mr/21'Nick Mathewson
2020-07-09Merge branch 'maint-0.4.4'David Goulet
2020-07-08socks: Returns 0xF6 only if BAD_HOSTNAMEGuinness
2020-07-08trace: Helper macro to disambiguate identifiersDavid Goulet
2020-07-08trace: Move LTTng specific declartion to .inc fileDavid Goulet
2020-07-08trace: Only build probes if instrumentation is enabledDavid Goulet
2020-07-08trace: Comments and improve doc/HACKING/Tracing.mdDavid Goulet
2020-07-08trace: Add two circuit tracepoints for new circuitsDavid Goulet
2020-07-08trace: Add two origin circuit specific tracepointsDavid Goulet
2020-07-08trace: Add four generic circuit tracepointsDavid Goulet
2020-07-08trace: Add four more circuit subsystem tracepointsDavid Goulet
2020-07-08trace: Add single tracepoint in circuit subsystemDavid Goulet
2020-07-08addr: Validate identity key when getting a suggestionDavid Goulet
2020-07-07channel: Consider NETINFO other address as oursDavid Goulet