rnsh/rnsh
Aaron Heise ebdcb50265 Support for pipes. #3
Connects pipes on the listener child process the same way they are connected on the initiator--any combination of stdin, stdout, and stderr could be connected to a pipe. Any one of those not connected to a pipe will be connected to a pty.
2023-02-16 00:18:34 -06:00
..
__init__.py Several test-driven fixes 2023-02-14 15:42:55 -06:00
args.py Several test-driven fixes 2023-02-14 15:42:55 -06:00
exception.py Add test suite 2023-02-11 11:09:22 -06:00
hacks.py Protocol versioning, announce period option, old API workaround 2023-02-11 21:57:13 -06:00
process.py Support for pipes. #3 2023-02-16 00:18:34 -06:00
retry.py Allow retry timer callback to signal complete 2023-02-14 03:53:28 -06:00
rnsh.py Support for pipes. #3 2023-02-16 00:18:34 -06:00
rnslogging.py - Fix running rnsh initiator from a script 2023-02-13 15:40:16 -06:00
testlogging.py Address several code style concerns 2023-02-11 07:38:35 -06:00