aboutsummaryrefslogtreecommitdiff
path: root/csharp
AgeCommit message (Expand)Author
2019-03-04Merge branch '3.7.x'Bo Yang
2019-02-28Update version number to 3.7.0 (#5793)Paul Yang
2019-02-26Merge pull request #5765 from BSBandme/integrationPaul Yang
2019-02-26Add some exceptions for MessageParser.ParseFrom (#5588)Sydney Acksman
2019-02-26fix conformance test for text formatYilun Chong
2019-02-26fix csharp by regenerate descriptorYilun Chong
2019-02-24Fix failure test by regenerating descriptor and revert golden file (#5762)Yilun Chong
2019-02-22Update version to 3.7.0rc3Bo Yang
2019-02-20delete all duplicate empty blanks (#5758)Xiang Dai
2019-02-19Update version to 3.7.0 (#5749)Paul Yang
2019-02-14Change MessageType != null in IsInitialized to FieldType == Message || Group ...Sydney Acksman
2019-02-11Refactor how group endings are detected in generated C# code (#5686)Sydney Acksman
2019-02-11Refactor how group endings are detected in generated C# code (#5686)Sydney Acksman
2019-01-30Updated version to 3.7.0rc2Adam Cozzette
2019-01-24Update version to 3.7.0Hao Nguyen
2019-01-13Down-integrate internal changes to github. (#5575)Yilun Chong
2019-01-11Down-integrate internal changes to github. (#5566)Yilun Chong
2019-01-10Comments on the next line will go to the next field.Thomas Van Lenten
2019-01-08Down-integrate internal changes to github. (#5555)Yilun Chong
2018-12-20Down-integrate internal changes to github.Bo Yang
2018-12-14Down-integrate internal changes (#5467)Paul Yang
2018-12-14Make sure to add a new line at the end of XML filesHao Nguyen
2018-12-14Replace update_version shell script with a python script, which is much bette...Hao Nguyen
2018-12-10Add <LangVersion>6</LangVersion> to the core protobuf C# project to prevent f...Hao Nguyen
2018-12-10Fix TimestampPartial operator == overload implementation: Cannot call == insi...Hao Nguyen
2018-12-10Make Protobuf compatible with C# 6Hao Nguyen
2018-11-13Increase C# default recursion limit to 100 (#5339)Jon Skeet
2018-11-09Updated checked-in generated codeAdam Cozzette
2018-11-05C# Proto2 feature : Groups (#5183)Sydney Acksman
2018-10-08Ported FieldMaskUtil from Java to C# (#5045)Benjamin Krämer
2018-10-05Add method for Any.Is (#5207)Sydney Acksman
2018-09-24Merge pull request #5172 from shields/smear-commentsAdam Cozzette
2018-09-24C# Proto2 feature : Field presence and default values (#4642)Sydney Acksman
2018-09-22Test locations, and add comment to clarify testingJon Skeet
2018-09-22Add more detailed comments for declaration propertiesJon Skeet
2018-09-22Simplify descriptor testsJon Skeet
2018-09-22Add comment about FileDescriptor not exposing a declarationJon Skeet
2018-09-22Provide simple access to descriptor declarations in C#Jon Skeet
2018-09-19Regenerate C# and Objective-C.Michael Shields
2018-09-10Cross-link descriptor when building from byte stringsJon Skeet
2018-09-04Regenerated C# protos.Josh Haberman
2018-08-22Replace repo links.Feng Xiao
2018-08-20Support creating FileDescriptors dynamically from binary data.Jon Skeet
2018-08-08Update generated descriptors.Feng Xiao
2018-08-01Merge branch '3.6.x' into merge-3-6-xAdam Cozzette
2018-07-27Updated version numbers to 3.6.1Adam Cozzette
2018-07-27Give a specific category to each test. (#4965)Paul Yang
2018-07-18Fix C# nuget build on Kokoro (#4912)Jan Tattermusch
2018-07-09Enable ignoring unknown in json parsing in php (#4839)Paul Yang
2018-07-09implement IComparable and comparison operators on Timestamp (#4318)Warren Falk