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
2015-05-22[corlib] ExecutionContext and other contexts from reference sources. Fixes #2...Marek Safar
2014-03-06[corlib] Improve flow of ExecutionContext (few tests taken from https://githu...Marek Safar
2013-11-25LogicalSet/GetData implementation in CallContextBart Vries
2013-02-12Kill the MOONLIGHT define in corlib.Rodrigo Kumpera
2011-12-13Add all missing sequential layout directives to corlib and system.Rodrigo Kumpera
2011-04-13Add a few MOONLIGHT defines to remove the RemotingProxy from ML buildSebastien Pouliot
2010-02-28In corlib/System.Runtime.Remoting.Proxies:Robert Jordan
2009-11-07Jumbo patch for NET_2_0, mscorlib is now cleanMiguel de Icaza
2009-09-272009-09-27 Gonzalo Paniagua Javier <gonzalo@novell.com>Gonzalo Paniagua Javier
2009-05-062009-05-06 Lluis Sanchez Gual <lluis@novell.com>Lluis Sanchez
2008-08-27Warnings cleanupMarek Safar
2008-08-27Warnings cleanupMarek Safar
2008-04-022008-04-02 Andreas Nahr <ClassDevelopment@A-SoftTech.com>Andreas N
2008-02-102008-02-10 Sebastien Pouliot <sebastien@ximian.com>Sebastien Pouliot
2007-05-032007-05-03 Dick Porter <dick@ximian.com>Dick Porter
2006-07-152006-07-15 Jonathan Chambers <joncham@gmail.com>Jonathan Chambers
2006-06-182006-06-18 Zoltan Varga <vargaz@gmail.com>Zoltan Varga
2005-06-222005-06-22 Lluis Sanchez Gual <lluis@novell.com>Lluis Sanchez
2005-06-132005-06-13 Lluis Sanchez Gual <lluis@novell.com>Lluis Sanchez
2004-11-10 * RealProxy.cs: Added _targetDomainId and _targetUri fields, which areLluis Sanchez
2004-09-28* RemotingProxy.cs: In Invoke, suport IMessages other than MonoMessage.Lluis Sanchez
2004-09-22 * RemotingProxy.cs: When attaching a CBO identity, assign the proxy toLluis Sanchez
2004-06-11Add license and copyright to all source files in corlibDuncan Mak
2004-05-232004-04-23 Patrik TorstenssonPatrik Torstensson
2004-04-13* RealProxy.cs: IRemotingTypeInfo.TypeName can return null, beware of that.Lluis Sanchez
2004-04-01 * RemotingProxy.cs: Changed the rules for casting WKO proxies, to matchLluis Sanchez
2004-03-05 * RealProxy.cs: Added new internal method for getting the proxy type. ItLluis Sanchez
2004-01-19* RealProxy.cs: Added setter for ObjectIdentity.Lluis Sanchez
2003-11-26RealProxy.cs: Signature fix.Lluis Sanchez
2003-11-25 * RealProxy.cs: Added some missing methods.Lluis Sanchez
2003-11-19Signature fixesMiguel de Icaza
2003-11-11RemotingProxy.cs: Do not dispose proxy identity when it is a localLluis Sanchez
2003-10-21 * RealProxy.cs: In PrivateInvoke() do not try to return the out parametersLluis Sanchez
2003-10-08 * RemotingProxy.cs: Added destructor that unregisters the identity.Lluis Sanchez
2003-10-07 * RealProxy.cs: Fixed support for [out] parameters in async calls.Lluis Sanchez
2003-09-12 * RemotingProxy.cs: Return message check moved to RealProxy.Lluis Sanchez
2003-08-25 * RemotingProxy.cs: Use CallType property to check the type ofLluis Sanchez
2003-08-25* RealProxy.cs, RemotingProxy.cs: move the LogicalCallContextVladimir Vukicevic
2003-08-14 * RemotingProxy.cs: On invoke, set the LogicalCallContext of the message.Lluis Sanchez
2003-07-28* TransportHeaders.cs: Added Serializable attribute.Duncan Mak
2003-07-25 * RemotingProxy.cs: Check the return arguments types. (a wrong typeLluis Sanchez
2003-07-16 * RemotingProxy.cs: Assign to the message the full uri, if available,Lluis Sanchez
2003-04-10 * RemotingProxy.cs: Added support for Async and OneWay messages.Lluis Sanchez
2003-03-20 * RealProxy.cs: added variables to support proxy bypass when the called CBO isLluis Sanchez
2003-03-03 * ProxyAttribute.cs: Implemented.Lluis Sanchez
2003-02-19 * RealProxy.cs: Changed constructor to allow only ClientIdentity instances.Lluis Sanchez
2003-02-032003-02-03 Patrik TorstenssonPatrik Torstensson
2003-01-282003-01-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>Gonzalo Paniagua Javier
2002-12-29no messageLluis Sanchez
2002-12-222002-12-20 Lluis Sanchez Gual <lsg@ctv.es>Miguel de Icaza