aboutsummaryrefslogtreecommitdiff
path: root/src/ProtocolBuffers.Test/TestProtos/UnitTestRpcInterop.cs
Commit message (Expand)AuthorAgeFilesLines
* First pass at implementation and testing of reusable builders.csharptest2011-09-091-47/+181
* Inserted code region labeled "Designer generated code" which should be automa...csharptest2011-08-121-0/+4
* Fixed A few last methods taking CodedInputStreamcsharptest2011-06-171-1/+1
* Refactoring the ICoded interfaces (again) removing the use of some generic me...csharptest2011-06-101-5/+5
* Finished adding find tag by namecsharptest2011-06-081-8/+68
* A few performance tweaks of the ICodedOutputStream interface/implementationcsharptest2011-06-081-11/+11
* Extracted ICodedInputStream interfacecsharptest2011-06-031-16/+16
* Refactoring of CodedInputStream.Read??? to use boolean return with out param.csharptest2011-06-031-11/+9
* Canged CodedInputStream.ReadTag to use boolean result with out params tocsharptest2011-06-031-4/+4
* Canged CodedInputStream.ReadTag to use boolean result with out params tocsharptest2011-06-031-24/+36
* Fully converted over to ICodedOutputStream for all WriteTo derivationscsharptest2011-06-031-5/+5
* Added the field name to all CodedOutputStream.Write??? callscsharptest2011-06-031-11/+7
* Fixed two errors caused by incorrect merge of the rpc interface generatorcsharptest2011-05-311-2/+2
* Completed adding attributes to all generated typescsharptest2011-05-201-0/+41
* Completed moving of keyfile and removing of InternalsVisibleTo usagescsharptest2011-05-201-1/+1
* Moved key file to /keys directorycsharptest2011-05-201-1/+1
* Implementation of service interface generatorcsharptest2011-05-031-0/+1212