aboutsummaryrefslogtreecommitdiff
path: root/src/core/or
AgeCommit message (Expand)Author
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 remote-tracking branch 'tor-gitlab/mr/29'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-08Send a control port event when a stream enters the AP_CONN_STATE_CONTROLLER_W...Neel Chauhan
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
2020-07-07channel: Continue refactor NETINFO process functionDavid Goulet
2020-07-07channel: Refactor NETINFO process functionDavid Goulet
2020-07-03Merge branch 'tor-github/pr/1934'George Kadianakis
2020-07-02Merge branch 'tor-github/pr/1968'David Goulet
2020-07-02Add braces to IF_BUG_ONCE()s introduced in ticket34069.Nick Mathewson
2020-07-02Clean up a redundant debug log in circuit_handle_first_hop().Nick Mathewson
2020-07-02Allow multiple addresses in extend_info_t.Nick Mathewson
2020-07-02Merge branch 'maint-0.4.4'Nick Mathewson
2020-07-02Carry TLS error strings forward to controller when reporting them.Nick Mathewson
2020-07-02Refactor channel_connect_for_circuit() to take an extend_info_t.Nick Mathewson
2020-07-02Allow null ID argument to extend_info_new.Nick Mathewson
2020-07-02Remove an untrue comment in extend_cell_tNick Mathewson
2020-07-02Add a function for comparing the orport on an extendinfo.Nick Mathewson
2020-07-02Extract extend_info manipulation functions into a new file.Nick Mathewson
2020-07-02Light edits to extend_info_t docsNick Mathewson
2020-06-30Refactor reachability test logging: log exactly what we launch.Nick Mathewson
2020-06-29Merge branch 'dgoulet/tor-ticket40008_045_01'Alexander Færøy
2020-06-26Add a TLS_ERROR bootstrap failure reason.Nick Mathewson
2020-06-26Store errors from TLS write and handshake in the tls_error field.Nick Mathewson
2020-06-24Rename router_should_skip_orport_reachability_check.Nick Mathewson
2020-06-24Make a bunch of networkstatus_t parameters constant.Nick Mathewson
2020-06-24Merge branch 'tor-github/pr/1945'David Goulet