A Windows software package providing an interface similar to a Unix pty-master for communicating with Windows console programs.
Go to file
Ryan Prichard f66e877cba Improve error handling in libpconsole.
If we couldn't create the new pipes, then perhaps some other process has
already created them.  I think it's a security hole to start the agent if
the pipe creation failed.
2012-03-21 03:28:31 -07:00
agent Move the three output binaries into a build directory. 2012-03-21 00:13:46 -07:00
build Move the three output binaries into a build directory. 2012-03-21 00:13:46 -07:00
include Add TODO comments. 2012-03-13 22:15:02 -07:00
libpconsole Improve error handling in libpconsole. 2012-03-21 03:28:31 -07:00
Misc Display Ctrl-C events in the ShowConsoleInput test program. 2012-03-19 21:13:10 -07:00
Shared Various changes intended to help with debugging. 2012-03-15 01:59:12 -07:00
TestNetClient Fix terminal output bugs in the TestNet client. 2011-11-24 03:03:25 -08:00
TestNetServer Update the TestNetServer. 2012-01-23 22:04:34 -08:00
unix-adapter Turn on -Wall and fix build warnings. No bug fixes. 2012-03-21 00:14:04 -07:00
.gitignore Work on switching from qmake to makefiles and reorganize code a little. 2012-01-21 17:30:41 -08:00
config-mingw.mk Remove cruft. 2012-01-21 17:33:41 -08:00
config-unix.mk Make the unix-adapter work on MSYS. 2012-02-20 03:34:14 -08:00
config.mk Turn on -Wall and fix build warnings. No bug fixes. 2012-03-21 00:14:04 -07:00
deploy.sh Add a PseudoConsole.dll library providing a client to the PseudoConsole 2012-01-09 00:56:55 -08:00
Makefile Add a Unix pty<->pconsole adapter. 2012-01-28 14:23:31 -08:00
Notes.txt Add some TODO items. 2012-03-20 23:45:59 -07:00