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