aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/congestion/sendme.rs
Commit message (Expand)AuthorAgeFilesLines
* maint: Run maint/add_warning to deny string slicesClara Engler2026-06-091-0/+1
* proto: Use is_multiple_of() as suggested by clippyGabriela Moldovan2026-02-161-1/+1
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-1/+1
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-1/+1
* Remove the last traces of CircTag.Nick Mathewson2025-05-061-3/+0
* proto: Use SendmeTag in place of CircTagNick Mathewson2025-05-061-38/+2
* Add a RelayCellFormat argument to encode().Nick Mathewson2025-04-161-2/+3
* tor-proto: Use SENDME_TAG_LEN constant instead of magic value.Gabriela Moldovan2025-01-281-6/+7
* tor-proto: Use CircTag::try_from for clarity.Gabriela Moldovan2025-01-281-0/+10
* tor-proto: Use CircTag instead of raw byte slice.Gabriela Moldovan2025-01-281-1/+1
* proto: New CongestionControl object and fixed window algorithmDavid Goulet2025-01-161-0/+418