* RemotingServices.cs: If the type for a proxy is not available in
[mono.git] / mcs / class / corlib / System.Runtime.Remoting / ChangeLog
1 2003-07-25  Lluis Sanchez Gual <lluis@ximian.com>
2
3         * RemotingServices.cs: If the type for a proxy is not available in
4           the client site, use the MarshalByRefObject type.
5
6 2003-07-21  Lluis Sanchez Gual <lluis@ximian.com>
7
8         * ServerIdentity.cs: Fixed bug #46645
9
10 2003-07-16  Lluis Sanchez Gual <lluis@ximian.com>
11
12         * Identity.cs: Added TargetUri property
13
14 2003-04-10  Lluis Sanchez Gual <lluis@ideary.com>
15
16         * ObjRef.cs: Fixed bug #43187, based on the patch by Jean-Marc Andre
17
18 2003-04-10  Lluis Sanchez Gual <lluis@ideary.com>
19
20         * ObjRef.cs: Renamed ChannelInfoStore to ChannelInfo (match MS.NET)
21         * RemotingServices.cs: Added method to help support Async messages.
22         * RemotingConfiguration.cs: Implemented property ProcessID.
23
24 2003-03-24  Lluis Sanchez Gual <lluis@ideary.com>
25
26         * RemotingServices.cs: Fixed bug #39915
27
28 2003-03-20  Lluis Sanchez Gual <lluis@ideary.com>
29
30         * Identity.cs: Added support for dynamic properties.
31         * ObjRef.cs: Removed some [MonoTODO]
32         * TypeInfo.cs: Added support for interfaces.
33         * RemotingServices.cs: Several fixes to support interfaces in proxies.
34
35 2003-03-15  Lluis Sanchez Gual <lluis@ideary.com>
36
37         * RemotingServices.cs: fixes bugs #39380 and #39331.
38
39 2003-02-25 Lluis Sanchez Gual <lluis@ideary.com>
40
41         * Identity.cs: Added property to check if an identity is connected (it is remotely accesible)
42         * ObjRef.cs: Added internal helper method for getting the server type of an ObjRef.
43         * RemotingServices.cs: Implemented Disconnect method. Added support for custom proxy
44           creating using ProxyAttribute. Added support for activation attributes in creation
45           of proxies. Some other minor corrections.
46         * ServerIdentity.cs: minor corrections.
47
48 2003-02-18 Lluis Sanchez Gual <lluis@ideary.com>
49
50         * Identity.cs: Added envoy message sink.
51         * ObjRef.cs: Implemented EnvoySink property
52         * RemotingConfiguration.cs: now enables proxy creation for types registered
53           as ClientActivatedType or WellKnownClientType.
54         * RemotingServices.cs: Added support for ContextBoundObjects.
55           Added methods for creating proxies. 
56         * ServerIdentity.cs: Added initialization of envoy sink.
57         * EnvoyInfo.cs: Added. It is an implementation on IEnvoyInfo.
58
59 2003-02-08  Sebastien Pouliot  <spouliot@videotron.ca>
60
61         * RemotingConfiguration.cs: Changed using to Mono.Xml for MiniParser.
62
63 2003-02-07 Patrik Torstensson
64
65         * RemotingServices.cs: Always marshal an object in GetObjectData
66
67 2003-02-07 Lluis Sanchez Gual <lluis@ideary.com>
68
69         * Identity.cs: Added ObjRef attribute, that holds the objref of the object.
70           Removed implementation of CreateObjRef. Now it is implemented in the derived classes.
71         * ServerIdentity.cs: Added implementation of CreateObjRef.
72         * RemotingServices.cs: Changed implementation of GetRemoteObject and GetClientIdentity.
73           Now they only have and ObjRef as input parameter. This is the objref received from
74           the server. Unmarshal() also checks if the objref is for a well known object.
75           In this case, a proxy is always created, but if not, it tries to get the real object.
76         * ObjRef.cs: Added some flags that have info for marshalling/unmarshalling.
77           Changed behavior of IsPossibleToCAD. Now returns false. Returning true makes serialization 
78           of this ObjRef to fail in the target AD. Added method UpdateChannelInfo.
79
80 2003-02-04 Lluis Sanchez Gual <lluis@ideary.com>
81
82         * Identity.cs: created and identity class for each identity type. It is a more clear design.
83         * ServerIdentity.cs: added. Implements identity funtionality specific to server objects
84         * RemotingServices.cs: Modified to work with new types of identities.
85         * RemotingConfiguration.cs: Modified to work with new types of identities.
86         * ObjRef.cs: Added initialization of channel info in default constructor.
87         * Identity.cs: Added support for WellKnownService objects.
88
89 2003-02-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
90
91         * RemotingServices.cs:
92         (GetMethodBaseFromMethodMessage): fixed to make it also work with
93         internal methods without MethodSignature (see ApplicationHost.cs).
94
95 2003-02-03 Patrik Torstensson
96
97         * ObjRef.cs: added copy constructor and two helpers for cross 
98           appdomain message marshalling.
99         * RemotingServices.cs: Added helper to create transparant proxy for appdomain, and
100           register internal cross appdomain channel.
101
102 2003-01-29 Lluis Sanchez Gual <lluis@ideary.com>
103
104         * RemotingServices.cs: Added support for WellKnownService objects.
105         * RemotingConfiguration.cs: Implemented most of methods (Configure is not working yet).
106         * ObjRef.cs: Added initialization of channel info in default constructor.
107         * Identity.cs: Added support for WellKnownService objects.
108
109 2003-01-28 Patrik Torstensson
110
111         * ObjRef.cs: Fixed Objref marshalling flags
112         
113 2003-01-24 Lluis Sanchez Gual <lluis@ideary.com>
114
115         * RemotingServices.cs: Implemented some missing methods: IsMethodOverloaded, 
116           SetObjectUriForMarshal, IsOneWay, IsObjectOutOfAppDomain, 
117           IsObjectOutOfContext, GetObjRefForProxy, GetObjectData,
118           GetMethodBaseFromMethodMessage.
119         * TypeInfo.cs: Added.
120         * ObjRef.cs: Implemented serialization and added support for IRemotingTypeInfo.
121
122 2002-12-28 Lluis Sanchez Gual <lluis@ideary.com>
123
124         * SoapServices.cs: Implemented some methods
125
126 2002-12-20 Lluis Sanchez Gual <lluis@ideary.com>
127
128         * ObjRef.cs: Implementation now based on methods of RemotingServices.
129         * RemotingServices.cs: Remoting information now kept in Identity objects.
130           All methods adapted to work with identities.
131           Renamed ExecuteMessage to InternalExecuteMessage. ExecuteMessage should
132           not make a direct call to the object.
133         * Identity.cs: added.
134
135 2002-12-11  Jaime Anguiano Olarra <jaime@gnome.org>
136
137         * RemotingConfiguration.cs: added to the CVS.
138
139 2002-11-29  Jaime Anguiano Olarra <jaime@gnome.org>
140
141         * ObjectHandle.cs: added implementation  for InitializeLifetimeService
142         * method.
143
144
145 2002-11-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
146
147         * SoapServices.cs: fix error CS3005.
148
149 2002-09-03  Dietmar Maurer  <dietmar@ximian.com>
150
151         * RemotingServices.cs: add an unique app_id string used to generate
152         unique object uris.
153
154         * ObjRef.cs: added serialization support
155
156 2002-08-31  Dietmar Maurer  <dietmar@ximian.com>
157
158         * ObjRef.cs: gather the channel date at creation time.
159
160 2002-08-20  Dietmar Maurer  <dietmar@ximian.com>
161
162         * RemotingServices.cs: Connect impl. 
163
164 2002-08-02  Duncan Mak  <duncan@ximian.com>
165
166         * ActivatedClientTypeEntry.cs:
167         * ActivatedServiceTypeEntry.cs:
168         * WellKnownClientTypeEntry.cs:
169         * WellKnownServiceTypeEntry.cs: Various visibility fixes.
170
171 2002-07-31  Duncan Mak  <duncan@ximian.com>
172
173         * TypeEntry.cs:
174         * ActivatedClientTypeEntry.cs:
175         * ActivatedServiceTypeEntry.cs:
176         * WellKnownClientTypeEntry.cs:
177         * WellKnownServiceTypeEntry.cs: Added all the classes derived from TypeEntry.
178
179         * RemotingException.cs: 
180         * RemotingTimeoutException.cs: 
181         * ServerException.cs: Added missing exceptions.
182
183         * IChannelInfo.cs: 
184         * IEnvoyInfo.cs: 
185         * IRemotingTypeInfo.cs: Added missing interfaces.
186
187 2002-07-24  Duncan Mak  <duncan@ximian.com>
188
189         * LeaseState.cs: Moved to System.Runtime.Remoting.Lifetime.
190
191         * SoapMethodOption.cs: 
192         * SoapOption.cs: Removed and merged into System.Runtime.Remoting.Metadata.SoapOption.
193
194 2002-07-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
195
196         * IObjectHandle.cs: New file.
197         * ObjectHandle.cs: implemented constructor and Unwrap.
198
199 2002-01-05  Ravi Pratap  <ravi@ximian.com>
200
201         * ObjRef.cs : Strew the MonoTODO attribute.
202
203 2001-09-02  Miguel de Icaza  <miguel@ximian.com>
204
205         * ObjRef.cs: Include System.Runtime.Serialization
206