summaryrefslogtreecommitdiff
path: root/tor-netdir/src/pick.rs
Commit message (Expand)AuthorAgeFilesLines
* fix a clippy warning about pick_weighted.Nick Mathewson2021-05-191-1/+1
* tor_netdir: tests on relay picking and moreNick Mathewson2021-05-101-7/+7
* Add a compatibility layer so we can upgrade rand_core.Nick Mathewson2021-03-181-5/+16
* Resolve unwrap() instances in tor-netdir.Nick Mathewson2021-03-161-6/+49
* Mark some XXXX issues as XXXX-A1.Nick Mathewson2020-12-071-1/+1
* Remove a bunch of dbg! calls.Nick Mathewson2020-10-261-3/+0
* Test the pick_weighted function in tor-netdirNick Mathewson2020-10-101-0/+128
* Document private members in most cratesNick Mathewson2020-09-241-0/+2
* Add documentation for tor-netdir crateNick Mathewson2020-09-131-2/+9
* Add a handy function for picking a random relay.Nick Mathewson2020-09-081-0/+34