summaryrefslogtreecommitdiff
path: root/crates/tor-netdir/src/params.rs
Commit message (Expand)AuthorAgeFilesLines
* Allow clippy::unchecked_duration_subtraction in testsNick Mathewson2023-01-271-0/+1
* netdir: add network parameters related to onion servicesNick Mathewson2023-01-111-1/+80
* test lint blocks: Add many many automaticallyIan Jackson2022-12-121-0/+9
* tor-netdoc: if_ito: Add expansion of acronymIan Jackson2022-08-171-0/+2
* tor-congestion: implement the RTT estimation algorithm from prop#324eta2022-08-111-0/+21
* Finish implementation of params() for DirMgr.Nick Mathewson2022-08-021-0/+8
* channel padding: Use IntegerMilliseconds in netdirIan Jackson2022-06-211-8/+8
* tor-netdir: Make CHANNEL_PADDING_TIMEOUT_UPPER_BOUND pubIan Jackson2022-06-211-1/+1
* channel padding: Change timeout to match C TorIan Jackson2022-06-211-1/+6
* channel padding: Add the parameters from the spec to NetDirIan Jackson2022-06-211-0/+28
* Remove some outdated comments.Nick Mathewson2022-06-171-1/+1
* squash! Bump every crate's edition to 2021.Nick Mathewson2022-04-251-2/+0
* tor-netdir: Resolve an XXXX about type uglinessNick Mathewson2021-12-081-1/+1
* Remove a couple of spec-related XXXXs in tor-netdir.Nick Mathewson2021-12-081-2/+0
* 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