summaryrefslogtreecommitdiff
path: root/tor-netdir/src/pick.rs
Commit message (Collapse)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
| | | | | | dalek-crypto is stuck on rand_core 0.5.1, so we've been stuck too. This commit introduces a compatibility module so that we can wrap new rand_core instances to make them backward compatible.
* Resolve unwrap() instances in tor-netdir.Nick Mathewson2021-03-161-6/+49
| | | | | This includes revising the pick_weighted() function to not panic if its inputs are above 2^64 in total.
* 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