aboutsummaryrefslogtreecommitdiff
path: root/csharp/ProtocolBuffers/Descriptors/ServiceDescriptor.cs
Commit message (Collapse)AuthorAgeFilesLines
* Copyright fixes, a bit of documentation, and removed unnecessary using ↵Jon Skeet2008-08-141-3/+17
| | | | directives.
* New unit tests and corresponding bug fixes.Jon Skeet2008-08-141-0/+9
|
* Descriptors are pretty much complete, with a slight issue of how to find the ↵Jon Skeet2008-08-141-1/+26
| | | | default type for a repeated field.
* Descriptor framework skeleton. Somewhat generic to avoid lots of code ↵Jon Skeet2008-08-141-0/+12
duplication.