| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | rpc-connect: Remove remaining TODO RPCs | Nick Mathewson | 2025-01-27 | 1 | -4/+1 |
| | | | | | I have checked the relevant code, and it seems okay. | ||||
| * | rpc: Document windows USER_DEFAULT connect point. | Nick Mathewson | 2025-01-15 | 1 | -1/+0 |
| | | |||||
| * | tor-rpc-connect: move cookie auth support to its own module. | Nick Mathewson | 2025-01-15 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'mod-module-files' into 'main' | Nick Mathewson | 2025-01-07 | 1 | -0/+1 |
| |\ | | | | | | | | | clippy: deny `mod_module_files` See merge request tpo/core/arti!2689 | ||||
| | * | clippy: deny `mod_module_files` | Steven Engler | 2025-01-06 | 1 | -0/+1 |
| | | | | | | | | | | | | | Denies 'mod.rs' files for consistency. https://rust-lang.github.io/rust-clippy/master/index.html#mod_module_files | ||||
| * | | Merge branch 'bug1776' into 'main' | Nick Mathewson | 2025-01-06 | 1 | -1/+0 |
| |\ \ | |/ |/| | | | | | | | | | rpc-connect: Remove cfg(unix) of SYSTEM_DEFAULT_CONNECT_POINT Closes #1776 See merge request tpo/core/arti!2667 | ||||
| | * | rpc-connect: Remove cfg(unix) of SYSTEM_DEFAULT_CONNECT_POINT | Nick Mathewson | 2024-12-11 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | When we switched this definition to use `cfg_if`, we overlooked the `#[cfg(unix)]`. Fixes #1776. | ||||
| * | | rpc-connect: Use try_lock when acquiring fslock | Nick Mathewson | 2024-12-19 | 1 | -0/+5 |
| | | | | | | | | | | | This lets us bail when another process has bound to our connect point, rather than blocking indefinitely. | ||||
| * | | connpt: Make unix socket handling more robust. | Nick Mathewson | 2024-12-19 | 1 | -17/+2 |
| |/ | | | | | | | | | | Grab an associated lock file... - ... then delete the socket file (if it's present) ... - ... then bind to it. On exit: - remove the socket - then drop the lock. | ||||
| * | connpt: use cfg-if to declare connect point defaults. | Nick Mathewson | 2024-12-09 | 1 | -20/+27 |
| | | |||||
| * | connpts: Add default connect points as constants. | Nick Mathewson | 2024-12-09 | 1 | -0/+60 |
| | | |||||
| * | add_warnings, *: Allow clippy::needless_lifetimes | Nick Mathewson | 2024-12-03 | 1 | -0/+1 |
| | | | | | | | | | 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. | ||||
| * | connect point: Add server support. | Nick Mathewson | 2024-11-19 | 1 | -0/+2 |
| | | | | | | ("Server support" here means binding to a socket and reading a cookie file.) | ||||
| * | connect point: Add client support. | Nick Mathewson | 2024-11-19 | 1 | -0/+90 |
| | | | | | | ("Client support" here means connecting to a socket and reading a cookie file.) | ||||
| * | rpc-connect: Types for cookie authentication. | Nick Mathewson | 2024-11-19 | 1 | -0/+1 |
| | | | | | (Cookie authentication is described in rpc-cookie-sketch.md) | ||||
| * | rpc-connect: Move tempdir() helper to a new module | Nick Mathewson | 2024-11-19 | 1 | -0/+2 |
| | | |||||
| * | RPC connect points: Facility to load from files. | Nick Mathewson | 2024-11-19 | 1 | -0/+35 |
| | | |||||
| * | tor-connect-point: new crate to manage RPC connect points | Nick Mathewson | 2024-11-19 | 1 | -0/+97 |
| See doc/dev/rpc-book/src/rpc-connect-sketch.md for details. | |||||
