| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Re-add a percentage type wrapper. | Nick Mathewson | 2021-05-25 | 1 | -10/+10 |
| | | | | | | | It turns out that when we don't have a percentage type associated with a value, it is far too easy to forget to divide by 100 before using it as a fraction. | ||||
| * | Remove a needless lifetime. | Nick Mathewson | 2021-05-25 | 1 | -1/+1 |
| | | |||||
| * | Remove the no-longer-used params::Error | Nick Mathewson | 2021-05-25 | 1 | -25/+0 |
| | | |||||
| * | Documentation fix. | Nick Mathewson | 2021-05-25 | 1 | -5/+6 |
| | | |||||
| * | It is not an error to see an unrecognized parameter. | Nick Mathewson | 2021-05-25 | 1 | -39/+34 |
| | | |||||
| * | Fix clippy warnings by marking types non-exhaustive. | Nick Mathewson | 2021-05-25 | 1 | -1/+3 |
| | | |||||
| * | Revert change to type of NetParams value. | Nick Mathewson | 2021-05-25 | 1 | -62/+37 |
| | | | | | | This truly is an i32, not a strings: it is a specified requirement in parsing consensus documents. | ||||
| * | Use macros and types to improve handling of Netdir parameters. | Nick Mathewson | 2021-05-25 | 1 | -252/+235 |
| | | | | | (Squashed from typed-netdir-params) | ||||
| * | Add support to override network parameters in the configuration. | Nick Mathewson | 2021-02-16 | 1 | -3/+10 |
| | | |||||
| * | Cleanup on DirInfo::circ_params. | Nick Mathewson | 2020-12-22 | 1 | -0/+43 |
| | | |||||
| * | Implement the "circwindow" and "ExtendByEd25519ID" parameters | Nick Mathewson | 2020-12-22 | 1 | -4/+0 |
| | | | | | | | These necessitated a little complexity for our circuit creation/extension API; we might want to refactor that down the road. | ||||
| * | Expose network parameters more sensibly from NetDir. | Nick Mathewson | 2020-12-22 | 1 | -0/+263 |
