aboutsummaryrefslogtreecommitdiff
path: root/src/feature/control
AgeCommit message (Expand)Author
2020-10-19Explain why we use "mark_as_used_for_origin_circuit" where we doNick Mathewson
2020-09-18Add flag for whether an OR conn "counts" for bootstrap trackingNick Mathewson
2020-08-20Merge branch 'maint-0.4.4'George Kadianakis
2020-08-20v3 control: Persist ONION_CLIENT_AUTH_ADD client nameNeel Chauhan
2020-08-11Remove extraneous EVENT_CONTROLLER_WAITNick Mathewson
2020-08-04ipv6: Specialize GETINFO address interface for v4 and v6Neel Chauhan
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 remote-tracking branch 'tor-github/pr/1987/head'Nick Mathewson
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-20control: GETINFO address/ use new find address APIDavid Goulet
2020-07-16Use CONST_TO_* macros in more places.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-08Remove duplicate #include control_events.h in control_cmd.cNeel Chauhan
2020-07-08Send a control port event when a stream enters the AP_CONN_STATE_CONTROLLER_W...Neel Chauhan
2020-07-02Extract extend_info manipulation functions into a new file.Nick Mathewson
2020-07-01Merge branch 'tor-github/pr/1907'David Goulet
2020-07-01control: Add a key to GETINFO to fetch the circuit onion handshake rephist va...Neel Chauhan
2020-06-26Merge branch 'assume_reachable_revamp'Nick Mathewson
2020-06-24Merge branch 'tor-github/pr/1935'David Goulet
2020-06-24Make HSFETCH take the decoded length into account, not the base32 oneNeel Chauhan
2020-06-24Rename router_should_skip_orport_reachability_check.Nick Mathewson
2020-06-24Replace router_should_skip_*() identifiers.Nick Mathewson
2020-06-23Merge branch 'tor-github/pr/1943'George Kadianakis
2020-06-23Relocate CBT event to control_events.cMike Perry
2020-06-23Mark state file dirty upon DROPTIMEOUTS commandMike Perry
2020-06-22Merge branch 'maint-0.4.4'David Goulet
2020-06-22Consistently use 'address' in Invalid v3 address responses to ONION_CLIENT_AU...Miguel Jacq
2020-06-09Merge remote-tracking branch 'tor-github/pr/1888/head'Nick Mathewson
2020-06-07Provide a DROPTIMEOUTS command to drop CBT timesMike Perry
2020-06-05Merge remote-tracking branch 'tor-github/pr/1902/head'Nick Mathewson
2020-05-21Merge branch 'tor-github/pr/1861'George Kadianakis
2020-05-21Check for NULL from tor_dup_ip()rl1987
2020-05-07Merge remote-tracking branch 'tor-github/pr/1880/head'Nick Mathewson
2020-05-07Wrap long linesteor
2020-05-07Replace several C identifiers.teor
2020-05-06Merge branch 'maint-0.4.3'Nick Mathewson
2020-05-06Merge branch 'maint-0.4.2' into maint-0.4.3Nick Mathewson
2020-05-06Merge branch 'maint-0.4.1' into maint-0.4.2Nick Mathewson
2020-05-06btrack_orconn_cevent.c: Add a missing "break;"Nick Mathewson
2020-05-06Merge branch 'maint-0.4.3'Nick Mathewson
2020-05-06Use __attribute__((fallthrough)) rather than magic GCC comments.Nick Mathewson
2020-05-06Use __attribute__((fallthrough)) rather than magic GCC comments.Nick Mathewson
2020-05-06Use __attribute__((fallthrough)) rather than magic GCC comments.Nick Mathewson
2020-05-05relay: Rename relay_resolve_addr.{c|h} fileDavid Goulet
2020-05-05relay: New file relay_resolve_addr.{c|h}David Goulet
2020-04-30relay: Clarify reachability status check functionsteor
2020-04-13Merge branch 'maint-0.4.3'Nick Mathewson