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-06-01* RemotingServices.cs: Added missing Conditional attribute andGert Driesen
2004-05-11 * RemotingConfiguration.cs: Added method for configuring chanels with theLluis Sanchez
2004-05-11 * RemotingServices.cs: In GetMethodBaseFromMethodMessage, look forLluis Sanchez
2004-05-07 * SoapServices.cs: Support encoded namespace names inLluis Sanchez
2004-04-28 * RemotingServices.cs: When create a ReturnMessage, provide an array withLluis Sanchez
2004-04-26* ObjRef.cs: Little optimization.Lluis Sanchez
2004-03-09* RemotingServices.cs: Marshal(): If the object is a proxy, return the ObjRef...Lluis Sanchez
2004-03-05 * Identity.cs: Removed object type from Identity, since it is holdLluis Sanchez
2004-02-17 * RemotingServices.cs: Client identities are registered using the full url,Lluis Sanchez
2004-01-24TypeInfo.cs: The list of interfaces may be null. Added check.Lluis Sanchez
2004-01-19 * RemotingServices.cs: When marshalling a custom proxy, allow the creationLluis Sanchez
2003-12-11SoapServices.cs: Little fix: correctly encode namespaces.Lluis Sanchez
2003-12-10ups one more letter needed to be lower caseMartin Willemoes Hansen
2003-12-10 * RemotingConfiguration.cs: fixed wrong attribute nameMartin Willemoes Hansen
2003-12-03* SoapServices.cs: Little fix in namespace construction.Lluis Sanchez
2003-11-28Do string compares with the Invariant culture.Dick Porter
2003-11-26 * InternalRemotingServices.cs: Fixed GetCachedSoapAttribute().Lluis Sanchez
2003-11-25 * InternalRemotingServices.cs: Implemented GetCachedSoapAttribute().Lluis Sanchez
2003-11-25 * InternalRemotingServices.cs: Implemented GetCachedSoapAttribute().Lluis Sanchez
2003-11-25 * ServerIdentity.cs: Get non public types, so remote objects canJackson Harper
2003-11-19Signature fixesMiguel de Icaza
2003-11-19InternalRemotingServices.cs: Added missing attributes.Lluis Sanchez
2003-11-17 * InternalRemotingServices.cs: Added CLSCompliant to SetServerIdentityLluis Sanchez
2003-11-17 * IObjectHandle.cs, ObjectHandle.cs: Added missing attributes.Lluis Sanchez
2003-11-13 * RemotingServices.cs: Add ".rem" suffix to generated uri names.Lluis Sanchez
2003-11-12 * RemotingConfiguration.cs: Implemented all remaining functionality.Lluis Sanchez
2003-11-11RemotingConfiguration.cs: Added initial implementation of Configure method by...Lluis Sanchez
2003-11-11 * ActivatedClientTypeEntry.cs, ActivatedServiceTypeEntry.cs,Lluis Sanchez
2003-11-012003-11-01 Zoltan Varga <vargaz@freemail.hu>Zoltan Varga
2003-10-23 * RemotingServices.cs: Do not create an identity for an object if itLluis Sanchez
2003-10-222003-10-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>Gonzalo Paniagua Javier
2003-10-08 * ObjRef.cs: Added new constructor to support CAD channel.Lluis Sanchez
2003-10-08 * Identity.cs, RemotingServices.cs: Fixed memory leak. I Changed referenceLluis Sanchez
2003-09-252003-09-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>Gonzalo Paniagua Javier
2003-09-12 * RemotingServices.cs: Collect value of parameters with the Out flag intoLluis Sanchez
2003-08-25 * RemotingServices.cs: Some small fixes.Lluis Sanchez
2003-08-14 * ObjRef.cs: Implemented IsFromThisProcess().Lluis Sanchez
2003-07-29 * RemotingServices.cs: GetObjectUri(): For client proxies, returnLluis Sanchez
2003-07-27* XmlDocument.cs (GetIdenticalAttribute): Temporarily remove testDuncan Mak
2003-07-25 * RemotingServices.cs: If the type for a proxy is not available inLluis Sanchez
2003-07-21 * ServerIdentity.cs: Fixed bug #46645Lluis Sanchez
2003-07-16 * Identity.cs: Added TargetUri propertyLluis Sanchez
2003-06-26 * ObjRef.cs: Fixed bug #43187, based on the patch by Jean-Marc AndreLluis Sanchez
2003-04-10 * ObjRef.cs: Renamed ChannelInfoStore to ChannelInfo (match MS.NET)Lluis Sanchez
2003-03-25RemotingServices.cs: Fixed bug #39915Lluis Sanchez
2003-03-20 * Identity.cs: Added support for dynamic properties.Lluis Sanchez
2003-03-152003-03-15 Lluis Sanchez Gual <lluis@ideary.com>Gonzalo Paniagua Javier
2003-03-03 * Identity.cs: Added property to check if an identity is connected (it is re...Lluis Sanchez
2003-02-19 * Identity.cs: Added envoy message sink.Lluis Sanchez