b2b3de0d2e3b7f88b0862f5764df081b58aa670a
[mono.git] / mcs / class / corlib / System.Runtime.Remoting.Proxies / ChangeLog
1 2003-04-10  Lluis Sanchez Gual <lluis@ideary.com>
2
3         * RemotingProxy.cs: Added support for Async and OneWay messages.
4
5 2003-03-20  Lluis Sanchez Gual <lluis@ideary.com>
6
7         * RealProxy.cs: added variables to support proxy bypass when the called CBO is
8           in the same context as the caller.
9         * RemotingProxy.cs: added suport for dynamic sinks. Activation code moved to
10           ActivationServices.
11
12 2003-03-03  Lluis Sanchez Gual <lluis@ideary.com>
13
14         * ProxyAttribute.cs: Implemented.
15         * RealProxy.cs: Added stubs for some missing methods.
16         * RemotingProxy.cs: The activation constructor now creates the ConstructionCall
17           message and collects the context properties.
18           Activation of objects now use IActivator instances.
19
20 2003-02-18  Lluis Sanchez Gual <lluis@ideary.com>
21
22         * RealProxy.cs: Changed constructor to allow only ClientIdentity instances. 
23         * RemotingProxy.cs: Added new constructor for client activated objects.
24           Added method that handles construction messages.
25
26 2003-02-03 Patrik Torstensson
27
28         * RealProxy.cs: changed excption behavior and added serialization helpers, 
29           changed so it don't create a new TP for each gettp call.
30         
31         * RemotingProxy.cs: added functions to short cut calls to GetHashCode and GetType,
32         same behavior as MS.
33
34 2003-01-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
35
36         * RealProxy.cs: fixed compilation by adding missing GetObjectData ().
37
38 2002-12-20  Lluis Sanchez Gual <lluis@ideary.com>
39
40         * RealProxy.cs: Added ObjectIdentity property. 
41           Implemented CrateObjRef.
42         * RemotingProxy.cs: Added Identity parameter to constructor
43
44 2002-07-24  Duncan Mak  <duncan@ximian.com>
45
46         * ProxyAttribute.cs: Revert the last commit.
47
48         * System.Runtime.Remoting.Proxies/ProxyAttribute.cs: This
49         implements IContextAttribute.
50
51 2002-07-23  Duncan Mak  <duncan@ximian.com>     
52         
53         * System.Runtime.Remoting.Proxies/ProxyAttribute.cs: Added.