aboutsummaryrefslogtreecommitdiff
path: root/src/feature
AgeCommit message (Expand)Author
2022-01-18Update new relay blogpost URLJérôme Charaoui
2021-11-05protover: Move all hardcoded lists in one placeDavid Goulet
2021-11-05Add scary warnings about changing the protover list.Nick Mathewson
2021-10-20Announce URL to bridge status page when starting Tor as a bridge relay.Alexander Færøy
2021-10-20Remove unused function: dns_randfn_() in dns.c.Alexander Færøy
2021-10-20Merge remote-tracking branch 'tor-gitlab/mr/369' into maint-0.3.5Alexander Færøy
2021-10-19hs: Improve warning for bad service versionDavid Goulet
2021-09-30hs-v2: Disable version 2 HSPOST and HSFETCH commandDavid Goulet
2021-09-30hs-v2: Disable version 2 directoryDavid Goulet
2021-09-30hs-v2: Disable version 2 introduction pointDavid Goulet
2021-09-30hs-v2: Disable version 2 serviceDavid Goulet
2021-08-11relay: Reduce streaming compression ratio from HIGH to LOWDavid Goulet
2021-06-10Fix TROVE-2021-006: Out-of-bounds read on v3 desc parsingGeorge Kadianakis
2021-04-16Stop calling evdns_set_random_bytes_fn()Nick Mathewson
2021-03-15Merge branch 'bug40316_035_v2' into maint-0.3.5Nick Mathewson
2021-03-15Fix detection of point to insert signatures on a pending consensus.Nick Mathewson
2021-03-15Clarify new intended strategy with TROVE-2021-001Nick Mathewson
2021-02-19Disable the dump_desc() function.Nick Mathewson
2021-02-03node: Move reentry set to use a digestmap_tDavid Goulet
2021-02-03relay: Double the size of the relay reentry setDavid Goulet
2021-01-29test: Add test for exits blocking reentry to the networkGeorge Kadianakis
2021-01-29relay: Add bloomfiter of relay address + {OR|Dir}PortDavid Goulet
2021-01-28Merge branch 'tor-gitlab/mr/254' into maint-0.3.5David Goulet
2021-01-28Merge remote-tracking branch 'tor-gitlab/mr/140' into maint-0.3.5David Goulet
2021-01-13Better fix for #40241 (--enable-all-bugs-are-fatal and fallthrough)Nick Mathewson
2021-01-12hs-v3: Require reasonably live consensusDavid Goulet
2021-01-11Fix warnings in current debian-hardened CI.Nick Mathewson
2020-10-07Merge remote-tracking branch 'tor-github/pr/1827/head' into maint-0.3.5Nick Mathewson
2020-10-07hs-v2: Add deprecation warning for serviceDavid Goulet
2020-10-07Merge remote-tracking branch 'tor-gitlab/mr/79' into maint-0.3.5Nick Mathewson
2020-10-07Merge remote-tracking branch 'tor-github/pr/1661/head' into maint-0.3.5Nick Mathewson
2020-09-22srv: Remove spammy debug logDavid Goulet
2020-09-07statistics: Properly count all rendezvous cells (avoid undercounting).George Kadianakis
2020-08-10small code tweaks to try to work around debian stable complaintsNick Mathewson
2020-07-22Treat all extorport connections with un-set addresses as remoteNick Mathewson
2020-06-30Downgrade "Bug: No entry found in extrainfo map" message.Nick Mathewson
2020-06-30Merge branch 'tor-github/pr/1909' into maint-0.3.5Alexander Færøy
2020-06-29Merge remote-tracking branch 'tor-github/pr/1725/head' into maint-0.3.5Nick Mathewson
2020-05-30Preemptive circs should work with UseEntryGuards 0Roger Dingledine
2020-05-06Use __attribute__((fallthrough)) rather than magic GCC comments.Nick Mathewson
2020-05-06Replace some "fall through" comments not at the end of a case.Nick Mathewson
2020-05-06Replace a "fall through" comment that was outside a switch.Nick Mathewson
2020-03-21router: Refactor IPv6 ORPort function logicteor
2020-03-21router: Stop advertising incorrect auto IPv6 ORPortsteor
2020-03-17Merge branch 'trove_2020_002_035' into maint-0.3.5Nick Mathewson
2020-03-17Fix TROVE-2020-003.George Kadianakis
2020-03-17Trivial bugfixes found during TROVE investigation.George Kadianakis
2020-02-12hs-v3: Remove BUG() that can occur normallyDavid Goulet
2020-02-12Lowercase the BridgeDistribution value from torrc in descriptors.Alexander Færøy
2020-02-05When parsing tokens, reject early on spurious keys.Nick Mathewson