1. 655310c Update protobuf version (#6472) by Paul Yang · 4 years, 10 months ago
  2. b99e8f5 * Fix add API warnings to docs for extension APIs by Sydney Acksman · 5 years ago
  3. 0c044c7 Edit naming of parameters in Extension classes by Sydney Acksman · 5 years ago
  4. 5995d72 Rename ExtensionRegistry.Add(IEnumerable<Extension>) overload to AddRange by Sydney Acksman · 5 years ago
  5. 5f2ec57 Remove ExtensionRegistry.Add(params) overload by Sydney Acksman · 5 years ago
  6. 325ed81 Fix binary compatibility in FieldCodec factory methods (#6380) (#6424) by Jan Tattermusch · 5 years ago
  7. 6a59a2a Update protobuf version (#6366) by Paul Yang · 5 years ago
  8. 15929e1 Revert "Make php message class final to avoid mocking (#6277)" (#6324) by Paul Yang · 5 years ago
  9. ef5e8f4 Update C# generated proto file by Hao Nguyen · 5 years ago
  10. 6387202 Update version to 3.9.0 by Hao Nguyen · 5 years ago
  11. bb1c0ad Remove unused fields by Hao Nguyen · 5 years ago
  12. 634d704 Merge branch '3.8.x' into 3.8.x-201905311515 by Hao Nguyen · 5 years ago
  13. 582927a Update generated files by Hao Nguyen · 5 years ago
  14. b0d6486 Update protobuf version by Hao Nguyen · 5 years ago
  15. 2352a30 Revert "Update protobuf version" by Hao Nguyen · 5 years ago
  16. 6d96493 Update protobuf version by Hao Nguyen · 5 years ago
  17. 9e89b6e C# Proto2 feature : Extensions (#5350) by Sydney Acksman · 5 years ago
  18. 37a89f8 Update version to 3.8.0 by Hao Nguyen · 5 years ago
  19. 3d69bad Update generated proto and remove a test from failure_list by Hao Nguyen · 5 years ago
  20. ef1e8e7 Add module for JavaLite and fix builds by Hao Nguyen · 5 years ago
  21. 8645d89 Merge branch '3.7.x' into merge-3-7-x by Adam Cozzette · 5 years ago
  22. 6973c3a Update version number to 3.7.1 (#5947) by Paul Yang · 5 years ago
  23. 71f2996 Update generated descriptor files by Hao Nguyen · 5 years ago
  24. ec3d948 add System.Memory dependency (#5835) by Jan Tattermusch · 5 years ago
  25. 2de68bc Make the C# benchmarks non-packable by Jon Skeet · 5 years ago
  26. f071c9e fix source stepping by upgrading sourcelink (#5891) by Jan Tattermusch · 5 years ago
  27. 233f486 First pass at benchmarking for C# by Jon Skeet · 5 years ago
  28. 4b145b1 Parse nested listvalue in json for ruby (#5867) by Paul Yang · 5 years ago
  29. 60a889e make check for distinct hashcode optional by Jan Tattermusch · 5 years ago
  30. e6a22c9 test all frameworks on windows by Jan Tattermusch · 5 years ago
  31. 753daae use netcoreapp2.1 for testing by Jan Tattermusch · 5 years ago
  32. 79c32b1 add scripts for C# windows tests by Jan Tattermusch · 5 years ago
  33. 15fab91 Bump target frameworks of C# programs from netcoreapp1.0 to netcoreapp2.1 (#5838) by Sydney Acksman · 5 years ago
  34. 5928445 Use fixed size for bool, float and double field in codec (#5810) by WilliamWhispell · 5 years ago
  35. cb6fa92 Merge branch '3.7.x' by Bo Yang · 5 years ago
  36. 582743b Update version number to 3.7.0 (#5793) by Paul Yang · 5 years ago
  37. bf32b36 Merge pull request #5765 from BSBandme/integration by Paul Yang · 5 years ago
  38. a4c3472 Add some exceptions for MessageParser.ParseFrom (#5588) by Sydney Acksman · 5 years ago
  39. 6d29c22 fix conformance test for text format by Yilun Chong · 5 years ago
  40. af8b91b fix csharp by regenerate descriptor by Yilun Chong · 5 years ago
  41. e4e5bc4 Fix failure test by regenerating descriptor and revert golden file (#5762) by Yilun Chong · 5 years ago
  42. b52754b Update version to 3.7.0rc3 by Bo Yang · 5 years ago
  43. e479410 delete all duplicate empty blanks (#5758) by Xiang Dai · 5 years ago
  44. c7b3392 Update version to 3.7.0 (#5749) by Paul Yang · 5 years ago
  45. e728325 Change MessageType != null in IsInitialized to FieldType == Message || Group (#5688) by Sydney Acksman · 5 years ago
  46. dbf77c6 Refactor how group endings are detected in generated C# code (#5686) by Sydney Acksman · 5 years ago
  47. 2a05691 Refactor how group endings are detected in generated C# code (#5686) by Sydney Acksman · 5 years ago
  48. 1ee15ba Updated version to 3.7.0rc2 by Adam Cozzette · 5 years ago
  49. d5be2ba Update version to 3.7.0 by Hao Nguyen · 5 years ago
  50. a2a0afb Down-integrate internal changes to github. (#5575) by Yilun Chong · 5 years ago
  51. cb95a7f Down-integrate internal changes to github. (#5566) by Yilun Chong · 5 years ago
  52. b1b9eaa Comments on the next line will go to the next field. by Thomas Van Lenten · 5 years ago
  53. 0adb74c Down-integrate internal changes to github. (#5555) by Yilun Chong · 5 years ago
  54. 624a40a Down-integrate internal changes to github. by Bo Yang · 5 years ago
  55. cecba29 Down-integrate internal changes (#5467) by Paul Yang · 5 years ago
  56. 4b02f65 Make sure to add a new line at the end of XML files by Hao Nguyen · 5 years ago
  57. 9349e23 Replace update_version shell script with a python script, which is much better at handling XML rewrite. Update the PHP version too. As part of rewrite, some XML file format will change a little, but the semantics is still the same so it should be okay. by Hao Nguyen · 5 years ago
  58. db0a9e0 Add <LangVersion>6</LangVersion> to the core protobuf C# project to prevent future incompatibility by Hao Nguyen · 6 years ago
  59. 3d207c3 Fix TimestampPartial operator == overload implementation: Cannot call == inside it, otherwise it would cause stack overflow by Hao Nguyen · 6 years ago
  60. 2463808 Make Protobuf compatible with C# 6 by Hao Nguyen · 6 years ago
  61. 627cc48 Increase C# default recursion limit to 100 (#5339) by Jon Skeet · 6 years ago
  62. 86d4fe4 Updated checked-in generated code by Adam Cozzette · 6 years ago
  63. 6f73c50 C# Proto2 feature : Groups (#5183) by Sydney Acksman · 6 years ago
  64. 80e530d Ported FieldMaskUtil from Java to C# (#5045) by Benjamin Krämer · 6 years ago
  65. 3f826a6 Add method for Any.Is (#5207) by Sydney Acksman · 6 years ago
  66. 4426cb5 Merge pull request #5172 from shields/smear-comments by Adam Cozzette · 6 years ago
  67. 54176b2 C# Proto2 feature : Field presence and default values (#4642) by Sydney Acksman · 6 years ago
  68. 47d33e7 Test locations, and add comment to clarify testing by Jon Skeet · 6 years ago
  69. 6e39eaa Add more detailed comments for declaration properties by Jon Skeet · 6 years ago
  70. 1376ee4 Simplify descriptor tests by Jon Skeet · 6 years ago
  71. 988b381 Add comment about FileDescriptor not exposing a declaration by Jon Skeet · 6 years ago
  72. 1711999 Provide simple access to descriptor declarations in C# by Jon Skeet · 6 years ago
  73. 10360e3 Regenerate C# and Objective-C. by Michael Shields · 6 years ago
  74. baa4a21 Cross-link descriptor when building from byte strings by Jon Skeet · 6 years ago
  75. c73d689 Regenerated C# protos. by Josh Haberman · 6 years ago
  76. afe98de Replace repo links. by Feng Xiao · 6 years ago
  77. 228530e Support creating FileDescriptors dynamically from binary data. by Jon Skeet · 6 years ago
  78. a4862e7 Update generated descriptors. by Feng Xiao · 6 years ago
  79. 94d55e5 Merge branch '3.6.x' into merge-3-6-x by Adam Cozzette · 6 years ago
  80. 9e1286b Updated version numbers to 3.6.1 by Adam Cozzette · 6 years ago
  81. 8705adc Give a specific category to each test. (#4965) by Paul Yang · 6 years ago
  82. f50be7d Fix C# nuget build on Kokoro (#4912) by Jan Tattermusch · 6 years ago
  83. 26eeec9 Enable ignoring unknown in json parsing in php (#4839) by Paul Yang · 6 years ago
  84. 96833b8 implement IComparable and comparison operators on Timestamp (#4318) by Warren Falk · 6 years ago
  85. d6f346b Merge pull request #4827 from acozzette/merge-3-6-x by Adam Cozzette · 6 years ago
  86. 3d603f4 Remove protoc conditional properties (#4817) by Sydney Acksman · 6 years ago
  87. 82d3d7d Merge branch '3.6.x' into merge-3-6-x by Adam Cozzette · 6 years ago
  88. ee03556 Remove the executable bit from several source code files by Sebastian Schuberth · 6 years ago
  89. 1f77342 Add msbuild targets to C# tools for protoc compilers (#4648) by Sydney Acksman · 6 years ago
  90. 9d64d74 Removed duplicate using statement from ReflectionUtil.cs by Adam Cozzette · 6 years ago
  91. 45eb28b Update version number to 3.6.0 by Jisi Liu · 6 years ago
  92. 394866c enable source link for csharp (#4179) by Cameron Taggart · 6 years ago
  93. b61dd9d Add file option php_metadata_namespace and ruby_package (#4609) by Paul Yang · 6 years ago
  94. 513b35d Add VS2017 optional component dependency details to the C# readme (#4128) by David Chennells · 6 years ago
  95. 1b219a1 Fix to allow AOT compilers to play nicely with reflection by Jon Skeet · 6 years ago
  96. 4ca46ed Write messages to backing field in generated C# cloning code (#4440) by Sydney Acksman · 6 years ago
  97. da3ce67 Deliberately call simple code to avoid Unity linker pruning by Jon Skeet · 6 years ago
  98. e7e6c6b Merge pull request #4283 from ObsidianMinor/csharp/better-test-runners by Feng Xiao · 6 years ago
  99. f72ac9f Updated csharp/README.md to reflect testing changes by ObsidianMinor · 6 years ago
  100. c931743 Merge branch (#4466) by Paul Yang · 6 years ago