aboutsummaryrefslogtreecommitdiff
path: root/src/core/or
AgeCommit message (Expand)Author
2020-10-20Set is_padding_timer_scheduled to 0Guinness
2020-10-20Merge remote-tracking branch 'tor-gitlab/mr/148' into masterGeorge Kadianakis
2020-10-19Explain why we use "mark_as_used_for_origin_circuit" where we doNick Mathewson
2020-10-13Make OptimisticData always-on.Nick Mathewson
2020-10-13Make "usecreatefast" always-off.Nick Mathewson
2020-09-18Add flag for whether an OR conn "counts" for bootstrap trackingNick Mathewson
2020-08-25Merge branch 'mr/113'George Kadianakis
2020-08-25Validate address more carefully when checking self-reachabilityNick Mathewson
2020-08-25Merge remote-tracking branch 'tor-gitlab/mr/115'George Kadianakis
2020-08-25Merge branch 'maint-0.4.4'George Kadianakis
2020-08-25Merge remote-tracking branch 'tor-gitlab/mr/130' into maint-0.4.4George Kadianakis
2020-08-19hs: Don't overwrite DoS parameters on circuit with consensus paramsDavid Goulet
2020-08-14Revise trac.torproject.org urls to refer to gitlab replacements.Nick Mathewson
2020-08-12Merge branch 'maint-0.4.4'George Kadianakis
2020-08-07Log number of inbound/outbound ipv4/6 conns as part of heartbeatNick Mathewson
2020-08-05Replace several C identifiers for ticket 18106.Nick Mathewson
2020-08-03Merge branch 'ticket40081_035' into ticket40081_044Nick Mathewson
2020-08-03Remove channel_is_canonical_is_reliable()Nick Mathewson
2020-08-03Merge branch 'maint-0.4.4'George Kadianakis
2020-08-03Merge remote-tracking branch 'tor-gitlab/mr/79' into maint-0.4.4George Kadianakis
2020-08-03Fix comment on protover_list_is_invalidNick Mathewson
2020-08-03Rename protover_contains_long_protocol_names to protover_list_is_invalidNick Mathewson
2020-08-03Merge remote-tracking branch 'tor-gitlab/mr/94'Nick Mathewson
2020-08-03Merge remote-tracking branch 'tor-github/pr/1986/head'Nick Mathewson
2020-07-31Code simplifications for AP_CONN_STATE_CONTROLLER_WAITNeel Chauhan
2020-07-29Merge branch 'tor-gitlab/mr/73_squashed'Alexander Færøy
2020-07-29Remove the connection_t.outbuf_flushlen fieldNick Mathewson
2020-07-24Don't let a bad IPv6 orport stop our IPv4 bandwidth test.Nick Mathewson
2020-07-22Merge branch 'maint-0.4.4'David Goulet
2020-07-22Merge branch 'tor-gitlab/mr/77' into maint-0.4.4David Goulet
2020-07-22Treat all extorport connections with un-set addresses as remoteNick Mathewson
2020-07-22Adjust the rules for warning about too many connections.Nick Mathewson
2020-07-21relay: Automatically Enable an IPv6 ORPortDavid Goulet
2020-07-21Merge remote-tracking branch 'tor-gitlab/mr/64'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-17When choosing an orport from an extendinfo, pick randomly.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-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-14Merge branch 'ticket40033_045_01_squashed'Nick Mathewson