* TcpMessageIO.cs: Changed header format to match MS.NET. Based on the patch
[mono.git] / mcs / class / System.Runtime.Remoting / ChangeLog
1 2002-04-03  Lluis Sanchez Gual <lluis@ideary.com>
2
3         * TcpMessageIO.cs: Changed header format to match MS.NET. Based on the patch
4           sent by Jose Luís Martín.
5         * TcpClientTransportSink.cs: Improved support for OneWay messages.
6         * BinaryClientFormatterSink.cs: Added Content-Type header.
7
8 2003-03-25  Martin Willemoes Hansen <mwh@sysrq.dk>
9         
10         * Stubed System.Runtime.Remoting.MetadataServices
11
12 2003-03-22  Martin Willemoes Hansen <mwh@sysrq.dk>
13
14         * Stubed System.Runtime.Remoting.Channels.Http
15
16 2003-02-05  Alvaro del Castillo <acs@barrapunto.com>
17
18         * System.Runtime.Remoting.Channels.Tcp/TcpClientTransportSink.cs:
19         * System.Runtime.Remoting.Channels.Tcp/TcpMessageIO.cs:
20         * System.Runtime.Remoting.Channels.Tcp/TcpServerChannel.cs:
21         Change MessageType to MessageStatus so the code is
22         more clear
23
24 2002-12-29  Lluis Sanchez Gual <lluis@ideary.com>
25
26         * TcpServerChannel.cs: Changed management of listener threads.
27         * TcpConnectionPool.cs: Add shutdown method.
28         * TcpChannel.cs: Corrected shutdown method.
29
30 2002-12-29  Lluis Sanchez Gual <lluis@ideary.com>
31
32         * TcpServerChannel.cs: Changed default formatter sink to BinaryFormatterSink
33         * TcpMessageIO.cs: warning corrected.
34         * TcpConnectionPool.cs: changed default value of MaxOpenConnections.
35         * TcpClientTransportSink.cs: implemented support for one way calls.
36         * TcpClientChannel.cs: Changed default formatter sink to BinaryFormatterSink.
37         * TcpChannel.cs: corrected Parse method. Now can parse channel uris.
38         * BinaryServerFormatterSink.cs: Implemented.
39         * BinaryClientFormatterSink.cs: Implemented.
40         
41 2002-12-29  Lluis Sanchez Gual <lluis@ideary.com>
42
43         * CommonTransportKeys.cs: Implemented and added to CVS
44         * TcpChannel.cs: Added. It is a more ore less complete implementation
45           of the tcp channel, although not yet compatible with MS TcpChannel.
46         * TcpClientChannel.cs: Added
47         * TcpClientTransportSink.cs: Added
48         * TcpClientTransportSinkProvider.cs: Added
49         * TcpConnectionPool.cs: Added
50         * TcpMessageIO.cs: Added
51         * TcpServerChannel.cs: Added
52         * TcpServerTransportSink.cs: Added
53         * SimpleWireFormat.cs: Corrected a bug in method SerializeObject
54         * SimpleServerFormatterSink.cs: Some small corrections
55         * SimpleClientFormatterSink.cs: Some small corrections
56
57 2002-09-03  Dietmar Maurer  <dietmar@ximian.com>
58
59         * System.Runtime.Remoting.Channels.CORBA/CORBAChannel.cs:
60         impl. the channel wrapper.
61
62         * System.Runtime.Remoting.Channels.Simple/SimpleChannel.cs:
63         impl. the channel wrapper.
64
65         * System.Runtime.Remoting.Channels.Simple/SimpleServerChannel.cs
66         (GetUrlsForUri): use all available channel uris. 
67
68 2002-08-30  Dietmar Maurer  <dietmar@ximian.com>
69
70         * System.Runtime.Remoting.Channels.Simple/SimpleWireFormat.cs: add
71         more types.
72
73 2002-08-14  Rodrigo Moya <rodrigo@ximian.com>
74
75         * TcpChannel.cs: new classes.