2008-01-16 Zoltan Varga <vargaz@gmail.com>
[mono.git] / mcs / class / System.Runtime.Remoting / ChangeLog
1 2007-05-19  Robert Jordan  <robertj@gmx.net>
2
3         * System.Runtime.Remoting_test.dll.sources: add IpcChannelTest.cs
4
5 2007-01-09  Robert Jordan  <robertj@gmx.net>
6
7         * System.Runtime.Remoting_test.dll.sources: add GenericTest.cs.
8
9 2005-11-16  Vladislav Spivak  <spivak@mainsoft.com>
10         * Added net_1_1_java source includes and excludes
11
12 2005-11-05  Robert Jordan  <robertj@gmx.net>
13
14         * System.Runtime.Remoting.dll.sources: Added Channels/IAuthorizeRemotingConnection.cs
15
16 2005-11-06  Svetlana Zholkovsky  <svetlanaz@mainsoft.com>
17
18         * Add System.Runtime.Remoting.vmwcsproj and System.Runtime.Remoting.sln
19         * AssemblyInfo.cs: only TARGET_JVM changes
20
21 2005-11-05  Robert Jordan  <robertj@gmx.net>
22
23         * System.Runtime.Remoting.dll.sources: Removed Ipc/IpcChannelFactory.cs
24
25 2005-10-19  Robert Jordan  <robertj@gmx.net>
26
27         * System.Runtime.Remoting.dll.sources: Added S.R.R.Channels.Ipc*
28         * System.Runtime.Remoting_test.dll.sources: Added IpcCalls.cs
29
30 2005-10-16  Robert Jordan  <robertj@gmx.net>
31
32         * Added System.Runtime.Remoting.Channels.Ipc* for NET_2_0
33
34 2005-01-14  Lluis Sanchez Gual  <lluis@novell.com>
35
36         * System.Runtime.Remoting_test.dll.sources: Added:
37                 System.Runtime.Remoting.Channels/RemotingThreadPool.cs
38
39 2004-10-25  Zoltan Varga  <vargaz@freemail.hu>
40
41         * Makefile: Add '.' to MONO_PATH during test. Fixes #68377.
42
43 2004-09-27  Lluis Sanchez Gual <lluis@novell.com>
44
45         * System.Runtime.Remoting_test.dll.sources: Added RemotingServicesTest.cs.
46
47 2004-06-23  Lluis Sanchez Gual <lluis@ximian.com>
48
49         * System.Runtime.Remoting_test.dll.sources: Added ActivationTests.cs.
50
51 2004-05-13  Lluis Sanchez Gual <lluis@ximian.com>
52
53         * System.Runtime.Remoting.dll.sources: Added:
54           System.Runtime.Remoting.Channels.Http/AggregateDictionary.cs,
55           System.Runtime.Remoting.Services/RemotingClientProxy.cs,
56           System.Runtime.Remoting.Services/RemotingService.cs
57
58 2004-04-29  Lluis Sanchez Gual <lluis@ximian.com>
59
60         * Makefile: Removed unneeded System.Web.Services dependency.
61
62 2004-03-31  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
63
64         * System.Runtime.Remoting.dll.sources: Added:
65           AssemblyInfo and Locale
66
67 2003-12-03  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>
68
69         * Makefile : added reference to System.Web.Services.dll
70
71 2003-12-03  Lluis Sanchez Gual <lluis@ximian.com>
72
73         * System.Runtime.Remoting.dll.sources: Added:
74                 System.Runtime.Remoting.MetadataServices/MetaDataExporter.cs
75                 System.Runtime.Remoting.MetadataServices/MetaDataCodeGenerator.cs
76         * Makefile: Added new assembly references.
77
78 2003-11-16  Lluis Sanchez Gual <lluis@ximian.com>
79
80         * System.Runtime.Remoting.dll.sources: Added:
81                 System.Runtime.Remoting.Channels/BinaryCore.cs
82                 System.Runtime.Remoting.Channels/ChannelCore.cs
83                 System.Runtime.Remoting.Channels/SoapCore.cs
84
85 2003-11-13  Lluis Sanchez Gual <lluis@ximian.com>
86
87         * System.Runtime.Remoting.dll.sources: Removed HttpThread.cs
88
89 2003-11-11  Lluis Sanchez Gual <lluis@ximian.com>
90
91         * System.Runtime.Remoting_test.dll.sources: Added CrossDomainCalls.cs test file.
92
93 2003-09-14  Lluis Sanchez Gual <lluis@ximian.com>
94
95         * TcpClientChannel.cs: Fixed constructor.
96         
97 2003-08-22  Lluis Sanchez Gual <lluis@ximian.com>
98
99         * System.Runtime.Remoting_test.dll.sources: Added DelegateCalls.cs test file.
100
101 2003-08-20  Lluis Sanchez Gual <lluis@ximian.com>
102
103         * TcpConnectionPool.cs: Check if a connection is alive before reusing
104           it. Added some properties to support this.
105
106 2003-08-20  Lluis Sanchez Gual <lluis@ximian.com>
107
108         * System.Runtime.Remoting_test.dll.sources: Added new test files.
109
110 2003-08-18  Lluis Sanchez Gual <lluis@ximian.com>
111
112         * HttpClientChannel.cs, HttpServerChannel.cs: Fixed bug #47703
113
114 2003-07-23  Lluis Sanchez Gual <lluis@ximian.com>
115
116         * Makefile: added dll extension to System.Runtime.Remoting reference
117
118 2003-07-23  Lluis Sanchez Gual <lluis@ximian.com>
119
120         * System.Runtime.Remoting_test.dll.sources: Added.
121         * Makefile: added test support.
122
123 2003-06-21  Lluis Sanchez Gual <lluis@ximian.com>
124
125         * HttpChannel.cs, HttpClientChannel.cs, HttpHelper.cs, HttpServer.cs,
126           HttpServerChannel.cs, HttpThread.cs: added new implementation of the HttpChannel
127           by Ahmad Tantawy, Ahmad Kadry and Hussein Mehanna.
128         * unix.args: added HttpHelper.cs,HttpServer.cs,HttpThread.cs.
129
130 2003-05-13  Lluis Sanchez Gual <lluis@ideary.com>
131
132         * BinaryServerFormatterSink.cs: The uri of the target object is now assigned
133           to the message through the HeaderHandler delegate.
134
135 2003-04-27  Lluis Sanchez Gual <lluis@ideary.com>
136
137         * TcpChannel.cs: The port property may not be an string. Fixed.
138         * TcpServerChannel.cs: Added some fixes by Jerome Laban. Implemented
139           some channel properties.
140
141 2003-04-03  Lluis Sanchez Gual <lluis@ideary.com>
142
143         * TcpMessageIO.cs: Changed header format to match MS.NET. Based on the patch
144           sent by Jose Luís Martín.
145         * TcpClientTransportSink.cs: Improved support for OneWay messages.
146         * BinaryClientFormatterSink.cs: Added Content-Type header.
147
148 2003-03-25  Martin Willemoes Hansen <mwh@sysrq.dk>
149         
150         * Stubed System.Runtime.Remoting.MetadataServices
151
152 2003-03-22  Martin Willemoes Hansen <mwh@sysrq.dk>
153
154         * Stubed System.Runtime.Remoting.Channels.Http
155
156 2003-02-05  Alvaro del Castillo <acs@barrapunto.com>
157
158         * System.Runtime.Remoting.Channels.Tcp/TcpClientTransportSink.cs:
159         * System.Runtime.Remoting.Channels.Tcp/TcpMessageIO.cs:
160         * System.Runtime.Remoting.Channels.Tcp/TcpServerChannel.cs:
161         Change MessageType to MessageStatus so the code is
162         more clear
163
164 2002-12-29  Lluis Sanchez Gual <lluis@ideary.com>
165
166         * TcpServerChannel.cs: Changed management of listener threads.
167         * TcpConnectionPool.cs: Add shutdown method.
168         * TcpChannel.cs: Corrected shutdown method.
169
170 2002-12-29  Lluis Sanchez Gual <lluis@ideary.com>
171
172         * TcpServerChannel.cs: Changed default formatter sink to BinaryFormatterSink
173         * TcpMessageIO.cs: warning corrected.
174         * TcpConnectionPool.cs: changed default value of MaxOpenConnections.
175         * TcpClientTransportSink.cs: implemented support for one way calls.
176         * TcpClientChannel.cs: Changed default formatter sink to BinaryFormatterSink.
177         * TcpChannel.cs: corrected Parse method. Now can parse channel uris.
178         * BinaryServerFormatterSink.cs: Implemented.
179         * BinaryClientFormatterSink.cs: Implemented.
180         
181 2002-12-29  Lluis Sanchez Gual <lluis@ideary.com>
182
183         * CommonTransportKeys.cs: Implemented and added to CVS
184         * TcpChannel.cs: Added. It is a more ore less complete implementation
185           of the tcp channel, although not yet compatible with MS TcpChannel.
186         * TcpClientChannel.cs: Added
187         * TcpClientTransportSink.cs: Added
188         * TcpClientTransportSinkProvider.cs: Added
189         * TcpConnectionPool.cs: Added
190         * TcpMessageIO.cs: Added
191         * TcpServerChannel.cs: Added
192         * TcpServerTransportSink.cs: Added
193         * SimpleWireFormat.cs: Corrected a bug in method SerializeObject
194         * SimpleServerFormatterSink.cs: Some small corrections
195         * SimpleClientFormatterSink.cs: Some small corrections
196
197 2002-09-03  Dietmar Maurer  <dietmar@ximian.com>
198
199         * System.Runtime.Remoting.Channels.CORBA/CORBAChannel.cs:
200         impl. the channel wrapper.
201
202         * System.Runtime.Remoting.Channels.Simple/SimpleChannel.cs:
203         impl. the channel wrapper.
204
205         * System.Runtime.Remoting.Channels.Simple/SimpleServerChannel.cs
206         (GetUrlsForUri): use all available channel uris. 
207
208 2002-08-30  Dietmar Maurer  <dietmar@ximian.com>
209
210         * System.Runtime.Remoting.Channels.Simple/SimpleWireFormat.cs: add
211         more types.
212
213 2002-08-14  Rodrigo Moya <rodrigo@ximian.com>
214
215         * TcpChannel.cs: new classes.