aboutsummaryrefslogtreecommitdiff
path: root/csharp/src/Google.Protobuf.Test/CodedInputStreamTest.cs
Commit message (Expand)AuthorAgeFilesLines
* Remove the executable bit from several source code filesSebastian Schuberth2018-06-251-0/+0
* Remove 64MB memory limit when deserializing messages in C#John Brock2018-01-311-0/+83
* Detect invalid tags with a field number of 0 in C#Jon Skeet2017-08-111-0/+14
* Ensure leaveOpen is true when writing to a bufferJon Skeet2017-07-041-1/+8
* Fix copy/paste typo in CodedInputStreamTestJon Skeet2016-03-011-1/+1
* Implement IDisposable for CodedInputStream and CodedOutputStreamJon Skeet2016-02-291-0/+22
* Validate that end-group tags match their corresponding start-group tagsJon Skeet2016-02-151-2/+48
* Add recursion limit handling to JSON parsing.Jon Skeet2015-11-041-2/+2
* More TODOs done.Jon Skeet2015-08-101-25/+23
* Tidying up - fix a bunch of TODOs and remove outdated ones.Jon Skeet2015-08-081-1/+0
* Skip groups properly.Jon Skeet2015-08-061-0/+87
* Change ReadTag and PeekTag to just use 0 as a return value for "end of stream...Jon Skeet2015-08-051-9/+11
* Expose Coded*Stream constructors directly.Jon Skeet2015-08-031-19/+19
* First pass at the big rename from ProtocolBuffers to Google.Protobuf.Jon Skeet2015-07-171-0/+444