Commit Graph

252 Commits (30548cdbfb55bd3a0b4cfc8d369743d08ebb3ef3)
 

Author SHA1 Message Date
Chip Senkbeil 30548cdbfb
Update referenced versions in READMEs and add note about doing so to PUBLISH.md 2 years ago
Chip Senkbeil fd325e4523
Release v0.18.0 2 years ago
Chip Senkbeil 2cdfb89751
Add test to verify larger files can be written, read, and appended 2 years ago
Chip Senkbeil 74a37209eb
Refactor --shutdown-after into --shutdown (#49) 2 years ago
Chip Senkbeil 8e8eb8c574
Release v0.17.6 2 years ago
Chip Senkbeil 1ff3ef2db1
Fix shutdown-after such that it now functions 2 years ago
Chip Senkbeil a0c7c492bd
Add publish guide so I won't forget 2 years ago
Chip Senkbeil 3b3e74462c
Fix Docker M1 Mac watcher failure and release v0.17.5 2 years ago
Chip Senkbeil 7849567c0f
Release v0.17.4 2 years ago
Chip Senkbeil 41d35f88de
Fix handling of IPv6 for Destination and DistantSingleKeyCredentials 2 years ago
Chip Senkbeil 7a474a7ca2
Release v0.17.3 2 years ago
Chip Senkbeil 768dbdc053
Rewrite Destination to no longer use uriparse library 2 years ago
Chip Senkbeil 86b34d23c6
Fix ssh settings not getting applied, ssh.bin being mispelled, and added ClientConnectConfig 2 years ago
Chip Senkbeil eadeb4c75b
Release v0.17.2 2 years ago
Chip Senkbeil 9097892c61
Move access control to be manager-specific 2 years ago
Chip Senkbeil 0633530a13
Expose `windows-pipe` and `unix-socket` regardless of platform 2 years ago
Chip Senkbeil 44b0dc065c
Split fallback_scheme into launch and connect choices 2 years ago
Chip Senkbeil 1ee2684d08
Update Map implementation of FromStr and Display to support escaped quotes and backslashes 2 years ago
Chip Senkbeil b582c556f4
Add logging to better clarify deserialization failures in distant-net 2 years ago
Chip Senkbeil 4223c4e03f
Fix json support for client launch/connect and add json format support for client select (#118) 2 years ago
Chip Senkbeil dde3cb275f
Fix dir read tests for cli action 2 years ago
Chip Senkbeil 5e1b6e7c51
Update cache to not fail on read error 2 years ago
Chip Senkbeil 33a30d98f0
Correct shutdown double panic 2 years ago
Chip Senkbeil 94326618c3
Try adding multiple attempts to launch server for cli 2 years ago
Chip Senkbeil b9d2e2e57e
Update termwiz 0.15.0 -> 0.17.1 2 years ago
Chip Senkbeil 90373bd1fb
Try bumping up most dependencies 2 years ago
Chip Senkbeil 2045272322
Remove unused dependencies based on `cargo +nightly udeps --all-targets --workspace --all-features` 2 years ago
Chip Senkbeil ea2e128bc4
Refactor to use distant manager (#112) 2 years ago
Chip Senkbeil a2e17ba35b
Switch CI tests to use release version 2 years ago
Chip Senkbeil 4105b61abe
Add dockerignore to speed up dockerfile 2 years ago
Chip Senkbeil 93b676062f
Add docker to build instructions 2 years ago
Chip Senkbeil e51392fcde
Simplify watch event passing by dropping events rather than blocking the hot code path 2 years ago
Chip Senkbeil 6991543ff7
Update readme example comment 2 years ago
Chip Senkbeil 65453d3f18
Minor documentation changes and update dockerfile to build from source 2 years ago
Chip Senkbeil baee1e2bfa
Fix watch tests for linux & bump dependency versions (#104)
* Fix #90
* Fix #103
* Update dependencies
2 years ago
Chip Senkbeil 4180ae279a
Bump to 0.16.4 and fix #80 and fix #102 2 years ago
Chip Senkbeil e4199bb773
Add dockerfile example 2 years ago
Chip Senkbeil 329213dbe4
Add --ssh-backend support to cli and bump to 0.16.3 2 years ago
Chip Senkbeil 353e58177b
Bump to 0.16.2 2 years ago
Chip Senkbeil 5c2ade97b1
Fix clippy warning 2 years ago
Chip Senkbeil 6d77eed814
Fix musl release 2 years ago
Chip Senkbeil 10d66db16f
Update to 0.16.1 release 2 years ago
Chip Senkbeil b53517892d
Update to 0.16.0 release 2 years ago
Chip Senkbeil 268ec948d6
Add filesystem watching & remove distant-lua (#102) 2 years ago
Chip Senkbeil f46eeea8d5
Add environment as new output session type and change defaults to environment for CLI (#98) 2 years ago
Chip Senkbeil 3794466dd0
Add windows & unix optional metadata (#96) 2 years ago
Chip Senkbeil 0308343794
Rename detached to persist (#94) 2 years ago
Chip Senkbeil 2e482ea20e
Update changelog with new additions 2 years ago
Chip Senkbeil 050bb3496a
Complete shell support (#89) 2 years ago
Chip Senkbeil c6c07c5c2c
Unfinished pty support, renaming ProcRun -> ProcSpawn and ProcStarted -> ProcSpawned, switch ProcStdin/ProcStdout/ProcStderr to use Vec<u8> instead of String, update RemoteProcess and RemoteLspProcess to support reading/writing string and vec<u8> 2 years ago