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