aboutsummaryrefslogtreecommitdiff
path: root/crates/arti/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
...
* RPC: Add experimental method to list SOCKS proxies.Nick Mathewson2024-08-281-10/+6
* arti: Define a new ArtiRpcSession type.Nick Mathewson2024-08-281-0/+3
* arti: Avoid using the now-deprecated arti_client constant.Gabriela Moldovan2024-08-051-2/+2
* 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-101-1/+5
* arti: Gate the hsc subcommand behind the keymgr feature.Gabriela Moldovan2024-07-101-3/+3
* arti: Add an arti hsc subcommand.Gabriela Moldovan2024-06-271-0/+18
* 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-171-38/+3
* relay: Add relay cargo feature flag and subcommandDavid Goulet2024-06-111-39/+63
* Re-run maint/add_warning.Nick Mathewson2024-05-061-2/+2
* Upgrade to futures-rustls 0.26.0, rustls 0.23.5.Nick Mathewson2024-04-221-0/+7
* 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-051-0/+1
|\
| * deny clippy::unchecked_duration_subtractiontrinity-1686a2024-02-291-0/+1
* | arti config watch: Pass Runtime as first argumentIan Jackson2024-03-041-1/+1
* | arti config watch: Pass a Runtime, not a TorClient (fmt)Ian Jackson2024-03-041-1/+6
* | arti config watch: Pass a Runtime, not a TorClientIan Jackson2024-03-041-1/+1
|/
* Refactor and improve error hinting.Nick Mathewson2024-02-141-4/+4
* arti: Use Weak references for the reconfigurable modules (fmt).Gabriela Moldovan2024-01-251-6/+1
* arti: Use Weak references for the reconfigurable modules.Gabriela Moldovan2024-01-251-1/+10
* tor-hsservice: Add TODO about testing arti hss.Gabriela Moldovan2024-01-181-0/+1
* arti: Use OnionService to get the onion_name().Gabriela Moldovan2024-01-181-7/+19
* Give an error when user configured onion services with no support.Nick Mathewson2024-01-161-0/+2
* tor-keymgr: Abolish ArtiNativeKeystoreConfig::expand_keystore_dir.Gabriela Moldovan2024-01-101-2/+2
* arti::lib: Downgrade "TODO HSS" commentsNick Mathewson2024-01-091-2/+2
* arti: Fix log message typo.Gabriela Moldovan2023-12-141-1/+1
* Merge branch 'return-of-the-son-of-arti-todos' into 'main'Nick Mathewson2023-12-141-26/+36
|\
| * arti: Use a macro to declare modules as conditionally public.Nick Mathewson2023-12-131-25/+36
| * arti: conditionally expose onion_proxy module when experimental-api is enabledNick Mathewson2023-12-121-4/+4
| * Remove TODOs obsoleted by onion service reconfiguration.Nick Mathewson2023-12-121-1/+0
* | arti: Print out the onion address retrieved from StateMgr.Gabriela Moldovan2023-12-141-1/+15
* | arti: Add an hss subcommand.Gabriela Moldovan2023-12-141-2/+46
|/
* Reconfigure onion services when their configuration changes.Nick Mathewson2023-12-051-19/+4
* arti: Make reconfiguration slightly more abstractNick Mathewson2023-12-051-1/+13
* Bump to clap 4 and resolve compiler errors.Nick Mathewson2023-11-151-2/+2
* HSS: Do not drop ProxySet immediately - let HS services continue to run (fmt)Ian Jackson2023-10-191-2/+4
* HSS: Do not drop ProxySet immediately - let HS services continue to runIan Jackson2023-10-191-4/+19
* Merge branch 'generic-listen' into 'main'Nick Mathewson2023-10-161-27/+23
|\
| * Do not writelns in Display, undo localhost_port_legacy changes.Jani Monoses2023-09-251-1/+1
| * arti, tor-config: Allow listening on generic addresses for SOCKS and DNS.Jani Monoses2023-09-221-27/+23
* | arti: Actually launch the onion service code.Nick Mathewson2023-10-051-0/+9
* | arti: add a set of OnionServiceProxyConfig types.Nick Mathewson2023-10-031-0/+4
|/
* arti: Use ConfigurationSources::try_from_cmdlineIan Jackson2023-08-071-3/+3
* arti: Add context to default config files error messageIan Jackson2023-08-071-1/+1
* Run add_warnings on all files.Nick Mathewson2023-08-041-2/+2
* Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-101-0/+1