- 10 May, 2021 7 commits
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
Also fix a bug in calculating have_enough_paths(): we were assuming the wrong behavior for weight_for_role().
-
Nick Mathewson authored
-
- 07 May, 2021 6 commits
-
-
Nick Mathewson authored
-
Nick Mathewson authored
Rust 1.52 just came out, and there are new clippy lints to deal with: * It spots more cases when we could use Option::map * It spots more cases when we could use Iterator::flatten * When we build a struct instance, it wants us to list the fields in the same order that the struct declares them.
-
Nick Mathewson authored
Clippy started warning on this with Rust 1.52. I'm fairly sure that when I wrote this code I was worried that <u16 as FromStr>::parse() might allow hex or something. But fortunately, it doesn't work that way, so I don't need to be paranoid here.
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- 06 May, 2021 1 commit
-
-
Nick Mathewson authored
-
- 05 May, 2021 5 commits
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- 04 May, 2021 1 commit
-
-
Nick Mathewson authored
-
- 03 May, 2021 15 commits
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
David Goulet authored
Important refactoring happened recently which broke the "experimental-api" feature. Fixes are quite simple. Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
Since these parts are testing-only, let's take steps to make sure we don't ship them in production by accident.
-
Nick Mathewson authored
-
- 30 Apr, 2021 2 commits
-
-
Nick Mathewson authored
Now that we have MockNetRuntime and MockSleepRuntime, we can use them to test a channel-builder by replaying the contents of a TLS stream that it will accept.
-
Nick Mathewson authored
It turns out that we want to take `now` from the Runtime, to make higher level code testable.
-
- 29 Apr, 2021 1 commit
-
-
Nick Mathewson authored
-
- 28 Apr, 2021 2 commits
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-