| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| | | | | |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Some README/CHANGELOG updates
Closes #929
See merge request tpo/core/arti!1348
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Not giving Tor Browser instructions just yet because of the security
caveat.
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Mark all {hs,onion-serivce}-client features as non-experimental.
Closes #896
See merge request tpo/core/arti!1347
|
| | | | | | | |
|
| |\ \ \ \ \ \
| | |/ / / /
| |/| | | |
| | | | | |
| | | | | | |
Turn off HS client connections by default
See merge request tpo/core/arti!1345
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
As per IRC discussion, re lack of Vanguards.
|
| | | |_|/ /
| |/| | |
| | | | |
| | | | |
| | | | | |
These tests include tests of .onion, which we are disabling by
default. So we must make some prefs that enable them.
|
| |\ \ \ \ \
| |_|_|_|/
|/| | | |
| | | | |
| | | | | |
Replace our old complex semver-checks script.
See merge request tpo/core/arti!1339
|
| | | |_|/
| |/| |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Now with cargo semver-checks >= 0.22.1, we no longer need to
jump through hoops in order to only look at the `full` features.
This, combined with our work on `fixup-features`, lets us be
confident that we're only looking at semver breakage in experimental
code.
|
| |\ \ \ \
| |/ / /
|/| | |
| | | |
| | | | |
tor-hsclient: Use estimated timeouts
See merge request tpo/core/arti!1342
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | |
| | | |
| | | | |
Replacing RPT_IPT_TIMEOUT is not entirely straightforward.
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | |/ / |
|
| |\ \ \
| |_|/
|/| |
| | |
| | | |
tor-netdoc: Handle anomalous numbers of introduction points
See merge request tpo/core/arti!1332
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | |
| | |
| | |
| | | |
None of the existing NetdocErrorKinds seemed right.
|
| | | |
| | |
| | |
| | | |
These are in the spec and tor-hsclient is about to want them.
|
| |\ \ \
| |_|/
|/| |
| | |
| | | |
keymgr: Fix keymgr docs
See merge request tpo/core/arti!1343
|
| | | |
| | |
| | |
| | |
| | | |
`Error` is private to `dummy.rs` so let's not mention it in the docs of
the public items.
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This fixes a rustdoc warning when building with:
```
cargo doc --locked --offline -p arti --no-default-features --features=full,onion-service-client
```
|
| |\ \ \
| | | |
| | | |
| | | |
| | | | |
Run "cargo update" in preparation for Friday release.
See merge request tpo/core/arti!1338
|
| | | | | |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Changelog for upcoming release
See merge request tpo/core/arti!1344
|
| | | | | | |
|
| |\ \ \ \ \
| |_|_|/ /
|/| | | |
| | | | |
| | | | | |
netdir: Conditionally expose APIs for working with unusable relays; document what "usable" means.
See merge request tpo/core/arti!1325
|
| | | | | | |
|
| | | | | | |
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Network-health wants these to see whether a given relay is listed in
the consensus.
cc @juga
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
tor-hsclient: Reimplement Debug for MockCirc
See merge request tpo/core/arti!1324
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This is less code. Also it now dumps the connect_called field which
was introduced in the meantime.
|
| |\ \ \ \ \ \
| |/ / / / /
|/| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
tor-hsclient: Use proper CircParameters
Closes #935
See merge request tpo/core/arti!1340
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
Fixes #935
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
As per #935.
I called this "circparameters_from_netparameters" not
"circparameters_from_netparams" because the type is "NetParameters"
not "NetParams".
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
keymgr: Fix `wrong_key_type` test.
Closes #938
See merge request tpo/core/arti!1341
|
| |/ / / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
The string representation of `SshKeyAlgorithm` on `main` changed between
the time the tests were introduced and the time they were merged.
|
| |\| | | | |
| |_|/ / /
|/| | | |
| | | | |
| | | | | |
tor-hsclient: Handle handshake completion error correctly
See merge request tpo/core/arti!1336
|
| | | | | | |
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Thsi is a bit of a mouthful now, but it is comprehensible.
As per
https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/1336#note_2917235
|