- Nov 12, 2024
-
-
Nick Mathewson authored
-
- Nov 07, 2024
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
The behavior in question is to ignore the entries entirely, and not check their files at all.
-
- Nov 06, 2024
-
-
Jim Newsome authored
CI: simplify chutney installation See merge request tpo/core/arti!2600
-
Jim Newsome authored
This doesn't actually matter much when run in CI, but provides a better example for running locally.
-
Jim Newsome authored
-
Jim Newsome authored
We no longer need a path to a checkout of the chutney repository; we just need the chutney binary itself. We still allow this to be set explicitly with CHUTNEY_BIN, but fall back to finding it on the PATH.
-
Jim Newsome authored
This takes advantage of a feature added in tpo/core/chutney!31. This is a step towards not needing to set CHUTNEY_PATH to point to a chutney repository.
-
Jim Newsome authored
This will let us simplify chutney installation, which will be done in a follow-up commit.
-
gabi-250 authored
CI python3-checks: Don't install redundant python packages See merge request tpo/core/arti!2618
-
Ian Jackson authored
tor-proto: Document RecvWindow::take more accurately. See merge request tpo/core/arti!2611
-
Nick Mathewson authored
arti-client: add comment to `TorClient::reconfigure`, and use `Reconfigure::cannot_change` for `DirMgrConfig::cache_trust` See merge request tpo/core/arti!2620
-
opara authored
`DirMgrConfig::update_from_config` uses the old value and not the new value, so it should be reported using `Reconfigure::cannot_change`.
-
- Nov 05, 2024
-
-
opara authored
-
Jim Newsome authored
We install recent mypy and flake8 packages from pypy below; we don't need to also install from apt.
-
Ian Jackson authored
tor-hscrypto: Abolish the HasKind impl of HsIdParseError. Closes #1483 See merge request tpo/core/arti!2607
-
Jim Newsome authored
CI: track and expose timing information See merge request tpo/core/arti!2605
-
- Nov 04, 2024
-
-
Nick Mathewson authored
cargo: update hashbrown version to 0.15.1 Closes #1725 See merge request tpo/core/arti!2613
-
Nick Mathewson authored
tor-config-path: update `unix_literal` test to use `USER_HOME` See merge request tpo/core/arti!2612
-
opara authored
Version 0.15.0 was yanked, which makes cargo-audit unhappy.
-
opara authored
I think `USER_HOME` was intended here.
-
gabi-250 authored
The docs here seem wrong, so I am updating them.
-
Nick Mathewson authored
tor-config-path: finish migration from tor-config Closes #1717 See merge request tpo/core/arti!2593
-
Jim Newsome authored
This will make it a bit easier to look through the output in the gitlab UI, particularly making it easier to see where time is being spent in these long-running jobs.
-
Jim Newsome authored
-
Jim Newsome authored
-
Jim Newsome authored
Provide functions for starting and ending spans instead of the script doing it itself. The current version of the functions are directly from the gitlab documentation <https://docs.gitlab.com/ee/ci/jobs/job_logs.html#custom-collapsible-sections>. This is currently functionally similar to what was here before, but using functions here will let us make this a bit more convenient, which will be done in a follow-up commit.
-
Jim Newsome authored
This will let us more easily see where time is being spent. https://docs.gitlab.com/ee/ci/jobs/job_logs.html#job-log-timestamps
-
opara authored
-
opara authored
-
opara authored
The old code used a shortcut to access the `Figment` directly, but we need to do the whole config builder thing to be able to parse the toml.
-
opara authored
Also updated other packages to get `CfgPath` directly from `tor-config-path' instead of 'tor-config'.
-
opara authored
-
opara authored
-
gabi-250 authored
We only ever return `BadOnionAddress` is we are asked to connect to a .onion address that doesn't parse.
-
gabi-250 authored
Also changes the `ErrorKind` of `BadOnionAddress` to `ForbbiddenStreamTarget`. See context in !2246 (comment 3045683) Closes #1483
-
- Nov 02, 2024
-
-
Nick Mathewson authored
New CfgAddr type to represent SocketAddrs in configuration. See merge request tpo/core/arti!2597
-