summaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/channel/padding.rs
Commit message (Expand)AuthorAgeFilesLines
* clippy: Consolidate many lints in maint/add_warningIan Jackson2022-06-241-3/+9
* channel padding: Use IntegerMilliseconds in padding::ParametersIan Jackson2022-06-211-10/+11
* channel padding: Introduce ChannelsConfig and reconfigure facilityIan Jackson2022-06-211-1/+0
* channel padding timer: Support reconfigurationIan Jackson2022-06-211-4/+15
* channel padding timer: Allow creation without providing parameters yetIan Jackson2022-06-211-14/+30
* channel padding: Test creation in disabled stateIan Jackson2022-06-211-0/+12
* channel padding: Make Parameters a pub struct with builderIan Jackson2022-06-211-2/+13
* Merge branch 'config-fix2' into 'main'Nick Mathewson2022-06-161-0/+1
|\
| * tor-proto: channel: Tell clippy it's ok to print in testsIan Jackson2022-06-161-0/+1
* | Permit eprintln in channel-padding test.Nick Mathewson2022-06-151-0/+1
|/
* channel padding timer: Explain why next() in select_biased!Ian Jackson2022-06-091-0/+7
* channel padding timer: document state invariantsIan Jackson2022-06-091-2/+24
* Fix more typos in comments, from a spellcheckerIan Jackson2022-06-091-6/+6
* Fix erroneous commentNick Mathewson2022-06-091-1/+1
* Fix typos in commentsNick Mathewson2022-06-091-3/+3
* tor-proto: padding: Test padding timer distributionIan Jackson2022-06-081-0/+123
* tor-proto: channel: Use padding::TimerIan Jackson2022-06-081-2/+0
* tor-proto: channel: Provide padding::TimerIan Jackson2022-06-081-0/+405