2005-01-31 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mcs / class / corlib / System.Runtime.Remoting.Proxies / ChangeLog
1 2004-10-26  Lluis Sanchez Gual  <lluis@novell.com>
2
3         * RealProxy.cs: Added _targetDomainId and _targetUri fields, which are
4         used by the new xdomain wrappers. Added GetAppDomainTarget() method,
5         which returns the remote object referenced by the proxy.
6         * RemotingProxy.cs: Moved _targetUri to RealProxy.
7
8 2004-09-27  Lluis Sanchez Gual  <lluis@novell.com>
9
10         * RemotingProxy.cs: In Invoke, suport IMessages other than MonoMessage.
11         
12 2004-09-22  Lluis Sanchez Gual  <lluis@novell.com>
13
14         * RemotingProxy.cs: When attaching a CBO identity, assign the proxy to
15           be used as "this" for method calls.
16
17 2004-04-23      Patrik Torstensson
18
19         * RealProxy.cs: Moved async functionlity here, also take
20         care of custom proxies (non RemotingProxy) case for async and
21         construction calls.
22         
23         * RemotingProxy.cs: allow RealProxy to call construction method and
24         remove end async control (moved to RealProxy)
25         
26         Fixes remoting2/3 test case (mono/mono/tests) and closes bug #57672.
27
28 2004-04-13  Lluis Sanchez Gual  <lluis@ximian.com>
29
30         * RealProxy.cs: IRemotingTypeInfo.TypeName can return null, beware of that.
31
32 2004-04-01  Lluis Sanchez Gual  <lluis@ximian.com>
33
34         * RemotingProxy.cs: Changed the rules for casting WKO proxies, to match
35           MS.NET behavior.
36
37 2004-03-04  Lluis Sanchez Gual  <lluis@ximian.com>
38
39         * RealProxy.cs: Added new internal method for getting the proxy type. It
40           gets the proxy type from the MonoRemoteClass (it can change if the
41           vtable is upgraded).
42           Modified GetTransparentProxy(). Now it takes the name of the type.
43           The name is taken from the IRemotingTypeInfo object.
44         * RemotingProxy.cs: The class must implement IRemotingTypeInfo.
45
46 2004-01-19  Lluis Sanchez Gual  <lluis@ximian.com>
47
48         * RealProxy.cs: Added setter for ObjectIdentity.
49
50 2003-11-26  Lluis Sanchez Gual <lluis@ximian.com>
51
52         * RealProxy.cs: Signature fix.
53         
54 2003-11-25  Lluis Sanchez Gual <lluis@ximian.com>
55
56         * RealProxy.cs: Added some missing methods.
57         * RemotingProxy.cs: ActivateRemoteObject() must return a ConstructionResponse
58           instead of a ReturnMessage.
59
60 2003-11-11  Lluis Sanchez Gual <lluis@ximian.com>
61
62         * RemotingProxy.cs: Do not dispose proxy identity when it is a local
63           ContextBoundObject proxy.
64
65 2003-10-21  Lluis Sanchez Gual <lluis@ximian.com>
66
67         * RealProxy.cs: In PrivateInvoke() do not try to return the out parameters
68           if the return message is an excption. This fixes bug #49926.
69         
70 2003-10-08  Lluis Sanchez Gual <lluis@ximian.com>
71
72         * RemotingProxy.cs: Added destructor that unregisters the identity.
73           Fixes a memory leak.
74
75 2003-10-07  Lluis Sanchez Gual  <lluis@ximian.com>
76
77         * RealProxy.cs: Fixed support for [out] parameters in async calls.
78
79 2003-09-11  Lluis Sanchez Gual <lluis@ximian.com>
80
81         * RemotingProxy.cs: Return message check moved to RealProxy.
82         * RealProxy.cs: Added return message check and propagation of output
83           parameter values.
84
85 2003-08-25  Lluis Sanchez Gual <lluis@ximian.com>
86
87         * RemotingProxy.cs: Use CallType property to check the type of
88           the message.
89
90 2003-08-24  Vladimir Vukicevic  <vladimir@pobox.com>
91
92         * RealProxy.cs, RemotingProxy.cs: move the LogicalCallContext
93         setup/restoration into RealProxy's PrivateInvoke, so that custom
94         RealProxy's get a LogicalCallContext.
95
96 2003-08-14  Lluis Sanchez Gual <lluis@ximian.com>
97
98         * RemotingProxy.cs: On invoke, set the LogicalCallContext of the message.
99
100 2003-07-28  Duncan Mak  <duncan@ximian.com>
101
102         * RealProxy.cs (GetProxiedType): Removed 'virtual' keyword.
103
104 2003-07-25  Lluis Sanchez Gual <lluis@ximian.com>
105
106         * RemotingProxy.cs: Check the return arguments types. (a wrong type
107           would make the runtime to crash).
108
109 2003-07-16  Lluis Sanchez Gual <lluis@ximian.com>
110
111         * RemotingProxy.cs: Assign to the message the full uri, if available,
112           not only the object uri.
113
114 2003-04-10  Lluis Sanchez Gual <lluis@ideary.com>
115
116         * RemotingProxy.cs: Added support for Async and OneWay messages.
117
118 2003-03-20  Lluis Sanchez Gual <lluis@ideary.com>
119
120         * RealProxy.cs: added variables to support proxy bypass when the called CBO is
121           in the same context as the caller.
122         * RemotingProxy.cs: added suport for dynamic sinks. Activation code moved to
123           ActivationServices.
124
125 2003-03-03  Lluis Sanchez Gual <lluis@ideary.com>
126
127         * ProxyAttribute.cs: Implemented.
128         * RealProxy.cs: Added stubs for some missing methods.
129         * RemotingProxy.cs: The activation constructor now creates the ConstructionCall
130           message and collects the context properties.
131           Activation of objects now use IActivator instances.
132
133 2003-02-18  Lluis Sanchez Gual <lluis@ideary.com>
134
135         * RealProxy.cs: Changed constructor to allow only ClientIdentity instances. 
136         * RemotingProxy.cs: Added new constructor for client activated objects.
137           Added method that handles construction messages.
138
139 2003-02-03 Patrik Torstensson
140
141         * RealProxy.cs: changed excption behavior and added serialization helpers, 
142           changed so it don't create a new TP for each gettp call.
143         
144         * RemotingProxy.cs: added functions to short cut calls to GetHashCode and GetType,
145         same behavior as MS.
146
147 2003-01-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
148
149         * RealProxy.cs: fixed compilation by adding missing GetObjectData ().
150
151 2002-12-20  Lluis Sanchez Gual <lluis@ideary.com>
152
153         * RealProxy.cs: Added ObjectIdentity property. 
154           Implemented CrateObjRef.
155         * RemotingProxy.cs: Added Identity parameter to constructor
156
157 2002-07-24  Duncan Mak  <duncan@ximian.com>
158
159         * ProxyAttribute.cs: Revert the last commit.
160
161         * System.Runtime.Remoting.Proxies/ProxyAttribute.cs: This
162         implements IContextAttribute.
163
164 2002-07-23  Duncan Mak  <duncan@ximian.com>     
165         
166         * System.Runtime.Remoting.Proxies/ProxyAttribute.cs: Added.