aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-06-10Merge branch 'tor-github/pr/1925'George Kadianakis
2020-06-10Bug 30992: Update testsMike Perry
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-09Bump version to 0.4.5.0-alpha-devtor-0.4.5.0-alpha-devNick Mathewson
2020-06-08Update Trunnel for new machine_ctr field.Mike Perry
2020-06-05Merge remote-tracking branch 'tor-github/pr/1902/head'Nick Mathewson
2020-06-05Fix some checks of tor_inet_ntoa() return valuerl1987
2020-06-04Merge remote-tracking branch 'tor-github/pr/1910/head'Nick Mathewson
2020-06-04config: Styling fix + use fmt_addr()c
2020-06-03config: Add interface address debug loggingc
2020-06-02remove a period from a doxygen headingNick Mathewson
2020-06-02Merge branch 'tor-github/pr/1909'George Kadianakis
2020-06-01config: Add IPv4 Address config debug loggingc
2020-05-30Preemptive circs should work with UseEntryGuards 0Roger Dingledine
2020-05-28Merge branch 'tor-github/pr/1901'David Goulet
2020-05-27Merge branch 'tor-github/pr/1898'George Kadianakis
2020-05-27Add HS v3 status to the SIGUSR1 dumpstats()Neel Chauhan
2020-05-21Merge remote-tracking branch 'tor-github/pr/1899/head'Nick Mathewson
2020-05-21Merge branch 'tor-github/pr/1850'George Kadianakis
2020-05-21Merge branch 'tor-github/pr/1861'George Kadianakis
2020-05-21Tweak format stringrl1987
2020-05-21Check for NULL from tor_dup_ip()rl1987
2020-05-21Bail out of format_networkstatus_vote if fmt_addr32() failed.rl1987
2020-05-21Actually, bail out of routerstatus_format_entry() if fmt_addr32() failsrl1987
2020-05-21Check that fmt_addr32() returned non-empty string before putting it into docu...rl1987
2020-05-21Check for possible failures of tor_inet_ntop/tor_inet_ntoa in fmt_addr32 and ...rl1987
2020-05-21Check output value of tor_inet_ntop/tor_inet_ntoa in dns.crl1987
2020-05-21Fix an enum comparison that was blowing up jenkins.George Kadianakis
2020-05-20Add support for console control signals in WindowsDamon Harris
2020-05-19Merge branch 'tor-github/pr/1886'David Goulet
2020-05-19Merge branch 'tor-github/pr/1897'David Goulet
2020-05-19Merge branch 'tor-github/pr/1894'David Goulet
2020-05-19doxygen: add a link to src-ref on mainpage.md.Nick Mathewson
2020-05-19Merge branch 'maint-0.4.3'Nick Mathewson
2020-05-19Doxygen: fix unbalanced groups.Nick Mathewson
2020-05-18node: Clean up some outdated commentsteor
2020-05-18routerlist: Choose bridges for direct bridge connectionsteor
2020-05-18circuitbuild: Do node checks when counting nodesteor
2020-05-18circuitbuild: Do node checks when choosing exitsteor
2020-05-18routerlist: Split the node checks into their own functionteor
2020-05-18nodelist: Replace int with boolteor
2020-05-18nodelist: Stop recursing in router_choose_random_node()teor
2020-05-18nodelist: Rewrite router_crn_flags_tteor
2020-05-18nodelist: Remove the unused CRN_WEIGHT_FOR_EXIT flagteor
2020-05-18nodelist: Move node flag checksteor
2020-05-18nodelist: Move the v3 onion service rendezvous checkteor
2020-05-18nodelist: Move the single-hop exit checkteor
2020-05-18test/protover: Add debug logs to some teststeor
2020-05-18rust/protover: Fix protocol version support error handlingteor