summaryrefslogtreecommitdiff
path: root/crates/arti/src
Commit message (Expand)AuthorAgeFilesLines
...
* | tor-hsservice: Add restricted discovery configuration.Gabriela Moldovan2024-08-051-1/+1
* | arti: Avoid using the now-deprecated arti_client constant.Gabriela Moldovan2024-08-051-2/+2
* | Have `arti hss onion-name` error if it doesn't print the onion nameKunal Mehta2024-08-011-3/+5
|/
* arti: Use Path::try_exists() instead of Path::exists().Gabriela Moldovan2024-07-301-1/+1
* arti: Gate the hsc subcommand behind the keymgr feature (fmt).Gabriela Moldovan2024-07-102-2/+10
* arti: Gate the hsc subcommand behind the keymgr feature.Gabriela Moldovan2024-07-102-4/+4
* tor-hscrypto: Remove unnecessary Display wrapper.Gabriela Moldovan2024-07-081-1/+1
* Merge branch 'warnings' into 'main'Ian Jackson2024-07-081-1/+1
|\
| * Work around clippy::doc_lazy_continuation false positivesIan Jackson2024-07-081-1/+1
* | Fix markdown quoting.Ian Jackson2024-07-081-1/+1
|/
* arti: Rewrite the hsc prepare-service-discovery-key command (fmt).Gabriela Moldovan2024-06-271-11/+6
* arti: Rewrite the hsc prepare-service-discovery-key command.Gabriela Moldovan2024-06-271-10/+30
* arti: Add an arti hsc subcommand.Gabriela Moldovan2024-06-273-0/+168
* arti: wait a short while on startup if lockfiles are unavailable.Nick Mathewson2024-06-241-1/+1
* arti: Add a TODO about a possible refactoring.Gabriela Moldovan2024-06-171-0/+2
* arti: Move arti hss subcommand implementation to separate module.Gabriela Moldovan2024-06-173-38/+58
* Merge branch 'arti-relay-flag' into 'main'Nick Mathewson2024-06-121-39/+63
|\
| * relay: Add relay cargo feature flag and subcommandDavid Goulet2024-06-111-39/+63
* | RPC: Use RPC methods instead of the "ClientConnectionTarget" trait.Nick Mathewson2024-06-113-30/+116
|/
* rpc: Make RpcMgr::lookup_object return context along with object.Nick Mathewson2024-06-101-0/+1
* arti: Note that auto is the same as disabled if vanguards are disabled.Gabriela Moldovan2024-06-031-0/+3
* arti: Add vanguards settings to example config.Gabriela Moldovan2024-06-032-1/+14
* RPC: Give error from RpcMgr::new if method name is sufficiently bad.Nick Mathewson2024-05-141-1/+1
* RPC: Enforce method name format.Nick Mathewson2024-05-141-0/+29
* RPC: Use a slightly less awful workaround in socks.rsNick Mathewson2024-05-141-20/+34
* Remove excess indentation from last commit.Nick Mathewson2024-05-141-14/+11
* RPC: Refactor socks interpretation to remove stream id, add isolation.Nick Mathewson2024-05-141-41/+41
* RPC: RpcDataStream type to act as a "stream-shaped hole"Nick Mathewson2024-05-141-0/+1
* RPC: Add a trait that can be the target of SOCKS requestsNick Mathewson2024-05-121-18/+34
* Merge branch 'new_ci_cfg_strategy' into 'main'Nick Mathewson2024-05-072-4/+4
|\
| * Re-run maint/add_warning.Nick Mathewson2024-05-062-4/+4
* | TorClient: Slightly cleaner (?) interface for registering RPC methods.Nick Mathewson2024-05-061-1/+1
* | RPC: Implement methods to get and watch client bootstrap status.Nick Mathewson2024-05-061-0/+5
|/
* Upgrade to futures-rustls 0.26.0, rustls 0.23.5.Nick Mathewson2024-04-221-0/+7
* Add a test for transport configurationNick Mathewson2024-04-021-0/+46
* example-config: Indent transport argumentsNick Mathewson2024-04-021-9/+9
* Fix note in config that claimed onion services weren't implementedNick Mathewson2024-03-271-1/+4
* hss: Make the limit for streams configurable.Nick Mathewson2024-03-261-3/+1
* Add example unmanaged pluggable transport to config.Nick Mathewson2024-03-141-0/+10
* Merge branch 'encapsulate_config_rs' into 'main'Nick Mathewson2024-03-132-8/+19
|\
| * tor-config: Put config::Config inside a wrapper type.Nick Mathewson2024-03-131-1/+1
| * Use ConfigurationSource::Verbatim in our tests.Nick Mathewson2024-03-131-7/+17
| * tor-config: Allow ConfigurationSource to be verbatim text.Nick Mathewson2024-03-131-0/+1
* | Run maint/add_warning.Nick Mathewson2024-03-132-0/+2
|/
* arti-client: Add VanguardsConfig to TorClientConfig.Gabriela Moldovan2024-03-111-0/+11
* Fix typos in doc commentsTobias Stoeckmann2024-03-061-1/+1
* arti, CI: Add a test case for command line helpIan Jackson2024-03-051-0/+3
* arti: Print help on `arti hss` without subcommandIan Jackson2024-03-051-0/+1
* arti: Fix misplaced clap hunkIan Jackson2024-03-051-4/+4
* Merge branch 'deny-unchecked-duration-substraction' into 'main'Ian Jackson2024-03-052-0/+2
|\