aboutsummaryrefslogtreecommitdiffhomepage
path: root/csharp/src/Google.Protobuf/Reflection/MessageDescriptor.cs
Commit message (Expand)AuthorAge
* Introduce a Parser property into MessageDescriptor, and populate it from gene...Gravatar Jon Skeet2015-11-19
* Move the creation of the "fields by JSON name" dictionary to the descriptor.Gravatar Jon Skeet2015-11-04
* Document everything, and turn on errors if we fail to document anything in th...Gravatar Jon Skeet2015-08-04
* Fix trivial bug in field orderings.Gravatar Jon Skeet2015-07-31
* Implemented Jan's suggestion of FieldCollection, replacing FieldAccessorColle...Gravatar Jon Skeet2015-07-22
* Added newlinesGravatar Jon Skeet2015-07-22
* First pass at making field access simpler.Gravatar Jon Skeet2015-07-22
* Remove the usage of attributes for field/method discovery.Gravatar Jon Skeet2015-07-22
* Revamp to reflection.Gravatar Jon Skeet2015-07-21
* First part of JSON formatting for well-known types. I think we need a reflect...Gravatar Jon Skeet2015-07-20
* First pass at the big rename from ProtocolBuffers to Google.Protobuf.Gravatar Jon Skeet2015-07-17