aboutsummaryrefslogtreecommitdiff
path: root/csharp/src/Google.Protobuf/FieldCodec.cs
Commit message (Expand)AuthorAgeFilesLines
* Compare floating point values bitwise in C#Jon Skeet2017-12-091-1/+3
* Remove unnecessary reflection callJon Skeet2016-07-081-1/+2
* Fix handling of repeated wrappersJon Skeet2016-01-151-72/+66
* Remove unused method in FieldCodec.Jon Skeet2016-01-051-5/+0
* Generated code changes and manual changes for previous commit.Jon Skeet2015-11-091-9/+9
* Implement JSON parsing in C#.Jon Skeet2015-11-031-13/+11
* Skip groups properly.Jon Skeet2015-08-061-3/+4
* Change ReadTag and PeekTag to just use 0 as a return value for "end of stream...Jon Skeet2015-08-051-5/+1
* Document everything, and turn on errors if we fail to document anything in th...Jon Skeet2015-08-041-0/+107
* First pass at the big rename from ProtocolBuffers to Google.Protobuf.Jon Skeet2015-07-171-0/+382