Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/Mono.Posix/Mono.Remoting.Channels.Unix/ChangeLog')
-rw-r--r--mcs/class/Mono.Posix/Mono.Remoting.Channels.Unix/ChangeLog50
1 files changed, 0 insertions, 50 deletions
diff --git a/mcs/class/Mono.Posix/Mono.Remoting.Channels.Unix/ChangeLog b/mcs/class/Mono.Posix/Mono.Remoting.Channels.Unix/ChangeLog
deleted file mode 100644
index 69bcf9c2a3a..00000000000
--- a/mcs/class/Mono.Posix/Mono.Remoting.Channels.Unix/ChangeLog
+++ /dev/null
@@ -1,50 +0,0 @@
-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
- obsolete, and will eventually disappear.
-
-2005-10-18 Robert Jordan <robertj@gmx.net>
-
- * UnixChannel.cs: fixed ParseUnixURL to support channel URLs (those
- w/out an objectUri).
-
-2005-09-11 Robert Jordan <robertj@gmx.net>
-
- * UnixChannel.cs: fixed default ctor.
- * UnixServerChannel.cs: fixed GetUrlsForUri to return properly
- formatted unix URIs (the "?" was missing).
-
-2005-08-24 Lluis Sanchez Gual <lluis@novell.com>
-
- * 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 <lluis@novell.com>
-
- * UnixChannel.cs, UnixClientChannel.cs, UnixClientTransportSink.cs,
- UnixClientTransportSinkProvider.cs, UnixMessageIO.cs,
- UnixServerChannel.cs, UnixServerTransportSink.cs,
- UnixConnectionPool.cs: The new Unix socket remoting channel.
-