summaryrefslogtreecommitdiff
path: root/tor-circmgr/src/path/exitpath.rs
Commit message (Expand)AuthorAgeFilesLines
* More tests and a little code-golf for coverage on tor-circmgrNick Mathewson2021-06-201-0/+20
* Fix some warnings about needless & from nightly clippyNick Mathewson2021-06-181-1/+1
* more improvements to circmgr tests.Nick Mathewson2021-06-161-0/+3
* More tests on circmgr::path.Nick Mathewson2021-06-161-0/+61
* Enormous tor-circmgr rewrite.Nick Mathewson2021-06-141-1/+1
* Broaden type of from_target_portsNick Mathewson2021-05-201-2/+2
* Refactor TorPath code to have explicit constructors.Alexander Færøy2021-05-201-15/+40
* Prefer "relay" over "node" in most circumstances.Nick Mathewson2021-05-181-2/+2
* Check ipv6 exit policies when trying to connect to an ipv6 port specificallyNick Mathewson2020-12-221-1/+1
* Simplification: Every relay is in the same family as itself.Nick Mathewson2020-12-171-7/+2
* Make sure that a circuit doesn't use relays in the same familyLunar2020-12-161-3/+7
* Basic support for IPv6 and begin flags.Nick Mathewson2020-12-151-3/+0
* Remember the actual usable ports for an exit after we've built a circuitNick Mathewson2020-12-141-5/+5
* Mark some XXXX issues as XXXX-A1.Nick Mathewson2020-12-071-1/+1
* Fix typo in pick_path().Alexander Færøy2020-12-051-1/+1
* Implement correct (?) weighting for path selection.Nick Mathewson2020-12-021-18/+5
* Add support for using fallback directories in path constructionNick Mathewson2020-11-191-4/+8
* Document tor-circmgrNick Mathewson2020-11-021-0/+10
* Add a new circuit-manager crate and move path selection there.Nick Mathewson2020-11-021-0/+53