Ignore test .dll and .pdb files
[mono.git] / mcs / class / System.Runtime.Remoting / ChangeLog
1 2003-12-03  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
2
3         * Makefile : added reference to System.Web.Services.dll
4
5 2003-12-03  Lluis Sanchez Gual <lluis@ximian.com>
6
7         * System.Runtime.Remoting.dll.sources: Added:
8                 System.Runtime.Remoting.MetadataServices/MetaDataExporter.cs
9                 System.Runtime.Remoting.MetadataServices/MetaDataCodeGenerator.cs
10         * Makefile: Added new assembly references.
11
12 2003-11-16  Lluis Sanchez Gual <lluis@ximian.com>
13
14         * System.Runtime.Remoting.dll.sources: Added:
15                 System.Runtime.Remoting.Channels/BinaryCore.cs
16                 System.Runtime.Remoting.Channels/ChannelCore.cs
17                 System.Runtime.Remoting.Channels/SoapCore.cs
18
19 2003-11-13  Lluis Sanchez Gual <lluis@ximian.com>
20
21         * System.Runtime.Remoting.dll.sources: Removed HttpThread.cs
22
23 2003-11-11  Lluis Sanchez Gual <lluis@ximian.com>
24
25         * System.Runtime.Remoting_test.dll.sources: Added CrossDomainCalls.cs test file.
26
27 2003-09-14  Lluis Sanchez Gual <lluis@ximian.com>
28
29         * TcpClientChannel.cs: Fixed constructor.
30         
31 2003-08-22  Lluis Sanchez Gual <lluis@ximian.com>
32
33         * System.Runtime.Remoting_test.dll.sources: Added DelegateCalls.cs test file.
34
35 2003-08-20  Lluis Sanchez Gual <lluis@ximian.com>
36
37         * TcpConnectionPool.cs: Check if a connection is alive before reusing
38           it. Added some properties to support this.
39
40 2003-08-20  Lluis Sanchez Gual <lluis@ximian.com>
41
42         * System.Runtime.Remoting_test.dll.sources: Added new test files.
43
44 2003-08-18  Lluis Sanchez Gual <lluis@ximian.com>
45
46         * HttpClientChannel.cs, HttpServerChannel.cs: Fixed bug #47703
47
48 2003-07-23  Lluis Sanchez Gual <lluis@ximian.com>
49
50         * Makefile: added dll extension to System.Runtime.Remoting reference
51
52 2003-07-23  Lluis Sanchez Gual <lluis@ximian.com>
53
54         * System.Runtime.Remoting_test.dll.sources: Added.
55         * Makefile: added test support.
56
57 2003-06-21  Lluis Sanchez Gual <lluis@ximian.com>
58
59         * HttpChannel.cs, HttpClientChannel.cs, HttpHelper.cs, HttpServer.cs,
60           HttpServerChannel.cs, HttpThread.cs: added new implementation of the HttpChannel
61           by Ahmad Tantawy, Ahmad Kadry and Hussein Mehanna.
62         * unix.args: added HttpHelper.cs,HttpServer.cs,HttpThread.cs.
63
64 2003-05-13  Lluis Sanchez Gual <lluis@ideary.com>
65
66         * BinaryServerFormatterSink.cs: The uri of the target object is now assigned
67           to the message through the HeaderHandler delegate.
68
69 2003-04-27  Lluis Sanchez Gual <lluis@ideary.com>
70
71         * TcpChannel.cs: The port property may not be an string. Fixed.
72         * TcpServerChannel.cs: Added some fixes by Jerome Laban. Implemented
73           some channel properties.
74
75 2003-04-03  Lluis Sanchez Gual <lluis@ideary.com>
76
77         * TcpMessageIO.cs: Changed header format to match MS.NET. Based on the patch
78           sent by Jose Luís Martín.
79         * TcpClientTransportSink.cs: Improved support for OneWay messages.
80         * BinaryClientFormatterSink.cs: Added Content-Type header.
81
82 2003-03-25  Martin Willemoes Hansen <mwh@sysrq.dk>
83         
84         * Stubed System.Runtime.Remoting.MetadataServices
85
86 2003-03-22  Martin Willemoes Hansen <mwh@sysrq.dk>
87
88         * Stubed System.Runtime.Remoting.Channels.Http
89
90 2003-02-05  Alvaro del Castillo <acs@barrapunto.com>
91
92         * System.Runtime.Remoting.Channels.Tcp/TcpClientTransportSink.cs:
93         * System.Runtime.Remoting.Channels.Tcp/TcpMessageIO.cs:
94         * System.Runtime.Remoting.Channels.Tcp/TcpServerChannel.cs:
95         Change MessageType to MessageStatus so the code is
96         more clear
97
98 2002-12-29  Lluis Sanchez Gual <lluis@ideary.com>
99
100         * TcpServerChannel.cs: Changed management of listener threads.
101         * TcpConnectionPool.cs: Add shutdown method.
102         * TcpChannel.cs: Corrected shutdown method.
103
104 2002-12-29  Lluis Sanchez Gual <lluis@ideary.com>
105
106         * TcpServerChannel.cs: Changed default formatter sink to BinaryFormatterSink
107         * TcpMessageIO.cs: warning corrected.
108         * TcpConnectionPool.cs: changed default value of MaxOpenConnections.
109         * TcpClientTransportSink.cs: implemented support for one way calls.
110         * TcpClientChannel.cs: Changed default formatter sink to BinaryFormatterSink.
111         * TcpChannel.cs: corrected Parse method. Now can parse channel uris.
112         * BinaryServerFormatterSink.cs: Implemented.
113         * BinaryClientFormatterSink.cs: Implemented.
114         
115 2002-12-29  Lluis Sanchez Gual <lluis@ideary.com>
116
117         * CommonTransportKeys.cs: Implemented and added to CVS
118         * TcpChannel.cs: Added. It is a more ore less complete implementation
119           of the tcp channel, although not yet compatible with MS TcpChannel.
120         * TcpClientChannel.cs: Added
121         * TcpClientTransportSink.cs: Added
122         * TcpClientTransportSinkProvider.cs: Added
123         * TcpConnectionPool.cs: Added
124         * TcpMessageIO.cs: Added
125         * TcpServerChannel.cs: Added
126         * TcpServerTransportSink.cs: Added
127         * SimpleWireFormat.cs: Corrected a bug in method SerializeObject
128         * SimpleServerFormatterSink.cs: Some small corrections
129         * SimpleClientFormatterSink.cs: Some small corrections
130
131 2002-09-03  Dietmar Maurer  <dietmar@ximian.com>
132
133         * System.Runtime.Remoting.Channels.CORBA/CORBAChannel.cs:
134         impl. the channel wrapper.
135
136         * System.Runtime.Remoting.Channels.Simple/SimpleChannel.cs:
137         impl. the channel wrapper.
138
139         * System.Runtime.Remoting.Channels.Simple/SimpleServerChannel.cs
140         (GetUrlsForUri): use all available channel uris. 
141
142 2002-08-30  Dietmar Maurer  <dietmar@ximian.com>
143
144         * System.Runtime.Remoting.Channels.Simple/SimpleWireFormat.cs: add
145         more types.
146
147 2002-08-14  Rodrigo Moya <rodrigo@ximian.com>
148
149         * TcpChannel.cs: new classes.