2002-12-29 Lluis Sanchez Gual * TcpServerChannel.cs: Changed default formatter sink to BinaryFormatterSink * TcpMessageIO.cs: warning corrected. * TcpConnectionPool.cs: changed default value of MaxOpenConnections. * TcpClientTransportSink.cs: implemented support for one way calls. * TcpClientChannel.cs: Changed default formatter sink to BinaryFormatterSink. * TcpChannel.cs: corrected Parse method. Now can parse channel uris. * BinaryServerFormatterSink.cs: Implemented. * BinaryClientFormatterSink.cs: Implemented. 2002-12-29 Lluis Sanchez Gual * CommonTransportKeys.cs: Implemented and added to CVS * TcpChannel.cs: Added. It is a more ore less complete implementation of the tcp channel, although not yet compatible with MS TcpChannel. * TcpClientChannel.cs: Added * TcpClientTransportSink.cs: Added * TcpClientTransportSinkProvider.cs: Added * TcpConnectionPool.cs: Added * TcpMessageIO.cs: Added * TcpServerChannel.cs: Added * TcpServerTransportSink.cs: Added * SimpleWireFormat.cs: Corrected a bug in method SerializeObject * SimpleServerFormatterSink.cs: Some small corrections * SimpleClientFormatterSink.cs: Some small corrections 2002-09-03 Dietmar Maurer * System.Runtime.Remoting.Channels.CORBA/CORBAChannel.cs: impl. the channel wrapper. * System.Runtime.Remoting.Channels.Simple/SimpleChannel.cs: impl. the channel wrapper. * System.Runtime.Remoting.Channels.Simple/SimpleServerChannel.cs (GetUrlsForUri): use all available channel uris. 2002-08-30 Dietmar Maurer * System.Runtime.Remoting.Channels.Simple/SimpleWireFormat.cs: add more types. 2002-08-14 Rodrigo Moya * TcpChannel.cs: new classes.