| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | arti: Fix TODO: Rework test: onion_proxy::build_list | playbahn | 2025-04-01 | 1 | -71/+31 | |
| | | ||||||
| * | arti: onion_proxy::build_list: fix TODO: Add test | playbahn | 2025-04-01 | 1 | -6/+104 | |
| | | ||||||
| * | Add examples and tests for RPC options. | Nick Mathewson | 2025-03-25 | 3 | -3/+121 | |
| | | | | | Closes #1830. | |||||
| * | arti: warn when rpc options are set without rpc feature. | Nick Mathewson | 2025-03-25 | 1 | -0/+21 | |
| | | | | | Closes #1309. | |||||
| * | Merge branch '1630-scrub-address-from-output' into 'main' | gabi-250 | 2025-03-19 | 1 | -23/+28 | |
| |\ | | | | | | | | | | | | | hsc: remove onion-address flag in favour of stdin Closes #1630 See merge request tpo/core/arti!2861 | |||||
| | * | hsc: Improve get_onion_address function | hjrgrn | 2025-03-18 | 1 | -2/+3 | |
| | | | ||||||
| | * | hsc: Add --quite CLI flag | hjrgrn | 2025-03-17 | 1 | -10/+15 | |
| | | | | | | | | | | | * Add `quite` to the common arguments * Substitute dialoguer in favor of `read_line` in `get_onion_address` | |||||
| | * | hsc: Improve get_onion_address function | hjrgrn | 2025-03-17 | 1 | -4/+3 | |
| | | | ||||||
| | * | hsc: remove onion-address flag in favour of stdin | hjrgrn | 2025-03-14 | 1 | -22/+22 | |
| | | | | | | | | | | | * The user will be prompted interactively for the onion-address to prevent onion-address leaking in shell history | |||||
| * | | Merge branch 'hsc-lf' into 'main' | gabi-250 | 2025-03-18 | 1 | -1/+1 | |
| |\ \ | |/ |/| | | | | | arti: hsc-key-get: Print LF after discovery key See merge request tpo/core/arti!2856 | |||||
| | * | arti: hsc-key-get: Print LF after discovery key | playbahn | 2025-03-13 | 1 | -1/+1 | |
| | | | | | | | | | | | Did not print a newline after service discovery key. Looked bad. Prints newline now. Looks better. | |||||
| * | | hsc: remove TODO about display_service_discovery_key error handling. | hjrgrn | 2025-03-14 | 1 | -1/+0 | |
| |/ | ||||||
| * | Deprecate --onion-name; introduce --onion-address | disha | 2025-03-12 | 2 | -30/+42 | |
| | | ||||||
| * | arti: Remove incorrect deprecation warning in hsc | hjrgrn | 2025-03-10 | 1 | -1/+0 | |
| | | ||||||
| * | tor-rtcompat: Remove ToplevelBlockon from Runtime | Ian Jackson | 2025-03-04 | 2 | -5/+5 | |
| | | | | | | | | | Introduce ToplevelRuntime as an alias, and use it in the top-level programs. Now none of the principal protocol implementation code has access to the executor's toplevel entrypoint, and can't call it by mistake. | |||||
| * | arti: Disable color when stdout is not a tty. | Nick Mathewson | 2025-02-24 | 1 | -1/+7 | |
| | | | | | | Closes #1763. Closes #1862. | |||||
| * | socks.rs: Update documentation; RpcDataStream has been renamed. | Nick Mathewson | 2025-01-30 | 1 | -9/+5 | |
| | | ||||||
| * | rpc: Correct API documentation about optimism | Nick Mathewson | 2025-01-30 | 1 | -2/+1 | |
| | | | | | | | | | | | | Our documentation had dated to an older version of our RPC stream code, where all streams were automatically optimistic. But as explained, our use of "optimistic"ness in RPC stream code is now purely internal, to make it possible to get an DataStreamCtrl. This isn't user-visible in our rpc_conn_open_stream code. Closes #1583 | |||||
| * | Merge branch 'rpc-missing-dir' into 'main' | Nick Mathewson | 2025-01-23 | 1 | -8/+16 | |
| |\ | | | | | | | | | rpc: Tolerate NotFound on configured connect point directory. See merge request tpo/core/arti!2735 | |||||
| | * | connpts: Document behavior on nonexistent directory | Nick Mathewson | 2025-01-23 | 1 | -0/+2 | |
| | | | ||||||
| | * | rpc: Tolerate NotFound on configured connect point directory. | Nick Mathewson | 2025-01-23 | 1 | -8/+14 | |
| | | | | | | | | | | | | | | | | | If Arti tries to bind to a directory of connect points, and that directory isn't there, the right behavior is to treat the directory as if it were empty. Otherwise, the user would have to create the default connect point directory (as empty) before Arti would start. | |||||
| * | | arti: Make Rpc argument unconditional when constructing socks proxy | Nick Mathewson | 2025-01-23 | 6 | -33/+43 | |
| | | | | | | | | | | | | | Formerly this was a conditional method argument, which is a huge antipattern. Now it is unconditionally present, as `Option<T>` for a type that is uninhabited when RPC isn't supported. | |||||
| * | | arti::socks: Re-wrap a section. | Nick Mathewson | 2025-01-23 | 1 | -2/+3 | |
| | | | | | | | | | | | rust-analyzer keeps re-wrapping this piece for me, even though rustfmt doesn't complain. | |||||
| * | | arti: remove an obsolete rpc todo. | Nick Mathewson | 2025-01-23 | 1 | -1/+0 | |
| | | | | | | | | | Information _is_ passed to the RpcMgr, via the argument to new_connection. | |||||
| * | | arti: remove an obsolete rpc todo. | Nick Mathewson | 2025-01-23 | 1 | -1/+0 | |
| | | | | | | | | | | | The RpcMgr does indirectly hold a reference to the client, via its make_session argument. | |||||
| * | | arti: remove an obsolete rpc todo. | Nick Mathewson | 2025-01-23 | 1 | -1/+0 | |
| | | | | | | | | | We _do_ have error detection from this function, and have for ages. | |||||
| * | | arti: Remove old workaround for runtime selection under RPC. | Nick Mathewson | 2025-01-23 | 1 | -6/+1 | |
| |/ | | | | | This was necessary before we had support for implementing RPC methods on generic types. | |||||
| * | rpc: Rename new_stream_handle to new_oneshot_client. | Nick Mathewson | 2025-01-15 | 1 | -1/+1 | |
| | | | | | | | | | This method doesn't actually create a new stream; it creates a single-use client object that can be used with SOCKS to launch a new stream, and capture an RPC object for that stream. Closes #1664. | |||||
| * | arti-rpcserver: Tell connections what kind of auth to expect. | Nick Mathewson | 2025-01-15 | 1 | -13/+1 | |
| | | ||||||
| * | Merge branch 'mod-module-files' into 'main' | Nick Mathewson | 2025-01-07 | 2 | -0/+2 | |
| |\ | | | | | | | | | clippy: deny `mod_module_files` See merge request tpo/core/arti!2689 | |||||
| | * | clippy: deny `mod_module_files` | Steven Engler | 2025-01-06 | 2 | -0/+2 | |
| | | | | | | | | | | | | | Denies 'mod.rs' files for consistency. https://rust-lang.github.io/rust-clippy/master/index.html#mod_module_files | |||||
| * | | fix: fix typos | Dimitris Apostolou | 2025-01-06 | 1 | -1/+1 | |
| |/ | ||||||
| * | rpc: Add a test for config parsing and defaults. | Nick Mathewson | 2024-12-19 | 2 | -1/+90 | |
| | | ||||||
| * | rpc: Clarify listen_defaults behavior. | Nick Mathewson | 2024-12-19 | 1 | -1/+2 | |
| | | ||||||
| * | rpc: Rename RpcListnerConfig=>RpcListenerSetConfig to clarify plurality. | Nick Mathewson | 2024-12-19 | 1 | -14/+17 | |
| | | ||||||
| * | rpc: Test that we can parse our defaults. | Nick Mathewson | 2024-12-19 | 2 | -1/+35 | |
| | | ||||||
| * | rpc: comments to explain where connect points are disabled. | Nick Mathewson | 2024-12-19 | 2 | -1/+7 | |
| | | ||||||
| * | rpc: Make names reflect configuration keys better. | Nick Mathewson | 2024-12-19 | 1 | -17/+11 | |
| | | ||||||
| * | rpc: Document that default-index is 1-based | Nick Mathewson | 2024-12-19 | 2 | -1/+5 | |
| | | ||||||
| * | Rename Guard=>ListenerGuard. | Nick Mathewson | 2024-12-19 | 2 | -4/+4 | |
| | | ||||||
| * | rpc: Add a comment to explain what load_options is doing. | Nick Mathewson | 2024-12-19 | 1 | -0/+2 | |
| | | ||||||
| * | rpc: More logging when binding addresses | Nick Mathewson | 2024-12-19 | 2 | -1/+25 | |
| | | ||||||
| * | arti::rpc: Refactor listener options to support defaults properly | Nick Mathewson | 2024-12-19 | 1 | -31/+75 | |
| | | | | | | | | | | | | We want to have every option that applies to a connect point (other than file or dir) exist both as a default version, and as a per-file override. This approach lets us do so: We store _builders_ for these options in the config, and then use ExtendBuilder to merge them together. (There aren't yet any options other than 'enable', but there will be before long.) | |||||
| * | arti::rpc: Rename "overrides" field and type. | Nick Mathewson | 2024-12-19 | 1 | -18/+17 | |
| | | | | | | Per discussion with Diziet, these aren't really "overriding" anything; they're the actual options for a single connect point. | |||||
| * | arti: Use connect points to listen for RPC connections. | Nick Mathewson | 2024-12-19 | 3 | -88/+330 | |
| | | ||||||
| * | arti: Disable RPC reconfiguration for now | Nick Mathewson | 2024-12-19 | 2 | -1/+5 | |
| | | ||||||
| * | rpc: Configuration options for arti | Nick Mathewson | 2024-12-19 | 2 | -1/+157 | |
| | | | | | | | This adds the options currently specified in rpc-connect-point.rs, though they don't do anything yet. We still have to implement the correct defaulting behavior. | |||||
| * | arti: Move RpcConfig to rpc.rs | Nick Mathewson | 2024-12-19 | 2 | -29/+33 | |
| | | ||||||
| * | add_warnings, *: Allow clippy::needless_lifetimes | Nick Mathewson | 2024-12-03 | 2 | -0/+2 | |
| | | | | | | | | | In 1.83, this warning triggers on many of our crates. We're thinking of fixing them all, but for now, we're going to disable the warning. This is part of #1765. | |||||
| * | arti: Add onion_service.enable_pow option. | Wesley Aptekar-Cassels | 2024-11-25 | 1 | -0/+4 | |
| | | | | | This currently is not implemented. | |||||
