ChangeLog 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. 2004-07-15 Lluis Sanchez Gual <[email protected]>
  2. * TcpServerChannel.cs: Set channel name from the provided properties.
  3. This fixes bug #61592.
  4. 2004-05-13 Lluis Sanchez Gual <[email protected]>
  5. * TcpChannel.cs: Made Init private.
  6. * TcpClientTransportSink.cs, TcpClientTransportSinkProvider.cs,
  7. TcpServerTransportSink.cs: Made internal.
  8. 2004-04-16 Lluis Sanchez Gual <[email protected]>
  9. * TcpClientChannel.cs: Initialize the sink provider in the default
  10. constructor.
  11. 2004-03-04 Lluis Sanchez Gual <[email protected]>
  12. * TcpServerChannel.cs: In the ProcessMessages() loop, moved the closing of
  13. the stream to the finally block, so it is called if the thread is aborted.
  14. 2004-02-27 Lluis Sanchez Gual <[email protected]>
  15. * TcpClientTransportSink.cs: Set the RequestUri transport header before
  16. sending the request.
  17. 2004-02-23 Lluis Sanchez Gual <[email protected]>
  18. * TcpClientTransportSink.cs: Release the connection after sending an
  19. OneWay call. This fixes bug #54671.
  20. 2003-12-23 Lluis Sanchez Gual <[email protected]>
  21. * TcpServerChannel.cs: If useIpAddress and bindAddress are both specified,
  22. set bindAddress as the host address for the client.
  23. 2003-12-19 Lluis Sanchez Gual <[email protected]>
  24. * TcpServerChannel.cs: Fixes in channel initialization.
  25. 2003-12-12 Lluis Sanchez Gual <[email protected]>
  26. * TcpChannel.cs: Added null check.
  27. 2003-11-16 Lluis Sanchez Gual <[email protected]>
  28. * TcpClientChannel.cs: Added support for name and priority properties.
  29. * TcpServerChannel.cs: Added support for priority, bindTo, useIpAddress,
  30. machineName and supressChannelData properties.
  31. * TcpChannel.cs, TcpServerTransportSink.cs: Formatting change.
  32. 2003-11-13 Lluis Sanchez Gual <[email protected]>
  33. * TcpChannel.cs: take into account name and priority properties.
  34. 2003-11-12 Lluis Sanchez Gual <[email protected]>
  35. * TcpServerChannel.cs: Remove listener initialization and StartListening
  36. call from constructor. It is called now by the remoting framework.
  37. * TcpConnectionPool.cs: Removed fixme.
  38. Older log entries can be found in the System.Runtime.Remoting ChangeLog.