aboutsummaryrefslogtreecommitdiff
path: root/src/or/entrynodes.c
AgeCommit message (Expand)Author
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-16Mark confirmed guards primary as appropriate.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-16Mark some more BUG lines as unreachable.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-16Rebuild the guard lists as appropriate on torrc change.Nick Mathewson
2016-11-30Fix pathbias interactions with entry guardsNick Mathewson
2016-11-30Make pathbias fields persistent for new guardsNick Mathewson
2016-11-30Make new prop271 entry guards persistentNick Mathewson
2016-11-30Use the new guard notification/selection APIs throughout TorNick Mathewson
2016-11-30Function to cancel a guard state.Nick Mathewson
2016-11-30No need to say success/failure when recording failure; remove returnvalNick Mathewson
2016-11-30New entry_guard_chan_failed functionNick Mathewson
2016-11-30New function to tell the guard module "We're on the net!"Nick Mathewson
2016-11-30Add an (as yet) unused UseDeprecatedGuardAlgorithm_ option.Nick Mathewson
2016-11-30Backend for upgrading 'waiting' circuits to 'complete'Nick Mathewson
2016-11-30Write the easy parts of the public entryguard interface.Nick Mathewson
2016-11-30Implement most of the prop271 data structure backends.Nick Mathewson
2016-11-30Add parameters for new (prop271) guard algorithm.Nick Mathewson
2016-11-30Collect old guard algorithm parameters into one placeNick Mathewson
2016-11-30Add accessors as needed to repair compilationNick Mathewson
2016-11-30Split bridge functions into a new module.Nick Mathewson
2016-11-30Initial code to parse/encode/sample prop271 guardsNick Mathewson
2016-11-30Teach parse_iso_time about the spaceless variant.Nick Mathewson
2016-11-30Add the prop271 fields to entry_guard_t. Not used yet.Nick Mathewson
2016-11-30Whitespace fixes from previous mechanical search-and-replacesNick Mathewson
2016-11-30Make entry_guard_t opaque to circpathbias.cNick Mathewson
2016-11-30Fix remaining case of circpathbias inspecting entryguard internalsNick Mathewson
2016-11-30Add an entry_guard_describe() functionNick Mathewson
2016-11-30Move path-bias fields into a separate structureNick Mathewson
2016-11-30prop271: make entry_guard_t mostly-privateNick Mathewson
2016-10-19Merge remote-tracking branch 'andrea/ticket19858_v2'Nick Mathewson
2016-10-14Refactor to always allocate chosen_entry_guards in new guard_selection_new() ...Andrea Shepard
2016-10-13Use tor_memeq() instead of tor_memcmp() per code reviewAndrea Shepard
2016-10-13Adjust comment per code reviewAndrea Shepard
2016-10-01Bridge-using clients now use their cached microdesc consensusRoger Dingledine
2016-09-25Abolish globals in entrynodes.c; relativize guard context to new guard_select...Andrea Shepard
2016-07-28Fix all -Wshadow warnings on LinuxNick Mathewson
2016-06-30fix naked memcmpsNick Mathewson
2016-06-29Expose GETINFO download status statics for test suite and make things mockableAndrea Shepard
2016-06-29Add bridge descriptor download status queries to GETINFOAndrea Shepard
2016-06-23Merge remote-tracking branch 'public/bug15942_v2_alternative'Nick Mathewson
2016-06-20Make base16_decodes return number of decoded bytesnikkolasg