summaryrefslogtreecommitdiff
path: root/crates/tor-netdir/src/params.rs
Commit message (Expand)AuthorAgeFilesLines
* relay: Crypto task now listens for new consensusDavid Goulet2026-05-261-0/+9
* Fix grammar typosTobias Stoeckmann2026-03-151-1/+1
* Fix word duplicate typosTobias Stoeckmann2026-03-151-2/+2
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-1/+1
* Merge branch 'xon-xoff-checker' into 'main'David Goulet2025-09-151-0/+33
|\
| * tor-netdir: add flow control parameters to `NetParameters`Steven Engler2025-09-101-0/+33
* | tor-netdir: change default `cc_alg` from 0 to 2Steven Engler2025-09-101-5/+1
|/
* clippy: fix `clippy::duplicated_attributes` warningsSteven Engler2025-08-111-1/+0
* tor-hsservice: Time out RendRequests in PoW queue.Wesley Aptekar-Cassels2025-08-051-1/+0
* tor-hsservice: Add consensus params for Prop 362.Wesley Aptekar-Cassels2025-08-051-0/+25
* Merge branch 'prop360-combined' into 'main'Nick Mathewson2025-07-101-0/+10
|\
| * Suggestions from @gabi-250 on prop360 implementation.Nick Mathewson2025-07-101-1/+1
| * netdir: new parameters from prop360.Nick Mathewson2025-07-101-0/+10
* | Typo fixes (automatic and hand-verified)Nick Mathewson2025-07-091-1/+1
|/
* NetParameters::saturating_update: log when a value is out of rangeJim Newsome2025-06-231-1/+71
* Log unrecognized net paramsJim Newsome2025-06-231-1/+4
* tor-netdir: decrease minimum hsdir_interval from 30 to 5Jim Newsome2025-06-101-1/+1
* tor-netdir: remove lint allow as per TODOhashcatHitman2025-04-161-3/+0
* netdir: Add client params related to happy families (prop321)Nick Mathewson2025-02-251-0/+10
* fix: fix typosDimitris Apostolou2025-01-301-1/+1
* netdir: Add congestion control consensus parametersDavid Goulet2025-01-161-22/+101
* tor-netdir: Add KIST consensus params.Gabriela Moldovan2025-01-151-0/+26
* tor-netdir: Fix broken links in NetParameters docs.Gabriela Moldovan2024-03-261-3/+3
* tor-netdir: Use IntegerSeconds for the vanguard lifetime params.Gabriela Moldovan2024-03-261-4/+4
* tor-netdir: Use consistent termninology in the vanguard param docs.Gabriela Moldovan2024-03-261-6/+6
* tor-netdir: Fix torspec links in vanguard param docs.Gabriela Moldovan2024-03-261-8/+8
* tor-netdir: Add the vanguard params to NetParameters.Gabriela Moldovan2024-03-261-0/+70
* Run maint/add_warning.Nick Mathewson2024-03-131-0/+1
* Rename parameters for intro-point lifetime to match the spec.Nick Mathewson2024-01-311-4/+4
* Rename our aliases for hs_intro_*_lifetime.Nick Mathewson2024-01-251-2/+2
* clippy: Add an allow to work around a clippy bugIan Jackson2024-01-021-0/+3
* Improve documentation in/around DosParams extensionNick Mathewson2023-11-201-6/+13
* Run maint/add_warning to add lint block everywhereIan Jackson2023-08-231-0/+1
* Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-101-0/+1
* 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