| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix a clippy warning about pick_weighted. | Nick Mathewson | 2021-05-19 | 1 | -1/+1 |
| | | |||||
| * | tor_netdir: tests on relay picking and more | Nick Mathewson | 2021-05-10 | 1 | -7/+7 |
| | | |||||
| * | Add a compatibility layer so we can upgrade rand_core. | Nick Mathewson | 2021-03-18 | 1 | -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 Mathewson | 2021-03-16 | 1 | -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 Mathewson | 2020-12-07 | 1 | -1/+1 |
| | | |||||
| * | Remove a bunch of dbg! calls. | Nick Mathewson | 2020-10-26 | 1 | -3/+0 |
| | | |||||
| * | Test the pick_weighted function in tor-netdir | Nick Mathewson | 2020-10-10 | 1 | -0/+128 |
| | | |||||
| * | Document private members in most crates | Nick Mathewson | 2020-09-24 | 1 | -0/+2 |
| | | |||||
| * | Add documentation for tor-netdir crate | Nick Mathewson | 2020-09-13 | 1 | -2/+9 |
| | | |||||
| * | Add a handy function for picking a random relay. | Nick Mathewson | 2020-09-08 | 1 | -0/+34 |
