ChangeLog 1.9 KB

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