Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-06-11Add license and copyright to all source files in corlibDuncan Mak
2004-05-11 * MethodResponse.cs: Only get the MethodBase from type and method name whenLluis Sanchez
2004-05-11 * MethodResponse.cs: In the serialization constructor, initialize MethodBaseLluis Sanchez
2004-05-03* MethodResponse.cs, ReturnMessage.cs: More null checks.Lluis Sanchez
2004-04-30* MethodResponse.cs, ReturnMessage.cs: Added null checks.Lluis Sanchez
2004-04-29(MethodResponse.GetOutArg): Make reference to _args null-safe.Raja R Harinath
2004-04-29(MethodResponse.OutArgCount): Make referenceRaja R Harinath
2004-04-28 * CADMessages.cs: Revert last change. It was ok.Lluis Sanchez
2004-04-26* CADMessages.cs: Marshal the correct return args for the return message.Lluis Sanchez
2004-02-182004-02-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>Gonzalo Paniagua Javier
2004-01-19 * AsyncResult.cs: Added async_callback field and fixed the callback call.Lluis Sanchez
2003-12-23* ConstructionResponse.cs: Added constructor for exception response.Lluis Sanchez
2003-12-22 * MethodCall.cs: Do not try to resolve the method in the serializationLluis Sanchez
2003-12-10 * AsyncResult.cs: Call delegate on async call completion.Lluis Sanchez
2003-11-28Do string compares with the Invariant culture.Dick Porter
2003-11-26 * MethodCall.cs, MethodResponse.cs, ReturnMessage.cs: ImplementedLluis Sanchez
2003-11-25 * AsyncResult.cs, CallContext.cs: Added private constructor.Lluis Sanchez
2003-11-19 * ArgInfo.cs, ClientContextTerminatorSink.cs, ErrorMessage.cs, MethodCall.cs,Lluis Sanchez
2003-11-17StackBuilderSink.cs: Implemented AsyncProcessMessage().Lluis Sanchez
2003-11-17 * CADMessages.cs: Added methods for setting and getting the logical callLluis Sanchez
2003-11-11 * ConstructionCall.cs, ReturnMessage.cs: minor fixes.Lluis Sanchez
2003-10-23 * MethodCall.cs: In the constructor that takes a CADMethodCallMessageLluis Sanchez
2003-10-08 * CADMessages.cs: added smuggeling argument support for some instancesLluis Sanchez
2003-10-07 * CADMessages.cs: improved argument smuggeling. Now it supports strings,Lluis Sanchez
2003-09-12 * ArgInfo.cs: Include parameters with the Out flag in the out parameters list.Lluis Sanchez
2003-08-28* MonoMethodMessage.cs: Moved CallType into namespace declaration.Lluis Sanchez
2003-08-25 * AsyncResult.cs: Added method EndInvoke(). Fixed SyncProcessMessage().Lluis Sanchez
2003-08-20 * MethodCall.cs: Changed exception text to match MS.NET (more or less).Lluis Sanchez
2003-08-17 * MethodCall.cs: Throw the right exception if the target object is notLluis Sanchez
2003-08-17 * CallContext.cs: Fixed bug #47686Lluis Sanchez
2003-08-14 * CADMessages.cs: Enabled smuggeling of primitive type parameters (as suggestedLluis Sanchez
2003-07-25 * ArgInfo.cs: Use Type.IsByRef to check if a parameter is a ref orLluis Sanchez
2003-07-23 * MethodDictionary.cs: Fixed Add method. If the property is methodLluis Sanchez
2003-07-21 * MethodCall.cs: Fixed copy constructor, when the message to copy does notLluis Sanchez
2003-07-092003-07-09: Jean-Marc Andr�� <jean-marc.andre@polymtl.ca>Jean-Marc Andre
2003-05-14 * MethodCall.cs: ResolveMethod now uses the type of the target object (ident...Lluis Sanchez
2003-04-10 * AsyncResult.cs: implemented some methods.Lluis Sanchez
2003-03-20 * CADMessages.cs: removed some warnings.Lluis Sanchez
2003-03-03 * ConstructionCall.cs: Added internal constructor. Added setter for activati...Lluis Sanchez
2003-02-192003-02-19 Gonzalo Paniagua Javier <gonzalo@ximian.com>Gonzalo Paniagua Javier
2003-02-19 * IInternalMessage.cs: Added. Provides some useful methods for method messages.Lluis Sanchez
2003-02-072003-02-07 Patrik TorstenssonPatrik Torstensson
2003-02-07CADMessages.cs: Some minor changes that allow reuse of ObjRef methods.Lluis Sanchez
2003-02-05ReturnMessage.cs, MethodResponse.cs: OutArgs initialized to an empty array wh...Lluis Sanchez
2003-02-04* ServerContextTerminatorSink.cs: Modified to work with new types of identities.Lluis Sanchez
2003-02-03Ooops, missed one file.Patrik Torstensson
2003-02-032003-02-03 Patrik TorstenssonPatrik Torstensson
2003-01-29* ServerContextTerminatorSink.cs: now it forwards messages to the target iden...Lluis Sanchez
2003-01-28FlushPatrik Torstensson
2003-01-282002-12-28 Patrik TorstenssonPatrik Torstensson