summaryrefslogtreecommitdiff
path: root/crates/arti/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
|\ \
| * | tor-socksproto: Handle 0-byte reads (EOF) correctlyIan Jackson2024-10-011-1/+1
| * | arti SOCKS proxy: Defer splitting the socks streamIan Jackson2024-10-011-13/+13
| * | arti SOCKS proxy: Reject pipelined client dataIan Jackson2024-10-011-1/+1
| * | arti SOCKS proxy: Use new tor-socksproto APIIan Jackson2024-10-011-40/+17
| * | tor-socksproto: Move `handshake` to be a trait methodIan Jackson2024-10-011-1/+1
| * | Revert "socks users: detect closed sockets."Ian Jackson2024-10-011-6/+1
| * | Revert "socks users: copy the correct amount in our drain logic."Ian Jackson2024-10-011-1/+1
| * | Revert "arti SOCKS proxy: Tear down connections when client sends optimistic ...Ian Jackson2024-10-011-5/+0
| |/
* | Merge branch 'warn_on_nonlocal' into 'main'Nick Mathewson2024-10-013-2/+21
|\ \ | |/ |/|