aboutsummaryrefslogtreecommitdiff
path: root/csharp/ProtocolBuffers
Commit message (Expand)AuthorAgeFilesLines
...
* Descriptor framework skeleton. Somewhat generic to avoid lots of code duplica...Jon Skeet2008-08-1414-47/+382
* Changed fixed size methods to return unsigned integers. Finished FieldSet. In...Jon Skeet2008-08-1418-84/+480
* Gradually implementing FieldSetJon Skeet2008-08-1416-111/+698
* Fix AbstractMessage and AbstractBuilder to get the explicit interface impleme...Jon Skeet2008-08-144-74/+65
* Some work on AbstractBuilder, and complete implementation of UnknownField and...Jon Skeet2008-08-1425-65/+1553
* Implemented AbstractMethod and split the descriptors into a new packageJon Skeet2008-08-1416-118/+404
* Added copyright noticesJon Skeet2008-08-1410-14/+141
* More tests for CodedInputStream, and some more WireFormatJon Skeet2008-08-145-116/+140
* Half way through CodedInputStreamJon Skeet2008-08-144-1/+802
* First part of dotnet libraryJon Skeet2008-08-1413-0/+1418