c6f81e4
(HEAD -> main)
make ctrl-c work properly.. by
2022-04-12 17:53:14 -0700
fd2c5f9
add some documentation, wrap a few long lines.. by
2022-04-12 17:28:37 -0700
7f7f187
add support for server and client to do forwarding to TCP streams... by
2022-04-12 16:45:58 -0700
11b4275
pretty big change here... add id's to the commands to keep track of them, and makes it easy to await on them. by
2020-12-15 13:21:46 -0800
b5885a4
make sure that _proc exists before sending exec command.. by
2020-12-14 23:15:39 -0800
ccdfd7a
restructure wait_closed to make sure it sends the chan closed... by
2020-12-14 22:31:37 -0800
4573195
add function to clear the handler.. by
2020-12-14 22:12:19 -0800
53c3c2a
add code to call a shutdown function to allow implementations to clean up by
2020-12-14 18:05:16 -0800
23679ff
more doc strings.. use an __all__ to limit what pydoc displays by default.. by
2020-12-13 16:38:58 -0800
f85627b
fix wait_closed to wait.. use asyncio.Event instead of rolling my own... by
2020-12-13 16:25:16 -0800
77f7198
add a bunch of doc strings.. still more to come, but discovered a test coverage bug.. by
2020-12-13 15:41:32 -0800
75ceac2
implement the server side of things... by
2020-12-13 15:22:15 -0800
34c3f65
move the protocol spec to the README, and flesh it out more... by
2020-12-13 15:21:39 -0800
10dae01
this is the fake server, not a real server.. by
2020-12-13 12:07:37 -0800
41b5086
implement the client mostly... oob is not being used currently, and this is partly due to the fact that right now only one exec can be run... by
2020-12-13 00:58:54 -0800
3b41828
add first cut of wsfwd, only implements auth.. rest to follow.. by
2020-12-12 21:57:34 -0800