X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FMono.Posix%2FMono.Remoting.Channels.Unix%2FChangeLog;h=69bcf9c2a3a1e4489f89966f65cd314808798e54;hb=bf5947a0fd2b523c30833605ee69b2b041aa43f4;hp=8e48fc8eb7bb53ff94983890ead186a7b86364d3;hpb=aab3a78940f39b62d1e707e06117cd403fc3f23f;p=mono.git diff --git a/mcs/class/Mono.Posix/Mono.Remoting.Channels.Unix/ChangeLog b/mcs/class/Mono.Posix/Mono.Remoting.Channels.Unix/ChangeLog index 8e48fc8eb7b..69bcf9c2a3a 100644 --- a/mcs/class/Mono.Posix/Mono.Remoting.Channels.Unix/ChangeLog +++ b/mcs/class/Mono.Posix/Mono.Remoting.Channels.Unix/ChangeLog @@ -1,3 +1,46 @@ +2006-12-18 Lluis Sanchez Gual + + * 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 + + * 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 + + * UnixServerChannel.cs: Use Mono.Unix.Native.Syscall. Mono.Unix.Syscall is + obsolete, and will eventually disappear. + +2005-10-18 Robert Jordan + + * UnixChannel.cs: fixed ParseUnixURL to support channel URLs (those + w/out an objectUri). + +2005-09-11 Robert Jordan + + * UnixChannel.cs: fixed default ctor. + * UnixServerChannel.cs: fixed GetUrlsForUri to return properly + formatted unix URIs (the "?" was missing). + +2005-08-24 Lluis Sanchez Gual + + * UnixServerChannel.cs: + * UnixClientChannel.cs: Use the internal binary formatter sink. + + * UnixBinaryServerFormatterSink.cs: + * UnixBinaryClientFormatterSinkProvider.cs: + * UnixBinaryClientFormatterSink.cs: + * UnixBinaryCore.cs: + * UnixBinaryServerFormatterSinkProvider.cs: New internal formatter sink, + to avoid dependency with System.Runtime.Remoting.dll. + + * UnixClientTransportSink.cs: + * UnixMessageIO.cs: Don't use CommonTransportKeys. + 2005-07-28 Lluis Sanchez Gual * UnixChannel.cs, UnixClientChannel.cs, UnixClientTransportSink.cs,