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