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