summaryrefslogtreecommitdiff
path: root/crates/arti/src
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/ |/|
| * Mark resolve_listen_port as deprecated.Nick Mathewson2024-09-301-2/+9
| * arti: Warn when listening on non-loopback addresses.Nick Mathewson2024-09-252-0/+8
| * arti::cfg: Add a note to avoid new uses of a macro.Nick Mathewson2024-09-251-0/+4
* | Merge branch 'silence-warning' into 'main'gabi-2502024-09-301-0/+1
|\ \
| * | arti: Silence unused_mut warning.Gabriela Moldovan2024-09-181-0/+1
* | | Merge branch 'reject_example' into 'main'Jim Newsome2024-09-262-0/+6
|\ \ \
| * | | arti: add an example for onion service "reject" optionNick Mathewson2024-09-262-0/+6
* | | | Merge branch 'arti-relay-bin' into 'main'David Goulet2024-09-263-9/+34
|\ \ \ \ | |/ / / |/| | |
| * | | arti: move 'relay' subcommand to 'subcommands::relay' moduleSteven Engler2024-09-253-9/+34
* | | | Merge branch 'upgrades-20240925' into 'main'Nick Mathewson2024-09-261-5/+3
|\ \ \ \ | |_|_|/ |/| | |
| * | | Upgrade to derive_more version 1.0.0Nick Mathewson2024-09-251-5/+3
| |/ /