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