Adam Cozzette d7e943b8d2 Update protobuf version 4 years ago
..
Collections 6cf068c439 Clean up 4 years ago
Compatibility ee03556df9 Remove the executable bit from several source code files 7 years ago
Properties b2d2915439 make Google.Protobuf internals visible to benchmarks 5 years ago
Reflection f01d9e5601 Add an extension registry option when parsing file descriptors 4 years ago
WellKnownTypes 32a94ce353 Merge tag 'refs/tags/sync-piper' into sync-stage 5 years ago
ByteArray.cs 59eeebee87 First pass at the big rename from ProtocolBuffers to Google.Protobuf. 10 years ago
ByteString.cs e794919f6b PR feedback 4 years ago
ByteStringAsync.cs e794919f6b PR feedback 4 years ago
CodedInputStream.cs e2cc2de304 Fix lots of spelling errors (#7751) 5 years ago
CodedOutputStream.ComputeSize.cs 7bfaaba534 cleanup coded output stream 5 years ago
CodedOutputStream.cs 8a2d5884bf address review comments 5 years ago
Extension.cs 6b0ff74ecf Implement HasPresence for C# 5 years ago
ExtensionRegistry.cs 220e7be708 make things build after codegen change 5 years ago
ExtensionSet.cs e346fde63b remove commented out code 5 years ago
ExtensionValue.cs cea3653a2e Include the size of values (and tags) for extensions, even if the value is the default 4 years ago
FieldCodec.cs cea3653a2e Include the size of values (and tags) for extensions, even if the value is the default 4 years ago
FieldMaskTree.cs e479410564 delete all duplicate empty blanks (#5758) 6 years ago
FrameworkPortability.cs 6f300442bc Tidying up - fix a bunch of TODOs and remove outdated ones. 10 years ago
Google.Protobuf.csproj d7e943b8d2 Update protobuf version 4 years ago
IBufferMessage.cs 52618472bc Remove GOOGLE_PROTOBUF_SUPPORT_SYSTEM_MEMORY 5 years ago
ICustomDiagnosticMessage.cs 5dba7d7b4c Introduce ICustomDiagnosticMessage to allow for custom string formatting 9 years ago
IDeepCloneable.cs f2732c7af1 More TODOs done. 10 years ago
IExtendableMessage.cs 0436b8db85 GetOrRegisterExtension -> GetOrInitializeExtension 6 years ago
IMessage.cs f2732c7af1 More TODOs done. 10 years ago
InvalidJsonException.cs 0fb39c4afe Created a new exception for JSON failures. 10 years ago
InvalidProtocolBufferException.cs a4c3472ce8 Add some exceptions for MessageParser.ParseFrom (#5588) 6 years ago
JsonFormatter.cs 0dd5fffba3 Fix JSON parsing and formatting of NullValue in C# 5 years ago
JsonParser.cs 0dd5fffba3 Fix JSON parsing and formatting of NullValue in C# 5 years ago
JsonToken.cs fb2488225f Implement JSON parsing in C#. 10 years ago
JsonTokenizer.cs e479410564 delete all duplicate empty blanks (#5758) 6 years ago
LimitedInputStream.cs e479410564 delete all duplicate empty blanks (#5758) 6 years ago
MessageExtensions.cs e14a5c8fe6 address a few TODOs 5 years ago
MessageParser.cs 6d5bc90d48 add ParseFrom(ReadOnlySequence) methods 5 years ago
ObjectIntPair.cs 9e89b6e70a C# Proto2 feature : Extensions (#5350) 6 years ago
ParseContext.cs a1b9aa499e get rid of extraneous ParserInternalState.codedInputStream field 5 years ago
ParserInternalState.cs d4abad8731 Optimize reading strings across segments 5 years ago
ParsingPrimitives.cs e36163deed PR feedback 5 years ago
ParsingPrimitivesMessages.cs 542c0cc9d3 Fix missing key and test 4 years ago
ParsingPrimitivesWrappers.cs d8800ae2f3 Fix parsing negative Int32Value that crosses segment boundary 5 years ago
ProtoPreconditions.cs 54176b26a9 C# Proto2 feature : Field presence and default values (#4642) 7 years ago
SegmentedBufferHelper.cs a1b9aa499e get rid of extraneous ParserInternalState.codedInputStream field 5 years ago
UnknownField.cs 090d28e8f7 Null Check in UnknownField::AddAll() (#7328) 5 years ago
UnknownFieldSet.cs e346fde63b remove commented out code 5 years ago
UnsafeByteOperations.cs e794919f6b PR feedback 4 years ago
WireFormat.cs 9e89b6e70a C# Proto2 feature : Extensions (#5350) 6 years ago
WriteBufferHelper.cs 80780bdffa optimize WriteRawByte 5 years ago
WriteContext.cs 9039103637 message extensions + refactor 5 years ago
WriterInternalState.cs 94e64f2c0b a bit more cleanup 5 years ago
WritingPrimitives.cs c2b22b90fc PR feedback 4 years ago
WritingPrimitivesMessages.cs ea1d55927d test are almost passing 5 years ago