ChangeLog 2.2 KB

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