ChangeLog 1.2 KB

1234567891011121314151617181920212223242526272829303132333435
  1. 2002-12-29 Lluis Sanchez Gual <[email protected]>
  2. * CommonTransportKeys.cs: Implemented and added to CVS
  3. * TcpChannel.cs: Added. It is a more ore less complete implementation
  4. of the tcp channel, although not yet compatible with MS TcpChannel.
  5. * TcpClientChannel.cs: Added
  6. * TcpClientTransportSink.cs: Added
  7. * TcpClientTransportSinkProvider.cs: Added
  8. * TcpConnectionPool.cs: Added
  9. * TcpMessageIO.cs: Added
  10. * TcpServerChannel.cs: Added
  11. * TcpServerTransportSink.cs: Added
  12. * SimpleWireFormat.cs: Corrected a bug in method SerializeObject
  13. * SimpleServerFormatterSink.cs: Some small corrections
  14. * SimpleClientFormatterSink.cs: Some small corrections
  15. 2002-09-03 Dietmar Maurer <[email protected]>
  16. * System.Runtime.Remoting.Channels.CORBA/CORBAChannel.cs:
  17. impl. the channel wrapper.
  18. * System.Runtime.Remoting.Channels.Simple/SimpleChannel.cs:
  19. impl. the channel wrapper.
  20. * System.Runtime.Remoting.Channels.Simple/SimpleServerChannel.cs
  21. (GetUrlsForUri): use all available channel uris.
  22. 2002-08-30 Dietmar Maurer <[email protected]>
  23. * System.Runtime.Remoting.Channels.Simple/SimpleWireFormat.cs: add
  24. more types.
  25. 2002-08-14 Rodrigo Moya <[email protected]>
  26. * TcpChannel.cs: new classes.