| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- 2003-02-05 Alvaro del Castillo <[email protected]>
- * System.Runtime.Remoting.Channels.Tcp/TcpClientTransportSink.cs:
- * System.Runtime.Remoting.Channels.Tcp/TcpMessageIO.cs:
- * System.Runtime.Remoting.Channels.Tcp/TcpServerChannel.cs:
- Change MessageType to MessageStatus so the code is
- more clear
- 2002-12-29 Lluis Sanchez Gual <[email protected]>
- * TcpServerChannel.cs: Changed management of listener threads.
- * TcpConnectionPool.cs: Add shutdown method.
- * TcpChannel.cs: Corrected shutdown method.
- 2002-12-29 Lluis Sanchez Gual <[email protected]>
- * 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 <[email protected]>
- * 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 <[email protected]>
- * 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 <[email protected]>
- * System.Runtime.Remoting.Channels.Simple/SimpleWireFormat.cs: add
- more types.
- 2002-08-14 Rodrigo Moya <[email protected]>
- * TcpChannel.cs: new classes.
|