radicle-heartwood-lfs/crates/radicle-cli
Lorenz Leutgeb 009436efac ssh: Use winpipe for SSH agent on Windows
The trait `radicle_ssh::agent::client::ClientStream` trait was
simplified, because `winpipe::WinStream` is so similar to
`std::os::unix::net::UnixStream` that we can just use the same
implementation for both platforms.

However, obtaining the process identifier of the SSH agent process is
not common on Windows, so we instead track the path that we used to
connect to the agent. This is also helpful on Unix. In some cases, the
path will even contain the process identifier. The path is printed by
`rad self`.

Errors are cleaned up, and error messages are improved.
2025-07-23 10:31:15 +02:00
..
examples cli: improve default branch pick 2025-07-23 07:43:27 +01:00
src ssh: Use winpipe for SSH agent on Windows 2025-07-23 10:31:15 +02:00
tests cli: improve default branch pick 2025-07-23 07:43:27 +01:00
Cargo.toml chore: prepare crates release 2025-07-14 15:38:09 +01:00
build.rs repo: Move workspace crates into `crates` subdirectory 2025-06-09 15:09:21 +02:00