aboutsummaryrefslogtreecommitdiff
path: root/src/ProtocolBuffers.Test/TestProtos/UnitTestXmlSerializerTestProtoFile.cs
Commit message (Expand)AuthorAgeFilesLines
* First pass at implementation and testing of reusable builders.csharptest2011-09-091-71/+281
* Inserted code region labeled "Designer generated code" which should be automa...csharptest2011-08-121-0/+4
* Added recursion limits to AbstractReader.cscsharptest2011-06-111-21/+291
* Refactoring the ICoded interfaces (again) removing the use of some generic me...csharptest2011-06-101-7/+7
* Several performance tweakscsharptest2011-06-091-3/+3
* Finished adding find tag by namecsharptest2011-06-081-18/+93
* A few performance tweaks of the ICodedOutputStream interface/implementationcsharptest2011-06-081-23/+23
* Packed and Unpacked parsing allow for all repeated, per 2.3csharptest2011-06-041-0/+3
* Extracted ICodedInputStream interfacecsharptest2011-06-031-20/+20
* Refactoring of CodedInputStream.Read??? to use boolean return with out param.csharptest2011-06-031-26/+26
* Canged CodedInputStream.ReadTag to use boolean result with out params tocsharptest2011-06-031-5/+5
* Canged CodedInputStream.ReadTag to use boolean result with out params tocsharptest2011-06-031-30/+45
* Fully converted over to ICodedOutputStream for all WriteTo derivationscsharptest2011-06-031-6/+6
* Added the field name to all CodedOutputStream.Write??? callscsharptest2011-06-031-21/+13
* Slight refactoring of Extensions to support lookup by name, added compatibili...csharptest2011-06-021-0/+1680