summaryrefslogtreecommitdiff
path: root/crates/arti/src
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mod-module-files' into 'main'Nick Mathewson2025-01-072-0/+2
|\
| * clippy: deny `mod_module_files`Steven Engler2025-01-062-0/+2
* | fix: fix typosDimitris Apostolou2025-01-061-1/+1
|/
* rpc: Add a test for config parsing and defaults.Nick Mathewson2024-12-192-1/+90
* rpc: Clarify listen_defaults behavior.Nick Mathewson2024-12-191-1/+2
* rpc: Rename RpcListnerConfig=>RpcListenerSetConfig to clarify plurality.Nick Mathewson2024-12-191-14/+17
* rpc: Test that we can parse our defaults.Nick Mathewson2024-12-192-1/+35
* rpc: comments to explain where connect points are disabled.Nick Mathewson2024-12-192-1/+7
* rpc: Make names reflect configuration keys better.Nick Mathewson2024-12-191-17/+11
* rpc: Document that default-index is 1-basedNick Mathewson2024-12-192-1/+5
* Rename Guard=>ListenerGuard.Nick Mathewson2024-12-192-4/+4
* rpc: Add a comment to explain what load_options is doing.Nick Mathewson2024-12-191-0/+2
* rpc: More logging when binding addressesNick Mathewson2024-12-192-1/+25
* arti::rpc: Refactor listener options to support defaults properlyNick Mathewson2024-12-191-31/+75
* arti::rpc: Rename "overrides" field and type.Nick Mathewson2024-12-191-18/+17
* arti: Use connect points to listen for RPC connections.Nick Mathewson2024-12-193-88/+330
* arti: Disable RPC reconfiguration for nowNick Mathewson2024-12-192-1/+5
* rpc: Configuration options for artiNick Mathewson2024-12-192-1/+157
* arti: Move RpcConfig to rpc.rsNick Mathewson2024-12-192-29/+33
* add_warnings, *: Allow clippy::needless_lifetimesNick Mathewson2024-12-032-0/+2
* arti: Add onion_service.enable_pow option.Wesley Aptekar-Cassels2024-11-251-0/+4
* arti-client: add path resolver to `TorClient` and `TorClientConfig`Steven Engler2024-11-182-2/+2
* update `CfgPath::path` to use a `CfgPathResolver`Steven Engler2024-11-183-6/+16
* tor-config: removed re-export of `CfgPath`Steven Engler2024-11-042-5/+6
* tor-memquota: Declare memquota feature stable, and defaultIan Jackson2024-10-221-1/+0
* arti cfg tests: Clarify here and thereIan Jackson2024-10-221-1/+2
* arti cfg tests: Fix typoIan Jackson2024-10-221-1/+1
* minimal features test: Introduce new --cfg arti_features_preciseIan Jackson2024-10-221-1/+6
* rpcserver: Wrap InvokeError as internal errorNick Mathewson2024-10-171-3/+10
* Merge branch 'dead' into 'main'Alexander Hansen Færøy2024-10-171-0/+2
|\
| * Disable a lot of dead code warningsIan Jackson2024-10-171-0/+2
* | Merge branch 'fs-watcher-poll' into 'main'gabi-2502024-10-172-0/+9
|\ \
| * | arti: Add a warning about watch_configuration's performance issues.Gabriela Moldovan2024-10-171-0/+7
| * | tor-config: Document the limitations of the FileWatcher.Gabriela Moldovan2024-10-161-0/+2
| |/
* / arti: remove 'relay' subcommand and 'arti-relay' depSteven Engler2024-10-153-46/+1
|/
* tor-keymgr: Move C Tor keystore configs under ctor key.Gabriela Moldovan2024-10-082-4/+5
* tor-keymgr: Add configuration for C Tor client keystores.Gabriela Moldovan2024-10-082-4/+25
* arti-client: Use the configured C Tor keystores, if any.Gabriela Moldovan2024-10-081-8/+1
* arti: Remove extraneous whitespace from example config.Gabriela Moldovan2024-10-081-1/+1
* tor-keymgr: Add configuration for C Tor service keystores.Gabriela Moldovan2024-10-082-0/+41
* Default allow_onion_addrs to true.Wesley Aptekar-Cassels2024-10-071-10/+1
* Merge branch 'prop351-refs' into 'main'Jim Newsome2024-10-031-7/+10
|\
| * Replace references to prop351 with socks-extensions.mdNick Mathewson2024-10-021-7/+10
* | Merge branch 'div_ceil' into 'main'Nick Mathewson2024-10-031-1/+1
|\ \
| * | Use {u64,usize}::div_ceilNick Mathewson2024-09-301-1/+1
* | | rpc: clarify documentation and fix typosNick Mathewson2024-10-021-1/+3
* | | Revise RPC documentation to be more informative.Nick Mathewson2024-10-022-5/+17
| |/ |/|
* | Merge branch 'rpc-doc-socks-objectid' into 'main'Nick Mathewson2024-10-021-0/+16
|\ \
| * | Copy section on objectid/isolation restrictions from prop351.Nick Mathewson2024-09-301-0/+16
| |/
* | Merge branch 'socksproto-3' into 'main'Ian Jackson2024-10-011-61/+28
|\ \