aboutsummaryrefslogtreecommitdiff
path: root/csharp/src/Google.Protobuf/InvalidProtocolBufferException.cs
Commit message (Collapse)AuthorAgeFilesLines
* Fix message for InvalidProtocolBufferExceptionMsp2016-11-041-1/+1
|
* Throw a better exception when invalid base64 is detected in JSONJon Skeet2016-01-151-0/+11
|
* Reimplement JSON recursion by detecting the depth in the tokenizer.Jon Skeet2015-11-051-0/+7
| | | | Added a TODO around a possible change to the tokenizer API, changing PushBack(token) into just Rewind() or something similar.
* Generated code for previous commit.Jon Skeet2015-08-061-0/+6
|
* Make InvalidProtocolBufferException.InvalidTag internal.Jon Skeet2015-08-051-1/+1
| | | | We don't need to expose the InvalidProtocolBufferException factory method now that the generated code doesn't throw the exception.
* Document everything, and turn on errors if we fail to document anything in ↵Jon Skeet2015-08-041-2/+5
| | | | the future.
* First pass at the big rename from ProtocolBuffers to Google.Protobuf.Jon Skeet2015-07-171-0/+102
We'll see what I've missed when CI fails...