aboutsummaryrefslogtreecommitdiff
path: root/csharp/ProtocolBuffers/CodedOutputStream.cs
Commit message (Collapse)AuthorAgeFilesLines
* Copyright fixes, a bit of documentation, and removed unnecessary using ↵Jon Skeet2008-08-141-1/+1
| | | | directives.
* First unit test reading a complete message\!Jon Skeet2008-08-141-2/+3
|
* Initial support for services and extensions. Incomplete, but enough to get ↵Jon Skeet2008-08-141-6/+9
| | | | generated unit test files to compile.
* Changed fixed size methods to return unsigned integers. Finished FieldSet. ↵Jon Skeet2008-08-141-7/+7
| | | | Introduced mapping from FieldType to WireType and MappedType.
* Some work on AbstractBuilder, and complete implementation of UnknownField ↵Jon Skeet2008-08-141-3/+3
| | | | and UnknownFieldSet
* Implemented AbstractMethod and split the descriptors into a new packageJon Skeet2008-08-141-38/+67
|
* First part of dotnet libraryJon Skeet2008-08-141-0/+708
committer: Jon Skeet <skeet@pobox.com>