aboutsummaryrefslogtreecommitdiff
path: root/csharp/ProtocolBuffers/Collections
Commit message (Collapse)AuthorAgeFilesLines
* Implemented popsicle immutability for lists. Modified MessageStreamIterator ↵Jon Skeet2008-08-211-0/+95
| | | | to be singly generic.
* Copyright fixes, a bit of documentation, and removed unnecessary using ↵Jon Skeet2008-08-143-11/+56
| | | | directives.
* Added DynamicMessage and ExtendableBuilder, along with the first supporting ↵Jon Skeet2008-08-141-0/+79
| | | | tests.
* Gradually implementing FieldSetJon Skeet2008-08-143-2/+133
|
* Some work on AbstractBuilder, and complete implementation of UnknownField ↵Jon Skeet2008-08-141-0/+21
and UnknownFieldSet