aboutsummaryrefslogtreecommitdiff
path: root/src/or/entrynodes.h
AgeCommit message (Expand)Author
2017-12-12Make sure bridges are definitely running before delaying directory fetchesteor
2017-11-22Stop checking cached bridge descriptors for usable bridgesteor
2017-11-20Merge branch 'bug23817_031' into maint-0.3.2Nick Mathewson
2017-11-20Check number of usable guards when applying md restrictions.George Kadianakis
2017-11-17Merge branch 'bug23817_031' into maint-0.3.2Nick Mathewson
2017-11-17Introduce new guard restriction and use it to skip outdated dirs.George Kadianakis
2017-10-03entrynodes: Better naming for dir info check functions.George Kadianakis
2017-10-03entrynodes: Error msg for missing guard descs is now more informative.George Kadianakis
2017-10-03entrynodes: Be specific about how many primary descriptors we miss.George Kadianakis
2017-09-15Run our #else/#endif annotator on our source code.Nick Mathewson
2017-06-29Merge branch 'maint-0.3.0' into maint-0.3.1Nick Mathewson
2017-06-29Merge branch 'trove-2017-006' into maint-0.3.0Nick Mathewson
2017-06-29Consider the exit family when applying guard restrictions.Nick Mathewson
2017-05-22Set guard state on bridge descriptor fetches.George Kadianakis
2017-05-22Set guard state on bridge descriptor fetches.George Kadianakis
2017-03-15Run the copyright update script.Nick Mathewson
2017-01-31Don't build circuits till primary guards have descriptorsNick Mathewson
2017-01-31Don't (usually) return any guards that are missing descriptors.Nick Mathewson
2017-01-30Remove a couple of stale comments from entrynodes.hNick Mathewson
2017-01-24Repair the (deprecated, ugly) DROPGUARDS controller function.Nick Mathewson
2017-01-18Remove argument from guards_choose_dirguardNick Mathewson
2017-01-18Remove GS_TYPE_LEGACYNick Mathewson
2017-01-18Remove the (no longer compiled) code for legacy guard selection.Nick Mathewson
2017-01-02Make GETINFO entry-guards work again with prop271Nick Mathewson
2016-12-16Disable the legacy guard algorithm. Code isn't removed yet.Nick Mathewson
2016-12-16Make NumDirectoryGuards work with the new guard algorithm.Nick Mathewson
2016-12-16Make NumEntryGuards work as expected again.Nick Mathewson
2016-12-16Respect GuardLifetime in prop271 code.Nick Mathewson
2016-12-16Add a separate, non-fractional, limit to the sampled guard set size.Nick Mathewson
2016-12-16Easy code fixes.George Kadianakis
2016-12-16Trivial documentation improvements.George Kadianakis
2016-12-16Wrap all of the legacy guard code, and its users, in #ifdefsNick Mathewson
2016-12-16prop271: Tests for the highlevel or_state_t encode/decode functionsNick Mathewson
2016-12-16Extract guard_selection_infer_type into its own function.Nick Mathewson
2016-12-16Implement support for per-circuit guard restrictions.Nick Mathewson
2016-12-16Remove some resolved "XXXX prop271" comments.Nick Mathewson
2016-12-16Change return value of entry_guard_succeeded to an enum.Nick Mathewson
2016-12-16Add some needed accessors/inspectors for bridge/guard convergenceNick Mathewson
2016-12-16Lay down some infrastructure for bridges in the New Guard Order.Nick Mathewson
2016-12-16Remove guard_selection argument from status-reporting functionsNick Mathewson
2016-12-16Add a backpointer from entry_guard_t to guard_selection_tNick Mathewson
2016-12-16Have multiple guard contexts we can switch between.Nick Mathewson
2016-12-16Unit tests for entry_guard_{pick_for_circuit,succeeded,failed}Nick Mathewson
2016-12-16Turn #defines for prop271 into networkstatus paramsNick Mathewson
2016-12-16Expire circuits that have been WAITING_FOR_BETTER_GUARD too longNick Mathewson
2016-12-16Move the 'dirty' flag for the guards to a global againNick Mathewson
2016-12-16Test get_guard_selection_by_nameNick Mathewson
2016-12-16Make sure primary-guards are up-to-date when we inspect them.Nick Mathewson
2016-12-16Rebuild the guard lists as appropriate on torrc change.Nick Mathewson
2016-11-30Make new prop271 entry guards persistentNick Mathewson