summaryrefslogtreecommitdiff
path: root/crates/arti/src
Commit message (Expand)AuthorAgeFilesLines
* Fix typosDimitris Apostolou2024-09-032-2/+2
* arti: Implement the hsc subcommand using an inert tor client.Gabriela Moldovan2024-08-281-1/+1
* Merge branch 'expose-proxy-setting' into 'main'Nick Mathewson2024-08-285-11/+298
|\
| * rpc: Use MockRuntime for set_proxy_info test.Nick Mathewson2024-08-281-2/+2
| * rpc: Add a test for setting proxy info.Nick Mathewson2024-08-282-0/+43
| * rpc: Rename E::SenderDroppedNick Mathewson2024-08-281-5/+6
| * rpc: Try another incantation for watching for ProxyInfo.Nick Mathewson2024-08-281-13/+7
| * rpc: Add another layer of indirection on proxyinfoNick Mathewson2024-08-282-3/+12
| * rpc: Try using postage::watch to initialize ProxyInfo.Nick Mathewson2024-08-285-35/+80
| * RPC: Add experimental method to list SOCKS proxies.Nick Mathewson2024-08-285-16/+135
| * arti: Define a new ArtiRpcSession type.Nick Mathewson2024-08-283-3/+79
* | tor-config: Rename watch_file to watch_path.Gabriela Moldovan2024-08-271-1/+1
|/
* Merge branch 'ci' into 'main'Ian Jackson2024-08-271-1/+2
|\
| * arti: Fix an unused Result in tests if pts disabledIan Jackson2024-08-191-1/+2
* | arti: Temporarily disable a flaky test.Gabriela Moldovan2024-08-221-0/+1
* | arti: Use a postage::watch channel in the tests.Gabriela Moldovan2024-08-221-15/+22
* | arti: Add test for config reloading.Gabriela Moldovan2024-08-211-0/+174
* | arti: Wrap long lines not handled by rustfmt.Gabriela Moldovan2024-08-211-2/+14
* | tor-hsservice: Pass watch_configuration down to restricted discovery config.Gabriela Moldovan2024-08-211-7/+23
* | tor-config: Support watching dirs for files with a given extension.Gabriela Moldovan2024-08-211-1/+1
* | tor-config: Make FileWatcher use an opaque channel type.Gabriela Moldovan2024-08-211-89/+106
* | tor-config: Give FileWatcherBuilder a handle to the runtime.Gabriela Moldovan2024-08-211-5/+6
* | tor-config: Move FileWatcher to tor-config.Gabriela Moldovan2024-08-211-185/+22
* | arti: Update outdated FileWatcher docs.Gabriela Moldovan2024-08-211-5/+1
|/
* Merge branch '1144-std-backtrace' into 'main'David Goulet2024-08-121-5/+3
|\
| * Match previous backtrace formattingRobin Leander Schröder2024-08-081-2/+2
| * Use std::backtrace instead of backtrace crateRobin Leander Schröder2024-08-011-3/+1
* | arti: Add the restricted_discovery configuration to the example config.Gabriela Moldovan2024-08-052-9/+94
* | 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