2 Commits (fc7454acf8ab7608c0fe85bf108c4056b9f39db4)

Author SHA1 Message Date
Mike Kruskal a29e0e3f44 Sync from Piper @439400376 3 years ago
Jon Skeet e1e9d3e6da Normalize all C# and .proto files to LF 3 years ago
listonjesse 2ae7cf0e03 Auxillary -> Auxiliary 5 years ago
Jan Tattermusch c2925d5b93 fix C# compatibility tests 5 years ago
Jon Skeet 627cc48f5a Increase C# default recursion limit to 100 (#5339) 6 years ago
Jon Skeet cdd524a0bd Ensure leaveOpen is true when writing to a buffer 8 years ago
Jie Luo 9f09d1804a Add proto and test files for csharp compatibility tests against v3.0.0. 8 years ago
Jon Skeet f222a9a5e6 Fix copy/paste typo in CodedInputStreamTest 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 3d257a9dc1 Add recursion limit handling to JSON parsing. 9 years ago
Jon Skeet f2732c7af1 More TODOs done. 9 years ago
Jon Skeet 6f300442bc Tidying up - fix a bunch of TODOs and remove outdated ones. 9 years ago
Jon Skeet e7f88ff129 Skip groups properly. 9 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. 9 years ago
Jon Skeet 0e0e0c97e7 Expose Coded*Stream constructors directly. 9 years ago
Jon Skeet 59eeebee87 First pass at the big rename from ProtocolBuffers to Google.Protobuf. 10 years ago
Jon Skeet 3cce11ce1c Minor fix-ups as suggested in PR #560. 10 years ago
Jon Skeet ee835a3fe4 Fix copyright lines for all C# code. 10 years ago
Jon Skeet f34d37a3d4 Tidying up and extra tests. 10 years ago
Jon Skeet b9d1d3891f Tests changed enough to build 10 years ago
Jon Skeet cdeda4b876 Minor cleanup. 10 years ago
Jon Skeet 828b7e61d0 Use the fact that we know the tag size and bytes at codegen time to optimize. 10 years ago
Jon Skeet 7532f0256f Reimplement RepeatedField<T> using an array as the backing store. 10 years ago
Jon Skeet 96ddf01aed Coded*Stream streamlining. 10 years ago
Jon Skeet 39aaf21d51 Reimplement enums as int values, and get rid of EnumHelper. 10 years ago
Jon Skeet e38294a62d First pass at the mutable API. Quite a bit more to do - in particular, it's pretty slow right now. 10 years ago
Jon Skeet 90c8932fc7 Convert back to using NUnit, which is now loaded via NuGet. 10 years ago
Jon Skeet c56475088d Change to using xUnit for all unit tests, and fetch that via NuGet. 10 years ago