* Makefile: corlib is now named mscorlib.
[mono.git] / mcs / class / corlib / System.Runtime.Remoting.Messaging /
2003-11-11 Lluis Sanchez * ConstructionCall.cs, ReturnMessage.cs: minor fixes.
2003-10-23 Lluis Sanchez * MethodCall.cs: In the constructor that takes a CADMe...
2003-10-08 Lluis Sanchez * CADMessages.cs: added smuggeling argument support...
2003-10-07 Lluis Sanchez * CADMessages.cs: improved argument smuggeling. Now...
2003-09-11 Lluis Sanchez * ArgInfo.cs: Include parameters with the Out flag...
2003-08-28 Lluis Sanchez* MonoMethodMessage.cs: Moved CallType into namespace...
2003-08-25 Lluis Sanchez * AsyncResult.cs: Added method EndInvoke(). Fixed...
2003-08-20 Lluis Sanchez * MethodCall.cs: Changed exception text to match MS...
2003-08-17 Lluis Sanchez * MethodCall.cs: Throw the right exception if the...
2003-08-17 Lluis Sanchez * CallContext.cs: Fixed bug #47686
2003-08-14 Lluis Sanchez * CADMessages.cs: Enabled smuggeling of primitive...
2003-07-25 Lluis Sanchez * ArgInfo.cs: Use Type.IsByRef to check if a parameter...
2003-07-23 Lluis Sanchez * MethodDictionary.cs: Fixed Add method. If the proper...
2003-07-21 Lluis Sanchez * MethodCall.cs: Fixed copy constructor, when the...
2003-07-09 Jean-Marc Andre2003-07-09: Jean-Marc Andr�� <jean-marc.andre@polymtl.ca>
2003-05-13 Lluis Sanchez * MethodCall.cs: ResolveMethod now uses the type of...
2003-04-10 Lluis Sanchez * AsyncResult.cs: implemented some methods.
2003-03-20 Lluis Sanchez * CADMessages.cs: removed some warnings.
2003-03-03 Lluis Sanchez * ConstructionCall.cs: Added internal constructor...
2003-02-19 Gonzalo Paniagua... 2003-02-19 Gonzalo Paniagua Javier <gonzalo@ximian...
2003-02-19 Lluis Sanchez * IInternalMessage.cs: Added. Provides some useful...
2003-02-07 Patrik Torstensson2003-02-07 Patrik Torstensson
2003-02-07 Lluis SanchezCADMessages.cs: Some minor changes that allow reuse...
2003-02-05 Lluis SanchezReturnMessage.cs, MethodResponse.cs: OutArgs initialize...
2003-02-04 Lluis Sanchez* ServerContextTerminatorSink.cs: Modified to work...
2003-02-03 Patrik TorstenssonOoops, missed one file.
2003-02-03 Patrik Torstensson2003-02-03 Patrik Torstensson
2003-01-29 Lluis Sanchez* ServerContextTerminatorSink.cs: now it forwards messa...
2003-01-28 Patrik TorstenssonFlush
2003-01-28 Patrik Torstensson2002-12-28 Patrik Torstensson
2003-01-26 Lluis Sanchez* ReturnMessage.cs: Implemented property Properties
2002-12-29 Lluis Sanchezno message
2002-12-21 Miguel de IcazaRe-enable code
2002-12-21 Miguel de Icaza2002-12-20 Lluis Sanchez Gual <lsg@ctv.es>
2002-12-21 Paolo MolaroFix build breakers.
2002-12-21 Miguel de IcazaAdded files for Lluis.
2002-12-10 Jaime Anguiano OlarraThe CallContext skeleton.
2002-09-03 Dietmar Maurerrevert my last change - it needs to be public
2002-09-03 Dietmar Maurer2002-09-03 Dietmar Maurer <dietmar@ximian.com>
2002-08-30 Dietmar Maurerchannel example implementation
2002-08-22 Nick Drochak2002-08-22 Nick Drochak <ndrochak@gol.com>
2002-08-04 Duncan MakMore fixes from new CorCompare output.
2002-08-02 Duncan Mak2002-08-03 Duncan Mak <duncan@ximian.com>
2002-08-01 Duncan Mak2002-08-02 Duncan Mak <duncan@ximian.com>
2002-07-31 Duncan Mak2002-07-31 Duncan Mak <duncan@ximian.com>
2002-07-31 Duncan Mak2002-07-31 Duncan Mak <duncan@ximian.com>
2002-07-31 Duncan Mak2002-07-31 Duncan Mak <duncan@ximian.com>
2002-07-24 Duncan Mak2002-07-24 Duncan Mak <duncan@ximian.com>
2002-07-23 Duncan Mak2002-07-23 Duncan Mak <duncan@ximian.com>
2002-07-23 Duncan MakRevert patches to ProxyAttribute (oops) and add them to
2002-07-23 Duncan Mak2002-07-23 Duncan Mak <duncan@ximian.com>
2002-05-08 Piers HakenMiscellaneous minor compliancy fixes:
2002-04-04 Paolo MolaroThu Apr 4 13:13:20 CEST 2002 Paolo Molaro <lupus@ximian...
2002-04-03 Piers Hakenminor CLS conformance tweaks (visibility, virtual,...
2002-04-03 Piers Hakenneeded for SynchronizationAttribute
2002-04-01 Piers Hakenadded missing [Serializable] attribute
2002-04-01 Piers Hakenfixed member accessibility to match MS (corcompare).
2002-03-30 Dietmar Maurer2002-03-28 Dietmar Maurer <dietmar@ximian.com>
2002-03-28 Dietmar Maurerstarted proxy support
2002-03-22 Dietmar Maurernew remoting classes
2002-03-21 Dietmar Maurer2002-03-21 Dietmar Maurer <dietmar@ximian.com>
2002-03-04 Nick Drochak2002/03/04 Nick Drochak <ndrochak@gol.com>
2002-02-13 Dan LewisModified and added stubs to allow corlib to compile...
2001-10-27 Miguel de IcazaAdd new classes to get rid of the warnings being emitte...