- Aug 28, 2023
-
-
Mike Perry authored
-
- Aug 25, 2023
-
-
Mike Perry authored
Just in case there are other instances hiding in the maze.
-
Mike Perry authored
-
David Goulet authored
-
-
Mike Perry authored
-
Mike Perry authored
Also add more info to leg dump.
-
- Aug 23, 2023
-
-
David Goulet authored
HTML in comment, what a bad idea... Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
David Goulet authored
Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
David Goulet authored
-
David Goulet authored
Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
David Goulet authored
-
David Goulet authored
Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
David Goulet authored
-
David Goulet authored
Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
David Goulet authored
Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
David Goulet authored
Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
-
David Goulet authored
Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
-
-
- Aug 22, 2023
-
-
David Goulet authored
Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
David Goulet authored
Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
David Goulet authored
-
David Goulet authored
Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
David Goulet authored
-
- Aug 15, 2023
-
-
David Goulet authored
Rust and CI fixes See merge request tpo/core/tor!742
-
Micah Elizabeth Scott authored
I saw this test fail intermittently due to what seemed like a filesystem race in docker? The cleanup task was failing with a 'directory not empty' error, despite trying to do a recursive 'rm'. This patch adds an 'ls' to the same directory, hoping the output might be useful to diagnose future intermittent failures.
-
Micah Elizabeth Scott authored
This adds a new "rust-latest" CI target that runs tests and clippy for everything in the workspace. It's a subset of the equivalent on Arti.
-
Micah Elizabeth Scott authored
Change 3f66ff9b added geoip-db-tool to the main workspace, so it's no longer using a local lockfile. Move its lock to the crate root, remove from gitignore, and update it. (We could also choose to not keep the lockfiles checked in, but it seems useful to have them in our test and maintenance tooling here.)
-
Micah Elizabeth Scott authored
Clippy found a transmute that could have been a reborrow.
-
Micah Elizabeth Scott authored
This fixes warnings found by clippy 0.1.71 on Rust 1.71.1 Tested this by doing a geoip update without committing changes.
-
David Goulet authored
-
David Goulet authored
Revert "Nullify on_circuit if last conflux leg" See merge request tpo/core/tor!744
-
Mike Perry authored
-
Mike Perry authored
-
Mike Perry authored
This reverts commit 5487476f.
-
- Aug 14, 2023
-
-
David Goulet authored
Clean up torify See merge request tpo/core/tor!740
-
David Goulet authored
Considering a compression bomb before looking for errors led to false negative log warnings. Instead, it is possible the work failed for whatever reasons which is not indicative of a compression bomb. Fixes #40739 Signed-off-by:
David Goulet <dgoulet@torproject.org>
-
David Goulet authored
hashx: Fix a few more compiler warnings See merge request tpo/core/tor!739
-