Quasar/Server/Core
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
..
Build Improved code readability in Renamer 2015-05-20 09:27:11 +02:00
Commands Changes to output handling of commands 2015-05-27 14:46:10 -04:00
Compression Disposing IDisposable Resources 2015-05-18 01:10:25 -04:00
Encryption Minor fixes 2015-05-14 11:06:17 +02:00
Extensions Added extension methods 2015-05-22 22:12:30 +02:00
Helper UPnP fix 2015-05-26 22:13:11 +02:00
Misc Added #121 (Update from File) 2015-05-26 15:55:52 +02:00
Packets Changes to output handling of commands 2015-05-27 14:46:10 -04:00
ProtoBuf Fixed code formatting 2015-04-21 20:27:52 +02:00
ReverseProxy Fixed redundant type specification 2015-05-18 21:53:25 -04:00
Client.cs Added extension methods 2015-05-22 22:12:30 +02:00
Server.cs Fixed #207 2015-05-26 19:35:28 +02:00
UserState.cs Reverse Proxy Form fix 2015-05-10 12:42:17 -05:00