Commit Graph

347 Commits (b74cba28dfcdfa05adfa7631ca7b39e3ec9d90ec)
 

Author SHA1 Message Date
Chip Senkbeil 3019c63817
Fix link typo 3 years ago
Chip Senkbeil 4099a1340c
Add changelog 3 years ago
Chip Senkbeil 92bbe55a13
Merge branch 'master' of github.com:chipsenkbeil/distant 3 years ago
Chip Senkbeil 2c0883878d
Add --key-from-stdin option to listen cli command to read key from stdin instead of generating 3 years ago
Chip Senkbeil 669d419672
Remove dns resolution for ssh session and add disclaimer to distant session about dns resolution 3 years ago
Chip Senkbeil 0f56669ccd
Add more logging to distant and ssh handler proc_run methods 3 years ago
Chip Senkbeil a672515378
Improve distant-core readme 3 years ago
Chip Senkbeil fc2a6ab09c
Bump to v0.15.0 release and add readme for distant-ssh2 3 years ago
Chip Senkbeil fefcc66737
Bump to v0.15.0-alpha.22 and update distant/ssh handlers to inject exit code 0 when successful 3 years ago
Chip Senkbeil 1dc5b69236
Bump to v0.15.0-alpha.21 3 years ago
Chip Senkbeil 4957651696
Fix append_file and append_file_text not creating a file when missing 3 years ago
Chip Senkbeil dba8a80dd8
Bump to v0.15.0-alpha.20 and fix ssh -> distant session not binding to proper interface 3 years ago
Chip Senkbeil d62f91be76
Bump to v0.15.0-alpha.19 3 years ago
Chip Senkbeil 6d0e54bfa1
Remove --daemon in favor of opposite parameter --foreground 3 years ago
Chip Senkbeil e01a322866
Bump to v0.15.0-alpha.18 3 years ago
Chip Senkbeil 976544eebd
Fix inmemory stream getting stuck 3 years ago
Chip Senkbeil 0f6cf3d537
Bump to v0.15.0-alpha.17 3 years ago
Chip Senkbeil ab3417c7f2
Fix clippy warnings 3 years ago
Chip Senkbeil d025ff28ab
Fix stdout, stderr, and stdin causing deadlock; update status to only acquire a read lock 3 years ago
Chip Senkbeil 11c3e5c34e
Update nvim_wrap_async to use vim.defer_fn instead of schedule and support optional interval; bump to v0.15.0-alpha.16 3 years ago
Chip Senkbeil a8b6f3eb31
Add status method to RemoteProcess and lua module equivalent 3 years ago
Chip Senkbeil f021869310
Switch release to use an alpine container to build musl 3 years ago
Chip Senkbeil e0312c118c
Bump to v0.15.0-alpha.15 3 years ago
Chip Senkbeil 4050a421bc
Add spacing and change to DISTANT CONNECT from DISTANT DATA 3 years ago
Chip Senkbeil d4312649e6
Fix lockup of AsyncWrite for write half of transport by directly doing async call to trigger cx 3 years ago
Chip Senkbeil 7c27c24636
Fix InmemoryStreamWriteHalf AsyncWrite to properly yield pending upon full channel 3 years ago
Chip Senkbeil f1e0f82df5
Added missing error response support in SessionChannelExt 3 years ago
Chip Senkbeil ee8ca9c32b
Update release workflow with musl-cc for musl 3 years ago
Chip Senkbeil 056f186726
Fix bad test reference to PENDING instead of pending 3 years ago
Chip Senkbeil cfa736bf99
Add musl-cc as linker when building lua module for musl 3 years ago
Chip Senkbeil 9f5af13c86
Add version information to lua module 3 years ago
Chip Senkbeil f3fc15c197
Bump mlua to v0.6.6 3 years ago
Chip Senkbeil 89039e6dd8
Add rustflags to cargo/config.toml for x86_64-unknown-linux-musl to enable building cdylib without needing to export RUSTFLAGS 3 years ago
Chip Senkbeil 3d4e8e3063
Update release.yml with musl lib release 3 years ago
Chip Senkbeil 78f827faea
Fix clippy warning 3 years ago
Chip Senkbeil 201101cb7f
Bump to v0.15.0-alpha.14 3 years ago
Chip Senkbeil c2e588544f
Update wezterm-ssh dep to 0.2.0, fix ssh -> distant session, refactor session to have optional details included 3 years ago
Chip Senkbeil 043ae6ca4b
Couple of changes:
1. Add support to detach processes from distant server
2. Refactor distant_bin and distant_args to distant.bin and distant.args
3. Add use_login_shell option for launch distant opts
3 years ago
Chip Senkbeil bd526c9c82
Fix clippy warning 3 years ago
Chip Senkbeil 3d09ced685
Improve error reporting for failed directory creation via ssh2 3 years ago
Chip Senkbeil a5c761c62c
Fix bug where ReadBuf.put_slice(...) was used, but the slice was too big 3 years ago
Chip Senkbeil 733cc152ea
Bump to v0.15.0-alpha.12 and fix nil for distant_args 3 years ago
Chip Senkbeil 5cc05b8a7a
Bump to v0.15.0-alpha.11 3 years ago
Chip Senkbeil c1bc1f9db5
Update lua spawn, spawn_wait, and spawn_lsp args parameter to be optional 3 years ago
Chip Senkbeil c994d090da
Bump to v0.15.0-alpha.10 3 years ago
Chip Senkbeil 8757b8af44
Add distant_bin and distant_args to LaunchOpts 3 years ago
Chip Senkbeil 2ae80950cf
Bump to v0.15.0-alpha.9 3 years ago
Chip Senkbeil 909fe9c7ba
Change lua append_file_text and write_file_text data parameter to text 3 years ago
Chip Senkbeil 3c50bec8ea
Fix formatting and adjust cargo.lock 3 years ago
Chip Senkbeil cf24ba21c3
Bump to 0.15.0-alpha.8 3 years ago