summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-12-16guard->nickname is never NULL.Nick Mathewson
2016-12-16Merge branch 'prop271_030_v1_squashed'Nick Mathewson
2016-12-16Per suggestion, increase the retry frequency for primary guards.Nick Mathewson
2016-12-16Rewrite state transition logic in entry_guards_note_success()Nick Mathewson
2016-12-16Add a separate, non-fractional, limit to the sampled guard set size.Nick Mathewson
2016-12-16Clean check for live consensus when updating the guard sample.Nick Mathewson
2016-12-16Move a TODO comment into doxygen comments.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-16Fix a signed/unsigned warning on 32-bitNick Mathewson
2016-12-16Tests for choosing which guard_selection to useNick Mathewson
2016-12-16Update node-selection tests to consider restrictionsNick Mathewson
2016-12-16Tests for restricted-circuit cases of upgrade_waiting_circuits()Nick Mathewson
2016-12-16Don't make $hexid nicknames persistent.Nick Mathewson
2016-12-16prop271: Tests for the highlevel or_state_t encode/decode functionsNick Mathewson
2016-12-16Add a test for entry_guard_state_should_expire()Nick Mathewson
2016-12-16Extract guard_selection_infer_type into its own function.Nick Mathewson
2016-12-16Repair unit test for tiny-network case.Nick Mathewson
2016-12-16Another tweak for guard restrictions: don't let complete circs blockNick Mathewson
2016-12-16Implement support for per-circuit guard restrictions.Nick Mathewson
2016-12-16guards_choose_dirguard(): replace one XXXX with another.Nick Mathewson
2016-12-16Fix a magic number in get_max_sample_sizeNick Mathewson
2016-12-16Note a couple of XXX-prop271s as spec deviations.Nick Mathewson
2016-12-16Remove some resolved "XXXX prop271" comments.Nick Mathewson
2016-12-16Re-enable some disabled tests about switching guard_selectionsNick Mathewson
2016-12-16Fix for small test networks: don't refuse to have any sampled guards.Nick Mathewson
2016-12-16Remove a few unused arguments.Nick Mathewson
2016-12-16Change return value of entry_guard_succeeded to an enum.Nick Mathewson
2016-12-16Note some large functions that could be split.Nick Mathewson
2016-12-16More progress on bridge implementation with prop271 guardsNick Mathewson
2016-12-16Implement bridge backends for sampling, filtering guards.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-16More entry guard tests: for cancel, and for upgrade.Nick Mathewson
2016-12-16Test for entry_guard_has_higher_priority().Nick Mathewson
2016-12-16Unit tests for entry_guard_{pick_for_circuit,succeeded,failed}Nick Mathewson
2016-12-16Mark confirmed guards primary as appropriate.Nick Mathewson
2016-12-16Turn #defines for prop271 into networkstatus paramsNick Mathewson
2016-12-16Add a wrapper for a common networkstatus param patternNick 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-16Mark some more BUG lines as unreachable.Nick Mathewson
2016-12-16Test no-consensus case for filter.Nick Mathewson
2016-12-16Test get_guard_selection_by_nameNick Mathewson
2016-12-16Avoid division-by-zero in pathbias_check_*_success_countNick Mathewson
2016-12-16Make sure primary-guards are up-to-date when we inspect them.Nick Mathewson