summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2016-12-16When freeing a guard state, cancel it if its state is unknownNick Mathewson
2016-12-16Rebuild the guard lists as appropriate on torrc change.Nick Mathewson
2016-12-16Merge remote-tracking branch 'jryans/no-changes-unreleased'Nick Mathewson
2016-12-16Add a changes file for ticket 5500cypherpunks
2016-12-16Run check-spaces when using `make check`cypherpunks
2016-12-16Run check-spaces only when Perl is availablecypherpunks
2016-12-16Use the new message functioncypherpunks
2016-12-16Add a function to keep track of found errorscypherpunks
2016-12-16Restrict unsafe constructs and enable all warningscypherpunks
2016-12-16Declare all variables to be localcypherpunks
2016-12-16Convert tabs to spacescypherpunks
2016-12-16Add a changes file for ticket 20982cypherpunks
2016-12-16Remove the version prefix from version numberscypherpunks
2016-12-16Remove the trailing dot from version numberscypherpunks
2016-12-16Merge remote-tracking branch 'public/ticket19142'Nick Mathewson