Quasar/Server/Core/Commands
yankejustin be78162f63 Changes to output handling of commands
Added an "IsError" property to the ShellCommandResponse to denote if the
response should be handled a certain way (if it is a response to a
ShellCommand error, then print it differently).
Also correctly queues up two different threads on shell initialization.
These ManualResetEvents now will signal the Shell's redirected output to
handle either the output, or the error output. Not at the same time
(will cause deadlocking).
We now append the text instead of concatenating. Not sure how much more
efficient this is, but it is certainly more readable.
2015-05-27 14:46:10 -04:00
..
CommandHandler.cs Separated the CommandHandler 2015-05-15 21:15:44 -04:00
ConnectionHandler.cs Separated the CommandHandler 2015-05-15 21:15:44 -04:00
MiscHandler.cs Changes to output handling of commands 2015-05-27 14:46:10 -04:00
SurveillanceHandler.cs Disposing IDisposable Resources 2015-05-18 01:10:25 -04:00
SystemHandler.cs Added extension methods 2015-05-22 22:12:30 +02:00