aboutsummaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
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
2020-06-24addr: Rename resolved_addr_is_local()David Goulet
2020-06-24addr: Refactor is_local_addr() to support IPv6David Goulet
2020-06-24addr: Refactor last resolved address cache accessorsDavid Goulet
2020-06-24Merge branch 'tor-github/pr/1939'George Kadianakis
2020-06-24Make summarize_protover_flags() handle NULL and empty string the sameNeel Chauhan
2020-06-23Merge branch 'tor-github/pr/1943'George Kadianakis
2020-06-23Relocate CBT event to control_events.cMike Perry
2020-06-23addr: Rename last_resolved_addr to be v4 specificDavid Goulet
2020-06-22kist: Document a magic value in channel_should_write_to_kernel()David Goulet
2020-06-12core: Remove unused filesDavid Goulet
2020-06-10Merge branch 'tor-github/pr/1925'George Kadianakis
2020-06-10Bug 30992: Track a padding machine ctr to reduce race issues.Mike Perry
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-06-02Merge branch 'tor-github/pr/1909'George Kadianakis
2020-05-30Preemptive circs should work with UseEntryGuards 0Roger Dingledine
2020-05-21Check for NULL from tor_dup_ip()rl1987
2020-05-18circuitbuild: Do node checks when counting nodesteor
2020-05-18circuitbuild: Do node checks when choosing exitsteor
2020-05-18nodelist: Move node flag checksteor
2020-05-18nodelist: Move the v3 onion service rendezvous checkteor
2020-05-18rust/protover: Fix protocol version support error handlingteor
2020-05-16Fix spacing in if statement in tor_version_parse()Neel Chauhan
2020-05-15versions: Improve the protover summary commentsteor
2020-05-15protover: Add defines for recent protocol versionsteor
2020-05-14circuitbuild: Refactor IPv6 extend node selectionteor
2020-05-14circuitbuild: Refactor build state node selection flagsteor
2020-05-11routerlist: Choose nodes that can initiate IPv6 extendsteor
2020-05-11circuit: Add flags for IPv6 extendsteor
2020-05-11protover: Add node functions for IPv6 extend supportteor