winpty/TestNetServer
Ryan Prichard e3ce5c0ff0 Checkpoint work on the Windows server.
* Use disconnected() instead of readChannelFinished().

 * Cleanup.  There are three bidirectional pipes conceptually:
      console <-> agent
      agent <-> server
      server <-> client
   If one end of a pipe dies, start closing the other end, then clean up.
   If the console dies (e.g. because cmd.exe exits), we still want to
   collect the final console output and send it to the client.

   To help with this, in the Agent, I call GetConsoleProcessList, then
   scrapeOutput, then (potentially) disconnectFromServer.
2011-11-24 03:03:25 -08:00
..
main.cc Rename TelnetServer to TestNetServer to accurately reflect its actual 2011-11-24 03:03:25 -08:00
Server.cc Rename TelnetServer to TestNetServer to accurately reflect its actual 2011-11-24 03:03:25 -08:00
Server.h Rename TelnetServer to TestNetServer to accurately reflect its actual 2011-11-24 03:03:25 -08:00
Session.cc Checkpoint work on the Windows server. 2011-11-24 03:03:25 -08:00
Session.h Checkpoint work on the Windows server. 2011-11-24 03:03:25 -08:00
TestNetServer.pro Rename TelnetServer to TestNetServer to accurately reflect its actual 2011-11-24 03:03:25 -08:00