An open-source, cross-platform terminal for seamless workflows
Go to file
sawka c29c4a9a2d
PE-41 remote file api (#1)
* new remote file streaming API packets.  implemented 'stat' for remote files

* introduce filedata packets.  allow streaming RPCs.  fix RPC bug with combined packet parsers.  implement file streaming for filestream RPC.

* checkpoint on adding write-file

* completely untested write-file impl -- writefilecontext, condition var for signaling new data packets, cleanup goroutine, ready/done states.

* better error messages, also unlock MServer before calling done on wfcs

* fix bug with perm json tag.  change constant name
2023-08-31 22:03:38 -07:00
pkg PE-41 remote file api (#1) 2023-08-31 22:03:38 -07:00
.gitignore commit unused code in working version 2023-03-08 09:56:38 -08:00
go.mod bump dep versions 2023-08-03 14:58:15 -07:00
go.sum bump dep versions 2023-08-03 14:58:15 -07:00
LICENSE initial runner commit 2022-06-10 00:37:06 -07:00
main-mshell.go PE-41 remote file api (#1) 2023-08-31 22:03:38 -07:00
NOTICE.md initial runner commit 2022-06-10 00:37:06 -07:00
scripthaus.md fix path 2023-04-04 09:03:18 -07:00