ChangeLog 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. 2002-12-29 Lluis Sanchez Gual <[email protected]>
  2. * TcpServerChannel.cs: Changed default formatter sink to BinaryFormatterSink
  3. * TcpMessageIO.cs: warning corrected.
  4. * TcpConnectionPool.cs: changed default value of MaxOpenConnections.
  5. * TcpClientTransportSink.cs: implemented support for one way calls.
  6. * TcpClientChannel.cs: Changed default formatter sink to BinaryFormatterSink.
  7. * TcpChannel.cs: corrected Parse method. Now can parse channel uris.
  8. * BinaryServerFormatterSink.cs: Implemented.
  9. * BinaryClientFormatterSink.cs: Implemented.
  10. 2002-12-29 Lluis Sanchez Gual <[email protected]>
  11. * CommonTransportKeys.cs: Implemented and added to CVS
  12. * TcpChannel.cs: Added. It is a more ore less complete implementation
  13. of the tcp channel, although not yet compatible with MS TcpChannel.
  14. * TcpClientChannel.cs: Added
  15. * TcpClientTransportSink.cs: Added
  16. * TcpClientTransportSinkProvider.cs: Added
  17. * TcpConnectionPool.cs: Added
  18. * TcpMessageIO.cs: Added
  19. * TcpServerChannel.cs: Added
  20. * TcpServerTransportSink.cs: Added
  21. * SimpleWireFormat.cs: Corrected a bug in method SerializeObject
  22. * SimpleServerFormatterSink.cs: Some small corrections
  23. * SimpleClientFormatterSink.cs: Some small corrections
  24. 2002-09-03 Dietmar Maurer <[email protected]>
  25. * System.Runtime.Remoting.Channels.CORBA/CORBAChannel.cs:
  26. impl. the channel wrapper.
  27. * System.Runtime.Remoting.Channels.Simple/SimpleChannel.cs:
  28. impl. the channel wrapper.
  29. * System.Runtime.Remoting.Channels.Simple/SimpleServerChannel.cs
  30. (GetUrlsForUri): use all available channel uris.
  31. 2002-08-30 Dietmar Maurer <[email protected]>
  32. * System.Runtime.Remoting.Channels.Simple/SimpleWireFormat.cs: add
  33. more types.
  34. 2002-08-14 Rodrigo Moya <[email protected]>
  35. * TcpChannel.cs: new classes.