1. ac25235 fix some typos (#9771) by cui fliter · 2 years, 10 months ago
  2. e1e9d3e Normalize all C# and .proto files to LF by Jon Skeet · 3 years ago
  3. 1252f3e More Code Review Updates by Jensaarai · 3 years, 10 months ago
  4. e2cc2de Fix lots of spelling errors (#7751) by Peter Newman · 4 years, 7 months ago
  5. a1b9aa4 get rid of extraneous ParserInternalState.codedInputStream field by Jan Tattermusch · 4 years, 10 months ago
  6. cf49962 actually use ParsingPrimitives.ReadBytes and ReadString by Jan Tattermusch · 4 years, 10 months ago
  7. a171f6d address a few TODOs by Jan Tattermusch · 4 years, 11 months ago
  8. 18bfd9e Fix net45 tests by James Newton-King · 4 years, 11 months ago
  9. 07182a8 optimize initialization of ParseContext by Jan Tattermusch · 5 years ago
  10. d17b511 faster initialization of ParserInternalState by Jan Tattermusch · 5 years ago
  11. ea60538 make everything build by Jan Tattermusch · 5 years ago
  12. 175c965 bring in new files by Jan Tattermusch · 5 years ago
  13. a0cc0e8 Remove unnecessary branch from ReadTag (#7289) by Jan Tattermusch · 5 years ago
  14. f20be83 enforce recursion depth checking for unknown fields by Jan Tattermusch · 5 years ago
  15. 77d3373 simpler fix by Jan Tattermusch · 5 years ago
  16. e2e70a8 Fix conformance test failures for Google.Protobuf by Sydney Acksman · 5 years ago
  17. 2ac8946 Allow extra fields in wrapper messages, more tests. by Chris Bacon · 5 years ago
  18. e305e56 C#: Optimize parsing of some primitive and wrapper types by Chris Bacon · 5 years ago
  19. 9e89b6e C# Proto2 feature : Extensions (#5350) by Sydney Acksman · 6 years ago
  20. a4c3472 Add some exceptions for MessageParser.ParseFrom (#5588) by Sydney Acksman · 6 years ago
  21. 627cc48 Increase C# default recursion limit to 100 (#5339) by Jon Skeet · 6 years ago
  22. 6f73c50 C# Proto2 feature : Groups (#5183) by Sydney Acksman · 6 years ago
  23. 864df89 Remove 64MB memory limit when deserializing messages in C# by John Brock · 7 years ago
  24. 47b7d2c Add DiscardUnknownFields support for C# by Jon Skeet · 7 years ago
  25. bfd254e Add unknown field support for csharp (#3936) by Jie Luo · 7 years ago
  26. e0d24cc Detect invalid tags with a field number of 0 in C# by Jon Skeet · 8 years ago
  27. cdd524a Ensure leaveOpen is true when writing to a buffer by Jon Skeet · 8 years ago
  28. 790e6af Fixed out-of-date documentation for CodedInputStream.ReadEnum. (#1581) by Jos Hickson · 9 years ago
  29. c0cf71b Implement IDisposable for CodedInputStream and CodedOutputStream by Jon Skeet · 9 years ago
  30. 9bdc848 Validate that end-group tags match their corresponding start-group tags by Jon Skeet · 9 years ago
  31. 7762f16 Rename Preconditions to ProtoPreconditions by Jon Skeet · 9 years ago
  32. 2212f56 Added documentation to generated code. by Jon Skeet · 9 years ago
  33. f2732c7 More TODOs done. by Jon Skeet · 10 years ago
  34. 6f30044 Tidying up - fix a bunch of TODOs and remove outdated ones. by Jon Skeet · 10 years ago
  35. 6e16037 Address review comments. by Jon Skeet · 10 years ago
  36. e7f88ff Skip groups properly. by Jon Skeet · 10 years ago
  37. ff334a6 Change ReadTag and PeekTag to just use 0 as a return value for "end of stream", rather than using an awkward out parameter. by Jon Skeet · 10 years ago
  38. 15bf55e Validate that after reading a message, we've consumed as many bytes as we expected to. by Jon Skeet · 10 years ago
  39. 9df2def Consume unknown fields when parsing. by Jon Skeet · 10 years ago
  40. 811fc89 Document everything, and turn on errors if we fail to document anything in the future. by Jon Skeet · 10 years ago
  41. 0e0e0c9 Expose Coded*Stream constructors directly. by Jon Skeet · 10 years ago
  42. 59eeebe First pass at the big rename from ProtocolBuffers to Google.Protobuf. by Jon Skeet · 10 years ago[Renamed from csharp/src/ProtocolBuffers/CodedInputStream.cs]
  43. 0f442a7 Merge pull request #611 from jskeet/csharp-wrappers by Jon Skeet · 10 years ago