aboutsummaryrefslogtreecommitdiff
path: root/src/ProtocolBuffers/ICodedOutputStream.cs
Commit message (Expand)AuthorAgeFilesLines
* Changes from code reviewcsharptest2011-09-291-1/+1
* Completed work and testing for manually reading/writing start/end messagecsharptest2011-09-091-0/+18
* Added IDisposable to ICodedOutputStreamcsharptest2011-09-081-1/+1
* Integrated feedback from revision 1525875aec27csharptest2011-07-141-4/+128
* Reformatted to include bracescsharptest2011-07-141-19/+27
* missing copyright noticecsharptest2011-06-111-0/+36
* Added the XmlFormatWriter/Readercsharptest2011-06-101-1/+5
* Refactoring the ICoded interfaces (again) removing the use of some generic me...csharptest2011-06-101-9/+106
* Several performance tweakscsharptest2011-06-091-1/+1
* A few performance tweaks of the ICodedOutputStream interface/implementationcsharptest2011-06-081-1/+2
* Fully converted over to ICodedOutputStream for all WriteTo derivationscsharptest2011-06-031-2/+4
* Extracted initial ICodedOutputStream interfacecsharptest2011-06-031-0/+84