summaryrefslogtreecommitdiff
path: root/crates/arti/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | arti: Move the shared arti hsc args to CommonArgs (fmt).Gabriela Moldovan2024-09-181-2/+4
* | | arti: Move the shared arti hsc args to CommonArgs.Gabriela Moldovan2024-09-181-16/+22
* | | arti: Move TorClient creation to the top-level (fmt).Gabriela Moldovan2024-09-181-4/+1
* | | arti: Move TorClient creation to the top-level.Gabriela Moldovan2024-09-181-8/+7
| |/ |/|
* | Merge branch 'svc-no-proxy-port' into 'main'David Goulet2024-09-172-14/+36
|\ \
| * | arti: Don't log that we are in SOCKS mode unless socks_listen is set.Gabriela Moldovan2024-09-171-6/+13
| * | arti: Allow running hidden services with SOCKS/DNS ports disabled.Gabriela Moldovan2024-09-172-8/+23
* | | arti: Remove get-key subcommand in favor of onion-name.Gabriela Moldovan2024-09-171-28/+7
* | | arti: Add CLI for generating an onion service hsid.Gabriela Moldovan2024-09-171-2/+83
* | | arti: Add an enum for the hss subcommand.Gabriela Moldovan2024-09-172-39/+47
* | | arti: Refactor hss::onion_name() implementation.Gabriela Moldovan2024-09-171-11/+29
* | | arti: Move hss onion-name implementation to a separate function.Gabriela Moldovan2024-09-171-29/+41
* | | arti: Remove a completed TODO.Gabriela Moldovan2024-09-171-1/+0
|/ /
* | arti: Move proxy subcommand to a separate module.Gabriela Moldovan2024-09-122-41/+42
* | arti: Move arti::run to subcommands::proxy.Gabriela Moldovan2024-09-122-156/+172
* | arti: Add a new module for the proxy subcommand.Gabriela Moldovan2024-09-122-0/+19
* | Merge branch 'rpc_proxy_info_fix' into 'main'Ian Jackson2024-09-121-1/+1
|\ \
| * | rpc: Fix argument type for rpc_session_get_rpc_proxy_infoNick Mathewson2024-09-111-1/+1
* | | arti: Remove onion service anonymity setting.Gabriela Moldovan2024-09-121-7/+0
|/ /
* | Merge branch 'publisher-svc-status' into 'main'David Goulet2024-09-101-1/+15
|\ \
| * | tor-hsservice: Log the onion svc status.Gabriela Moldovan2024-09-091-1/+15
| |/
* / Fix a typo in WRONG_PROTOCOL_PAYLOAD.Pier Angelo Vendrame2024-09-101-2/+3
|/
* socksproto: Add a const for suggested buffer length.Nick Mathewson2024-09-091-2/+2
* rpc: More specificity surrounding SOCKS-rpc integrationNick Mathewson2024-09-091-2/+25
* Suggestion about describing non-RPC behavior of SOCKS protocol from @diziet.Nick Mathewson2024-09-091-1/+3
* arti/rpclib: Tweak proxy_info format.Nick Mathewson2024-09-092-2/+4
* arti/rpclib: Lowercase our socks5 listener variant.Nick Mathewson2024-09-091-0/+1
* arti: Add a comment explaining how RPC and SOCKS interactNick Mathewson2024-09-091-0/+181
* arti: add and document get_rpc_proxy_info method.Nick Mathewson2024-09-091-2/+38
* arti: Temporarily disable a flaky test.Ian Jackson2024-09-051-0/+1
* Merge branch 'slow-test' into 'main'Ian Jackson2024-09-051-2/+15
|\
| * arti: Make the config watcher debounce interval configurable (fmt).Gabriela Moldovan2024-09-041-1/+9
| * arti: Make the config watcher debounce interval configurable.Gabriela Moldovan2024-09-041-2/+7
* | Merge branch 'reload-cfg-test' into 'main'David Goulet2024-09-041-2/+4
|\ \ | |/ |/|
| * Revert "arti: Temporarily disable a flaky test."Gabriela Moldovan2024-08-291-1/+0
| * arti: Write the test config atomically.Gabriela Moldovan2024-08-291-1/+4
* | Provide a MemoryQuotaTracker in TorClientIan Jackson2024-09-041-1/+0
* | arti: Proper testing of the memory limit config parsingIan Jackson2024-09-041-2/+53
* | arti cfg tests: Provide resolve_return_resultsIan Jackson2024-09-041-0/+6
* | arti cfg tests: strip_prefix: Leave section markers unchangedIan Jackson2024-09-041-1/+6
* | arti cfg tests: strip_prefix: Document error behaviourIan Jackson2024-09-041-1/+3
* | Look for memquota configuration in the TorClient configurationIan Jackson2024-09-042-1/+39
* | 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