summaryrefslogtreecommitdiff
path: root/crates/tor-netdir/src/params.rs
Commit message (Expand)AuthorAgeFilesLines
* add semicolons if nothing returnedDaniel Eades2021-11-251-1/+1
* More typo fixes that I forgot to save :(Nick Mathewson2021-11-241-2/+2
* Allow type of timeout estimator to change at runtime.Nick Mathewson2021-10-201-0/+9
* Initial backend implementation for guard node manager.Nick Mathewson2021-10-071-4/+14
* Typo fix in comment.Nick Mathewson2021-09-291-1/+1
* Suppress a cognitive-complexity lint in testsNick Mathewson2021-09-091-0/+1
* Add guard-related network parameters.Nick Mathewson2021-09-091-3/+118
* Use macros and traits to simplify the declaration of parameters.Nick Mathewson2021-09-091-135/+144
* Fix/suppress a few more clippy lints in tests.Nick Mathewson2021-09-081-0/+1
* Merge remote-tracking branch 'origin/mr/71'Nick Mathewson2021-09-081-1/+1
|\
| * fix/silence clippy lints in test modulesDaniel Eades2021-09-081-1/+1
* | Check for correct-ish decoding of all parameters.Nick Mathewson2021-09-081-4/+77
|/
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+350