aboutsummaryrefslogtreecommitdiffhomepage
path: root/csharp/src/Google.Protobuf/InvalidProtocolBufferException.cs
Commit message (Collapse)AuthorAge
* Fix message for InvalidProtocolBufferExceptionGravatar Msp2016-11-04
|
* Throw a better exception when invalid base64 is detected in JSONGravatar Jon Skeet2016-01-15
|
* Reimplement JSON recursion by detecting the depth in the tokenizer.Gravatar Jon Skeet2015-11-05
| | | | 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.Gravatar Jon Skeet2015-08-06
|
* Make InvalidProtocolBufferException.InvalidTag internal.Gravatar Jon Skeet2015-08-05
| | | | 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 ↵Gravatar Jon Skeet2015-08-04
| | | | the future.
* First pass at the big rename from ProtocolBuffers to Google.Protobuf.Gravatar Jon Skeet2015-07-17
We'll see what I've missed when CI fails...