- Aug 23, 2022
-
-
Nick Mathewson authored
Test oldest example configuration file See merge request tpo/core/arti!684
-
Nick Mathewson authored
tor-config: Provide resolve_option_general, for T: !Default etc. See merge request tpo/core/arti!685
-
Ian Jackson authored
-
Ian Jackson authored
-
-
Ian Jackson authored
Mostly cribbed from tpo/core/arti!684 (comment 2829937)
-
- Aug 22, 2022
-
-
Ian Jackson authored
At one point in this MR I thought I was going to want this for arti::cfg::ListenConfig (which we don't want to be Default). In fact ListenConfig is being handled specially, but having written this function it seemed sensible to keep it. Since resolve_option becomes a wrapper for it, the existing tests exercise it.
-
Ian Jackson authored
-
Ian Jackson authored
The defaults are now
-
eta authored
Tolerate RUSTSEC-2021-0139 (ansi_term unmaintained) See merge request tpo/core/arti!683
-
Ian Jackson authored
-
Ian Jackson authored
This makes it easier to for me to test this script. (I would like to do this to all of them but it's easier on a case-by-case basis.)
-
- Aug 17, 2022
-
-
Nick Mathewson authored
Format python script in maint See merge request tpo/core/arti!678
-
Ian Jackson authored
Channel padding See merge request !657
-
Ian Jackson authored
We do this now. As per !657 (comment 2828364)
-
Ian Jackson authored
Or rather, if we *didn't* negotiate 4, which is too old. As per tpo/core/arti!657 (comment 2828354)
-
Ian Jackson authored
We already actually send and negotiate the padding, since !657, but we ought to negotiate a protocol version where that's not a violation! As per tpo/core/arti!657 (comment 2828354)
-
Ian Jackson authored
-
Ian Jackson authored
Making ChannelPaddingInstructions::default() accurately reflect the initial state of the reactor's padding timer simplifies the code somewhat. (When padding is wanted, parameters are computed and inserted explicitly, so the only change is that if we start out dormant, we defer setting the timer parameters until necessary.) As per tpo/core/arti!657 (comment 2827249)
-
Ian Jackson authored
As per tpo/core/arti!657 (comment 2827249)
-
Ian Jackson authored
As suggested in !657 (comment 2827246)
-
Ian Jackson authored
Prompted by tpo/core/arti!657 (comment 2827242) These texts were out of date; one of them still mentioned `all_zeroes`.
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Ian Jackson authored
-
Ian Jackson authored
-
Ian Jackson authored
-
Ian Jackson authored
-
Ian Jackson authored
-
Ian Jackson authored
Fixes "chanmgr configuration: Avoid sending needless initial update(s)"
-
Ian Jackson authored
This was for testing and is no longer needed.
-
Ian Jackson authored
This allow us to make a working cross-reference.
-
Ian Jackson authored
As per tpo/core/arti!657 (comment 2826169)
-
Ian Jackson authored
As per tpo/core/arti!657 (comment 2826168)
-
Ian Jackson authored
-
Ian Jackson authored
-
Ian Jackson authored
Run rustfmt; no other changes.
-
Ian Jackson authored
As per tpo/core/arti!657 (comment 2826167) This makes some lines too long; I will run rustfmt in a separate commit for clarity.
-
Ian Jackson authored
Reported here tpo/core/arti!657 (comment 2826166)
-
Ian Jackson authored
As per tpo/core/arti!657 (comment 2826164)
-