aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-11-30Don't call into the new guard algorithm when the old one is enabled.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-30Maintain a list of all the origin circuits.Nick 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-30Add a new GUARD_WAIT state for circuitsNick 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 a smartlist_remove_keeporder() function, with tests.Nick Mathewson
2016-11-30Add a GUARD log domain, for use with new guards codeNick 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-11-22Merge remote-tracking branch 'teor/fix-mingw-pagesize'Nick Mathewson
2016-11-21Merge branch 'maint-0.2.9'Nick Mathewson
2016-11-21Merge remote-tracking branch 'arma/bug20423' into maint-0.2.9Nick Mathewson
2016-11-17Merge remote-tracking branch 'dgoulet/bug20629_030_01'Nick Mathewson
2016-11-17Merge remote-tracking branch 'public/bug20558'Nick Mathewson
2016-11-17Merge remote-tracking branch 'public/bug20630'Nick Mathewson
2016-11-17Merge branch 'maint-0.2.9'Nick Mathewson
2016-11-17Merge remote-tracking branch 'dgoulet/bug20646_030_01'Nick Mathewson
2016-11-17Fix and simplify error handling code in rend_service_parse_port_config()Ivan Markin
2016-11-17Fix comment for rend_service_parse_port_config()Ivan Markin
2016-11-17Merge remote-tracking branch 'teor/bug20634_029' into maint-0.2.9Nick Mathewson
2016-11-16don't attempt a resolve when the cached answer will doRoger Dingledine
2016-11-16refactor router_pick_published_address to have another argRoger Dingledine
2016-11-16finish_writing_to_file_impl(): Remove temporary file if replacing the existin...Fabian Keil
2016-11-16fixup! Add expect_log_msg_containing_either3() and expect_log_msg_containing_...teor