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-292004-05-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>Gonzalo Paniagua Javier
2004-05-14* binary_serialization_format.htm: renamed filename from havingVladimir Vukicevic
2004-05-13 * ObjectWriter.cs: Fixed and Simplified WriteGenericArray andLluis Sanchez
2004-05-03 * MessageFormatter.cs: In the all-are-primitive case, serialize Args,Lluis Sanchez
2004-04-28* MessageFormatter.cs: Serialize Args, not OutArgs, like in MS.NET.Lluis Sanchez
2004-04-26* ObjectReader.cs, ObjectWriter.cs: FIXME cleaning.Lluis Sanchez
2004-04-20 * CodeGenerator.cs, ObjectReader.cs, ObjectWriter.cs: Serialize decimalsLluis Sanchez
2004-02-23 * BinaryCommon.cs: Added UseReflectionSerialization property.Lluis Sanchez
2004-02-17 * ObjectWriter.cs: Factorized some serialization code in new classes, so itLluis Sanchez
2004-02-05 * ObjectWriter.cs: Get the assembly of a member from the member's type, notLluis Sanchez
2003-12-23* ObjectReader.cs: Field names can include the type name if the field belongs...Lluis Sanchez
2003-11-26* BinaryFormatter.cs: Added missing methods.Lluis Sanchez
2003-11-21 * BinaryFormatter.cs, MessageFormatter.cs, ObjectReader.cs: Added supportLluis Sanchez
2003-11-17 * BinaryFormatter.cs, MessageFormatter.cs, ObjectWriter.cs:Lluis Sanchez
2003-11-12ObjectReader.cs, ObjectWriter.cs: Changed some GetType calls to "is" checks.Lluis Sanchez
2003-07-28* TransportHeaders.cs: Added Serializable attribute.Duncan Mak
2003-07-25 * MessageFormatter.cs: WriteMethodCall(): It must write all parameters,Lluis Sanchez
2003-07-24 * ObjectReader.cs, ObjectWriter.cs, BinaryCommon.cs: Fixed bug #45970.Lluis Sanchez
2003-07-17 * ObjectReader.cs: Keep MemberInfo members in type's metadata object, so ...Lluis Sanchez
2003-05-14 * ObjectReader.cs: Changed signature of ReadObjectGraph, so now it return...Lluis Sanchez
2003-02-25 * BinaryFormatter.cs: Implemented support for binders.Lluis Sanchez
2003-02-18 * MessageFormatter.cs: Fixed bug in serialization of arguments.Lluis Sanchez
2003-02-112003-02-11 Patrik TorstenssonPatrik Torstensson
2003-02-05MessageFormatter.cs: Corrected some bugs that affected serialization of excep...Lluis Sanchez
2003-02-04MessageFormatter.cs: Implemented serialization of message properties.Lluis Sanchez
2003-01-242003-01-24 Martin Baulig <martin@ximian.com>Martin Baulig
2003-01-24* ObjectWriter.cs, ObjectReader.cs: Added suport for headers.Lluis Sanchez
2003-01-22binary serialization format.htm: Added to CVSLluis Sanchez
2003-01-172003-01-17 Gonzalo Paniagua Javier <gonzalo@ximian.com>Gonzalo Paniagua Javier
2003-01-17* BinaryFormatter.cs: implemented Serialize and Deserialize methods.Lluis Sanchez
2002-08-24more tcp channel code, renamed soap namespace to SoapDietmar Maurer
2002-08-222002-08-22 Nick Drochak <ndrochak@gol.com>Nick Drochak
2002-08-182002-08-18 Dick Porter <dick@ximian.com>Dick Porter
2001-09-26Removing old build files. NAnt doesn't use them.Sean MacIsaac
2001-09-07Removed auto-generated comments.Sergey Chaban
2001-09-02Added piles of new enumerations from Sergey.Miguel de Icaza