A Windows software package providing an interface similar to a Unix pty-master for communicating with Windows console programs.
Go to file
Ryan Prichard 5010f5e1a6 Print an error message when CreateProcess fails.
I suspect that the library API (pconsole_open) should not be calling exit
if it can't start the agent process, but I don't want to deal with that
right now.
2012-03-24 17:19:55 -07:00
agent Print an error message when CreateProcess fails. 2012-03-24 17:19:55 -07:00
build Replace build/.placeholder with build/.gitkeep. 2012-03-23 03:48:40 -07:00
include Add comments to the pconsole.h header file. 2012-03-24 17:17:23 -07:00
libpconsole Print an error message when CreateProcess fails. 2012-03-24 17:19:55 -07:00
Misc In the UNIX adapter, start the child process specified on the command line. 2012-03-24 16:48:41 -07:00
Shared Work on the agent debugging code. 2012-03-24 16:43:50 -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 Print an error message when CreateProcess fails. 2012-03-24 17:19:55 -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 Add an MIT copyright notice to all the source files. 2012-03-23 03:11:34 -07:00
config-unix.mk Add an MIT copyright notice to all the source files. 2012-03-23 03:11:34 -07:00
config.mk Add an MIT copyright notice to all the source files. 2012-03-23 03:11:34 -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 an MIT copyright notice to all the source files. 2012-03-23 03:11:34 -07:00
Notes.txt Add some TODO items. 2012-03-20 23:45:59 -07:00