43 Commits (628a7e6fa4389b6564b2649a45077aaea73e7341)

Author SHA1 Message Date
theodorerose 628a7e6fa4 Sync from Piper @457757259 3 years ago
Joshua Haberman dc4aad931e Sync from Piper @444600173 3 years ago
cui fliter ac25235fa7
fix some typos (#9771) 3 years ago
Mike Kruskal a29e0e3f44 Sync from Piper @439400376 3 years ago
Jon Skeet e1e9d3e6da Normalize all C# and .proto files to LF 3 years ago
Joshua Haberman 9521803d40 Sync from Piper @375548932 4 years ago
Jensaarai 1252f3e147 More Code Review Updates 4 years ago
Joshua Haberman 95e6c5b474 Sync from Piper @327110949 5 years ago
Peter Newman e2cc2de304
Fix lots of spelling errors (#7751) 5 years ago
listonjesse 2ae7cf0e03 Auxillary -> Auxiliary 5 years ago
Jan Tattermusch a1b9aa499e get rid of extraneous ParserInternalState.codedInputStream field 5 years ago
Jan Tattermusch cf49962c57 actually use ParsingPrimitives.ReadBytes and ReadString 5 years ago
Jan Tattermusch a171f6d670 address a few TODOs 5 years ago
James Newton-King 18bfd9e2e5 Fix net45 tests 5 years ago
Jan Tattermusch 07182a843c optimize initialization of ParseContext 5 years ago
Jan Tattermusch d17b5115d2 faster initialization of ParserInternalState 5 years ago
Jan Tattermusch ea605381e6 make everything build 5 years ago
Jan Tattermusch 175c96565f bring in new files 5 years ago
Jan Tattermusch a0cc0e83cb
Remove unnecessary branch from ReadTag (#7289) 5 years ago
Jan Tattermusch 0e8f69e532
enforce recursion depth checking for unknown fields (#7210) 5 years ago
Jan Tattermusch f20be83927 enforce recursion depth checking for unknown fields 5 years ago
Jan Tattermusch 77d33734cf
simpler fix 5 years ago
Sydney Acksman e2e70a8a42 Fix conformance test failures for Google.Protobuf 5 years ago
Chris Bacon 2ac8946ee3 Allow extra fields in wrapper messages, more tests. 5 years ago
Chris Bacon e305e56cad C#: Optimize parsing of some primitive and wrapper types 5 years ago
Sydney Acksman 9e89b6e70a C# Proto2 feature : Extensions (#5350) 6 years ago
Sydney Acksman a4c3472ce8 Add some exceptions for MessageParser.ParseFrom (#5588) 6 years ago
Jon Skeet 627cc48f5a Increase C# default recursion limit to 100 (#5339) 6 years ago
Sydney Acksman 6f73c50936 C# Proto2 feature : Groups (#5183) 6 years ago
John Brock 864df890a7 Remove 64MB memory limit when deserializing messages in C# 7 years ago
Jon Skeet 47b7d2c7ca Add DiscardUnknownFields support for C# 7 years ago
Jie Luo b308580bb1 Cherrypick for csharp, including: 7 years ago
Jie Luo bfd254e14f
Add unknown field support for csharp (#3936) 7 years ago
Jon Skeet e0d24cc84a Detect invalid tags with a field number of 0 in C# 8 years ago
Jon Skeet cdd524a0bd Ensure leaveOpen is true when writing to a buffer 8 years ago
Jos Hickson 790e6afb72 Fixed out-of-date documentation for CodedInputStream.ReadEnum. (#1581) 9 years ago
Jon Skeet c0cf71bec9 Implement IDisposable for CodedInputStream and CodedOutputStream 9 years ago
Jon Skeet 9bdc848832 Validate that end-group tags match their corresponding start-group tags 9 years ago
Jon Skeet 7762f163a4 Rename Preconditions to ProtoPreconditions 9 years ago
Jon Skeet 2212f56bcd Added documentation to generated code. 10 years ago
Jon Skeet f2732c7af1 More TODOs done. 10 years ago
Jon Skeet 6f300442bc Tidying up - fix a bunch of TODOs and remove outdated ones. 10 years ago
Jon Skeet 6e16037c99 Address review comments. 10 years ago
Jon Skeet e7f88ff129 Skip groups properly. 10 years ago
Jon Skeet ff334a60eb Change ReadTag and PeekTag to just use 0 as a return value for "end of stream", rather than using an awkward out parameter. 10 years ago
Jon Skeet 15bf55e225 Validate that after reading a message, we've consumed as many bytes as we expected to. 10 years ago
Jon Skeet 9df2defa29 Consume unknown fields when parsing. 10 years ago
Jon Skeet 811fc89f0e Document everything, and turn on errors if we fail to document anything in the future. 10 years ago
Jon Skeet 0e0e0c97e7 Expose Coded*Stream constructors directly. 10 years ago
Jon Skeet 59eeebee87 First pass at the big rename from ProtocolBuffers to Google.Protobuf. 10 years ago