[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / Mono.Posix / Mono.Remoting.Channels.Unix / ChangeLog
index fd5f3497911b1a4c5b4813aa804ff7c131d4e1fe..69bcf9c2a3a1e4489f89966f65cd314808798e54 100644 (file)
@@ -1,3 +1,15 @@
+2006-12-18  Lluis Sanchez Gual  <lluis@novell.com>
+
+       * UnixBinaryCore.cs: Added some null checks.
+       * UnixServerChannel.cs: Remoting does not call StartListening anymore
+         (for MS.NET compatibility), so it has to be explicitely called here.
+
+2006-09-15  Lluis Sanchez Gual  <lluis@novell.com> 
+
+       * UnixServerTransportSink.cs, UnixServerChannel.cs: 
+       When sending an async call response, don't use the original request
+       stream because it may have been used by another call.
+
 2005-11-02  Jonathan Pryor  <jonpryor@vt.edu>
 
        * UnixServerChannel.cs: Use Mono.Unix.Native.Syscall.  Mono.Unix.Syscall is