A Windows software package providing an interface similar to a Unix pty-master for communicating with Windows console programs.
Go to file
Ryan Prichard 90164c34a9 Get the agent + libpconsole + unix-adapter trio working.
- Update the Agent to use separate control and data pipes and to receive
   arbitrary-sized packets.  Handle child process creation in the agent.

 - Fix bugs in libpconsole:
    - Insert a space between the pipe names on the agent command line.
    - Don't close the desktop and window station until after connecting
      to the agent's pipes.

 - Change the format of the pconsole_start_process env parameter from an
   array of wide-character-string pointers to a single contiguous block of
   memory, like that accepted by CreateProcess.
2012-02-20 01:23:46 -08:00
agent Get the agent + libpconsole + unix-adapter trio working. 2012-02-20 01:23:46 -08:00
include Get the agent + libpconsole + unix-adapter trio working. 2012-02-20 01:23:46 -08:00
libpconsole Get the agent + libpconsole + unix-adapter trio working. 2012-02-20 01:23:46 -08:00
Misc Delete some dead code (Console directory) and reorganize. 2012-01-21 02:31:27 -08:00
Shared Get the agent + libpconsole + unix-adapter trio working. 2012-02-20 01:23:46 -08: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 Get the agent + libpconsole + unix-adapter trio working. 2012-02-20 01:23:46 -08: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-qt.mk Work on switching from qmake to makefiles and reorganize code a little. 2012-01-21 17:30:41 -08:00
config.mk Work on switching from qmake to makefiles and reorganize code a little. 2012-01-21 17:30:41 -08: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 TODO items. 2012-01-10 00:56:29 -08:00