summaryrefslogtreecommitdiff
path: root/crates/arti/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Run add_warning to remove `missing_panics_doc` deny.Nick Mathewson2023-07-061-1/+0
* lints: Run maint/add_warning to actually apply new lintsIan Jackson2023-06-211-0/+2
* RPC: tell the `arti` SOCKS code about an RpcMgr object.Nick Mathewson2023-06-051-13/+23
* print both static sqlite/tls when 'static' feature is usedtrinity-1686a2023-05-081-2/+2
* RPC: Start on plumbing TorClient into our RPC codeNick Mathewson2023-05-041-2/+7
* RPC: Move the "listen" part of the RPC listener code to `arti`.Nick Mathewson2023-05-041-21/+30
* rpc: Make an RpcMgr type to own the DispatchTable.Nick Mathewson2023-05-041-1/+3
* rpc: Add a demonstration feature to "arti"Nick Mathewson2023-04-121-0/+28
* ErrorHint: Report hints for arti_client errors.Nick Mathewson2023-01-271-4/+11
* Disable clippy::unlinlined-format-argsNick Mathewson2023-01-271-0/+1
* cfg compilation: Add two allowsIan Jackson2022-11-181-0/+1
* Upgrade to clap 3: replace deprecated functionsGabriel de Perthuis2022-11-041-28/+36
* Upgrade to clap 3 with minimal changesGabriel de Perthuis2022-11-041-6/+6
* Run add_warnings.Nick Mathewson2022-11-031-0/+1
* cargo fmt to remove blank linesIan Jackson2022-10-121-1/+0
* Replace all README copies in src/lib.rs with includesIan Jackson2022-10-121-186/+1
* Add pt-client and bridge-client features to arti and arti-clientIan Jackson2022-10-121-0/+2
* document TOR_SKIP_CONTROLPORTTEST=1 for no warning on Tor Browsertrinity-1686a2022-09-031-9/+7
* docs: Move Tor Browser part to arti top-level (rustfmt etc.)Ian Jackson2022-09-021-16/+16
* README: Remove caveats from Tor Browser instructionsIan Jackson2022-09-021-3/+1
* README: Fix links to Tor BrowserIan Jackson2022-09-021-3/+4