| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The consensus seems to be the builders don't add much value, see [this comment].
[this comment]: https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/1070#note_2889488
Signed-off-by: Gabriela Moldovan <[email protected]>
|
| | | |
| | |
| | |
| | | |
Signed-off-by: Gabriela Moldovan <[email protected]>
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
`NetdocText` is a wrapper around a `String` and a type marker. The type
annotation proved of limited use, and made the netdoc builder API
somewhat awkward to use.
Signed-off-by: Gabriela Moldovan <[email protected]>
|
| | | |
| | |
| | |
| | | |
Signed-off-by: Gabriela Moldovan <[email protected]>
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Unlike `hsdesc::IntroPointDesc`, `hsdesc::build::IntroPointDesc`
represents link specifiers as `LinkSpec`s rather than
`UnparsedLinkSpec`s.
Since this is a general-purpose representation of an introduction point
and not merely an intermediate representation for decoding/encoding, it
will probably need to be factored out of `tor-netdoc` at some point.
Signed-off-by: Gabriela Moldovan <[email protected]>
|
| | | | |
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This introduces the `NetdocBuilder` trait described in
`netdoc-builder.md` and a new `tor-netdoc::doc::hsdesc::build` module,
which exports the `HsDescBuilder`. Hidden services will use
`HsDescBuilder` to build and encode hidden service descriptors.
There are several TODOs in the code that I'm planning to address
separately.
Partially addresses #745.
Signed-off-by: Gabriela Moldovan <[email protected]>
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
These are used in multiple places (and will also be used by the HS
descriptor encoder later on), so let's make them named constants.
Signed-off-by: Gabriela Moldovan <[email protected]>
|
| |/ /
| |
| |
| |
| |
| |
| | |
This makes some code a bit more concise, as it allows us to make
`Strings` into `ItemArgument`s without calling `.as_str()`.
Signed-off-by: Gabriela Moldovan <[email protected]>
|
| |\ \
| | |
| | |
| | |
| | | |
Start drafting a dev note about a JSON-based OO RPC design.
See merge request tpo/core/arti!1061
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| |/ / |
|
| |\ \
| | |
| | |
| | |
| | | |
Update to shellexpand 3.1.0 so we can use dirs 5 everywhere
See merge request tpo/core/arti!1076
|
| |/ /
| |
| |
| |
| |
| |
| |
| | |
Results of precisely
cargo update -p shellexpand
Incorporates changes I have made to shellexpand to allow use of
dirs 4 *or* dirs 5.
|
| |\ \
| | |
| | |
| | |
| | | |
Update required openssl version
See merge request tpo/core/arti!1077
|
| | | |
| | |
| | |
| | | |
cargo-audit is complaining about 0.10.45.
|
| |\ \ \
| |/ /
|/| |
| | |
| | | |
Fix typos
See merge request tpo/core/arti!1075
|
| |/ / |
|
| |\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Do minimal $ and ~ handling even without expand-paths and fix build
Closes #790
See merge request tpo/core/arti!1069
|
| | | | |
|
| | | |
| | |
| | |
| | | |
Fixes #790
|
| | | |
| | |
| | |
| | | |
So, this is not a semver addition.
|
| | | | |
|
| | | |
| | |
| | |
| | | |
str can always be made into a PathBuf.
|
| |\ \ \
| | | |
| | | |
| | | |
| | | | |
Bump to the lastest versions of dirs and directories.
See merge request tpo/core/arti!1072
|
| | | | | |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Add an experimental circuit accessor to DataStream.
Closes #784
See merge request tpo/core/arti!1073
|
| |/ / / /
| | | |
| | | |
| | | | |
Closes #784.
|
| |\ \ \ \
| |/ / /
|/| | |
| | | |
| | | | |
Plumb HS client connections through down to tor-hsclient
See merge request tpo/core/arti!1071
|
| | | | | |
|
| | | | |
| | | |
| | | |
| | | |
| | | | |
As per
https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/1071/diffs?commit_id=580fe1118dbbbfa086d11b28e3e26d7c91afe21c#fbd7ab2d6d0a5b515697d4f9f99a42ebd508aa4b_153_165
|
| | | | |
| | | |
| | | |
| | | | |
I think this is uncontroversial; we already have it for Sensitive.
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | |
| | | |
| | | | |
This avoids some dead code warnings when building without send-control-msg.
|
| | | | | |
|
| | | | |
| | | |
| | | |
| | | | |
Here I use the name I propose in !1039.
|
| | | | |
| | | |
| | | |
| | | |
| | | | |
Obviously this still doesn't work because the actual impl in hsclient
is just a todo!().
|
| | | | | |
|
| | | | |
| | | |
| | | |
| | | | |
We want this part for HS too.
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
We're going to want to reuse this.
Also: rename StreamPrefs::isolation and update the docs, to better
reflect its rather limited functionality. The new
TorClient::isolation is the only call site.
|
| | | | | |
|
| | | | | |
|