aboutsummaryrefslogtreecommitdiff
path: root/csharp/src/Google.Protobuf/CodedInputStream.cs
Commit message (Expand)AuthorAgeFilesLines
* Fixed out-of-date documentation for CodedInputStream.ReadEnum. (#1581)Jos Hickson2016-07-101-3/+1
* Implement IDisposable for CodedInputStream and CodedOutputStreamJon Skeet2016-02-291-5/+41
* Validate that end-group tags match their corresponding start-group tagsJon Skeet2016-02-151-6/+26
* Rename Preconditions to ProtoPreconditionsJon Skeet2016-02-041-3/+3
* Added documentation to generated code.Jon Skeet2015-09-291-1/+1
* More TODOs done.Jon Skeet2015-08-101-75/+85
* Tidying up - fix a bunch of TODOs and remove outdated ones.Jon Skeet2015-08-081-12/+13
* Address review comments.Jon Skeet2015-08-081-2/+2
* Skip groups properly.Jon Skeet2015-08-061-13/+42
* Change ReadTag and PeekTag to just use 0 as a return value for "end of stream...Jon Skeet2015-08-051-32/+24
* Validate that after reading a message, we've consumed as many bytes as we exp...Jon Skeet2015-08-051-0/+29
* Consume unknown fields when parsing.Jon Skeet2015-08-051-0/+33
* Document everything, and turn on errors if we fail to document anything in th...Jon Skeet2015-08-041-1/+1
* Expose Coded*Stream constructors directly.Jon Skeet2015-08-031-28/+11
* First pass at the big rename from ProtocolBuffers to Google.Protobuf.Jon Skeet2015-07-171-0/+1144