aboutsummaryrefslogtreecommitdiff
path: root/src/feature/client/entrynodes.c
AgeCommit message (Expand)Author
2021-10-28don't retry entry guards if they're bridges without descriptorsRoger Dingledine
2021-10-28handle other de-sync cases from #40396Roger Dingledine
2021-10-28reassess minimum-dir-info when a bridge failsRoger Dingledine
2021-10-14Lower maximum value for guard-extreme-restriction-percent to 100.Nick Mathewson
2021-07-12Add stricter limits to the number of L2 nodesGeorge Kadianakis
2021-07-12Add a switch to toggle the feature on/offGeorge Kadianakis
2021-07-09Add layer2_guard_free()George Kadianakis
2021-07-09Don't double-pick L2 nodesGeorge Kadianakis
2021-07-06Code improvementsGeorge Kadianakis
2021-07-01Introduce vanguards-lite subsystem and some of its entry pointsGeorge Kadianakis
2021-04-13Merge branch 'maint-0.4.5'Nick Mathewson
2021-04-08guard: Don't check bridge transport name when selecting eligible guardsDavid Goulet
2021-03-12Update copyrights to 2021, using "make update-copyright"Nick Mathewson
2021-01-21Merge branch 'maint-0.4.5'Nick Mathewson
2021-01-21Introduce a new bridge_has_invalid_transport() function.Nick Mathewson
2021-01-20bridge: Don't initiate connection without a transportDavid Goulet
2021-01-19Merge branch 'maint-0.4.5'Nick Mathewson
2021-01-19Merge branch 'maint-0.4.4' into maint-0.4.5Nick Mathewson
2021-01-19Merge branch 'maint-0.4.3' into maint-0.4.4Nick Mathewson
2021-01-19Merge branch 'maint-0.3.5' into maint-0.4.3Nick Mathewson
2021-01-13Better fix for #40241 (--enable-all-bugs-are-fatal and fallthrough)Nick Mathewson
2021-01-11Merge branch 'maint-0.4.5'Nick Mathewson
2021-01-11Merge branch 'maint-0.4.3' into maint-0.4.4Nick Mathewson
2021-01-11Merge branch 'maint-0.4.4' into maint-0.4.5Nick Mathewson
2021-01-11Merge branch 'maint-0.3.5' into maint-0.4.3Nick Mathewson
2021-01-11Fix warnings in current debian-hardened CI.Nick Mathewson
2021-01-10fix typos and whitespaceRoger Dingledine
2020-11-12Fix typos.Samanta Navarro
2020-08-25Merge branch 'maint-0.4.4'David Goulet
2020-08-25Avoid guard-related warning when upgrading from 043 to 044.George Kadianakis
2020-08-05Replace several C identifiers for ticket 18106.Nick Mathewson
2020-07-14Rename blacklist and whitelist wordingDavid Goulet
2020-06-30node: Rename addrs_in_same_network_family()David Goulet
2020-06-23Reinstate support for GUARD NEW/UP/DOWN control port events.George Kadianakis
2020-06-11Update functions that load and write the guard state file.George Kadianakis
2020-06-11Pick guards on the order they were sampled (prop310).George Kadianakis
2020-06-11Refactor some guard state file parsing code into functions.Florentin Rochet
2020-06-02Merge branch 'tor-github/pr/1909' into maint-0.4.3George Kadianakis
2020-06-02Merge branch 'tor-github/pr/1909'George Kadianakis
2020-05-30Preemptive circs should work with UseEntryGuards 0Roger Dingledine
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-02-06Wrap columnar tables in "clang-format off/on"Nick Mathewson
2020-01-08It's 2020. Update the copyright dates with "make update-copyright"Nick Mathewson
2019-10-26Rename confparse.[ch] identifiers to confmgt.[ch] identifiers.Nick Mathewson
2019-10-16Doxygen: fix warnings about mismatched HTML tags.Nick Mathewson
2019-09-12Merge branch 'tor-github/pr/1319'David Goulet
2019-09-12Merge remote-tracking branch 'tor-github/pr/1300'Nick Mathewson
2019-09-11Update #includes to point to confparse.h in its new location.Nick Mathewson