1. e7e6c6b Merge pull request #4283 from ObsidianMinor/csharp/better-test-runners by Feng Xiao · 7 years ago
  2. f72ac9f Updated csharp/README.md to reflect testing changes by ObsidianMinor · 7 years ago
  3. c931743 Merge branch (#4466) by Paul Yang · 7 years ago
  4. 9c05c35 Address review comments by Jon Skeet · 7 years ago
  5. 8e23d4e Work around an "old runtime" issue with reflection by Jon Skeet · 7 years ago
  6. aa59eaa Introduce a compatiblity shim to support .NET 3.5 delegate creation by Jon Skeet · 7 years ago
  7. 8ba420f Change C# reflection to avoid using expression trees by Jon Skeet · 7 years ago
  8. ed4321d Merge pull request #4387 from acozzette/down-integrate by Adam Cozzette · 7 years ago
  9. 88a4884 Merge pull request #4345 from jskeet/list-json-null by Feng Xiao · 7 years ago
  10. b1216d9 Updated checked-in generated code by Adam Cozzette · 7 years ago
  11. 822b924 Allow list values to be null when parsing by Jon Skeet · 7 years ago
  12. e823897 Updated NUnit packages, removed NUnitLite added packages for dotnet and Visual Studio, changed dotnet command in buildall to dotnet test, and deleted Program.cs (because it's no longer required). by ObsidianMinor · 7 years ago
  13. 864df89 Remove 64MB memory limit when deserializing messages in C# by John Brock · 7 years ago
  14. 0c52335 Update .NET SDK to 2.0.3 by Jon Skeet · 7 years ago
  15. 47b7d2c Add DiscardUnknownFields support for C# by Jon Skeet · 7 years ago
  16. 383a494 Merge remote-tracking branch 'origin/3.5.x' into master by Jisi Liu · 7 years ago
  17. d106399 Merge pull request #4072 from google/jieluo by Jisi Liu · 7 years ago
  18. b308580 Cherrypick for csharp, including: by Jie Luo · 7 years ago
  19. 050fc9a Update version number to 3.5.1 by Jisi Liu · 7 years ago
  20. 426cf6f Add auto-generated header to C# generated files (#4038) by Jan Tattermusch · 7 years ago
  21. bfd254e Add unknown field support for csharp (#3936) by Jie Luo · 7 years ago
  22. 75eceb8 Update generated code. by Feng Xiao · 7 years ago
  23. 31c54d1 Regenerated code from previous C# codegen commit by Jon Skeet · 7 years ago
  24. f3e9a65 Compare floating point values bitwise in C# by Jon Skeet · 7 years ago
  25. 0ba8eea Merge branch 'master' into down-integrate by Adam Cozzette · 7 years ago
  26. 92a7e77 Integrated internal changes from Google by Adam Cozzette · 7 years ago
  27. a27da09 Merge branch '3.5.x' into 3.5.x-merge by Adam Cozzette · 7 years ago
  28. 6d60995 Update csharp version number (#3958) by Jie Luo · 7 years ago
  29. 74f64b6 Fix JsonTokenizer exception message by Jon Skeet · 7 years ago
  30. 91ff83c Remove non-C# options from C#-only test protos by Jon Skeet · 7 years ago
  31. 8cf53f8 MMinor fix-ups to C# tests from changes in earlier commits by Jon Skeet · 7 years ago
  32. b5cdf0e Regenerated test code for C# by Jon Skeet · 7 years ago
  33. aa77eab Move C#-only test protos to csharp/protos by Jon Skeet · 7 years ago
  34. 5f96191 ParseFrom<T> for array slice is missing by Jan Tattermusch · 7 years ago
  35. 4a5e1bd check already performed by MergeFrom by Jan Tattermusch · 7 years ago
  36. 435f611 allow message parsing from an array slice by Jan Tattermusch · 7 years ago
  37. 30b6e54 ParseFrom<T> for array slice is missing by Jan Tattermusch · 7 years ago
  38. 07542e7 check already performed by MergeFrom by Jan Tattermusch · 7 years ago
  39. 0c874a6 allow message parsing from an array slice by Jan Tattermusch · 7 years ago
  40. 97dd175 Update version number to 3.5.0 by Jisi Liu · 7 years ago
  41. cbe2505 Fix merging with message-valued oneof by Jon Skeet · 7 years ago
  42. 05b56d0 update joda-time javadoc url by xuwei-k · 7 years ago
  43. e8c9ae1 Add parser settings WithXyz methods by Jon Skeet · 7 years ago
  44. a985451 Add JsonParser setting to ignore unknown field values by Jon Skeet · 7 years ago
  45. ecf2957 Update descriptor protos by Jisi Liu · 7 years ago
  46. de15e73 Merge remote-tracking branch 'origin/3.4.x' into master by Jisi Liu · 7 years ago
  47. dba647a Bump version for minor release by Jisi Liu · 8 years ago
  48. 13fd045 Integrated internal changes from Google by Adam Cozzette · 8 years ago
  49. 5de0565 Google.Protobuf should target net45 by Jan Tattermusch · 8 years ago
  50. 49b31dc Update C# generated file for addressbook.proto by Feng Xiao · 8 years ago
  51. 50a6475 Google.Protobuf should target net45 by Jan Tattermusch · 8 years ago
  52. 2807436 change the field number of php_generic_service to fix the conflict with (#3576) by Paul Yang · 8 years ago
  53. 139775c Merge remote-tracking branch 'origin/3.4.x' into mergemaster by Jisi Liu · 8 years ago
  54. e0d24cc Detect invalid tags with a field number of 0 in C# by Jon Skeet · 8 years ago
  55. 8f4b8e4 Merge branch 'master' into 3.4.x by Bo Yang · 8 years ago
  56. 6c64f11 Bump csharp version by Jisi Liu · 8 years ago
  57. 9a4692d Update the comment on the message_type to cover what it should be. by Thomas Van Lenten · 8 years ago
  58. 759245a Merge from master by Jisi Liu · 8 years ago
  59. 7bb39be Update version number for 3.4.0 by Jisi Liu · 8 years ago
  60. a713b73 Merge pull request #3281 from BSBandme/ConformanceTestYilunChong by Yilun Chong · 8 years ago
  61. 50aa4fe Merge pull request #3375 from TeBoring/3.3.x by Paul Yang · 8 years ago
  62. 3af881c Merge master into 3.4.x by Jisi Liu · 8 years ago
  63. 8697530 Update csharp and php descriptor by Jisi Liu · 8 years ago
  64. 6ec0b7e Merge 3.3.x into master by Bo Yang · 8 years ago
  65. 9e745f7 Support PHP generic services (#3269) by Matt A · 8 years ago
  66. 71f2f0d Fix repository URL in C# project file by Jon Skeet · 8 years ago
  67. 727c0dc C#: Implement IReadOnlyDictionary<K,V> in MapField<K,V> by Jean-Rémy Bancel · 8 years ago
  68. 7339c25 delete backup files by Yilun Chong · 8 years ago
  69. cbf7dfb fix php failing list and csharp generated proto by Yilun Chong · 8 years ago
  70. cdd524a Ensure leaveOpen is true when writing to a buffer by Jon Skeet · 8 years ago
  71. 62d7fe5 Make Any easier to work with in C# by Jon Skeet · 8 years ago
  72. 3adb054 add some test proto2 supported, add js proto2 supported, fixed some error by Yilun Chong · 8 years ago
  73. a7d5be6 change php objc nodejs csharp ruby by Yilun Chong · 8 years ago
  74. 467c1cc fix csharp conformance test by Yilun Chong · 8 years ago
  75. db379e6 fix csharp conformance test by Yilun Chong · 8 years ago
  76. ff773c1 fix csharp by Yilun Chong · 8 years ago
  77. cd1dc3f add csharp support by Yilun Chong · 8 years ago
  78. e7bcfc4 Update version number to 3.3.2 by Bo Yang · 8 years ago
  79. 6f32580 Add new file option php_namespace. (#3162) by Paul Yang · 8 years ago
  80. 95749d5 update csharp README and fix .NET 3.5 build error by John Brock · 8 years ago
  81. 0b07d7e Add IncludeSource in csproj as per review comments by Jon Skeet · 8 years ago
  82. f26e8c2 Convert C# projects to MSBuild (csproj) format by Jon Skeet · 8 years ago
  83. 58538ea Update version number to 3.3.1 by Feng Xiao · 8 years ago
  84. 80f0c0a Update version number and changelog for 3.3.0 by Feng Xiao · 8 years ago
  85. 32d7830 Fix C++ build for down-integration. by Feng Xiao · 8 years ago
  86. 7610f10 Merge pull request #2884 from anandolee/master by Jie Luo · 8 years ago
  87. 689e4bf Add FormatEnumAsInt support for Json Format. And scale JsonFormatter.Settings to multiple options. by Jie Luo · 8 years ago
  88. 6b27c1f Add file option php_class_prefix (#2849) by Paul Yang · 8 years ago
  89. 606cb7e There might be duplicated enum values when allow_alias is true. Add PreferredAlias into OriginalNameAttribute to remove the duplication (#2727) by Jie Luo · 8 years ago
  90. 17174b5 Updating README by John Brock · 8 years ago
  91. f83d129 Upgrading test-related libraries by John Brock · 8 years ago
  92. c9b2c8f Fixes for .NET 3.5 compatibility by John Brock · 8 years ago
  93. 3f6f73b Merge pull request #2701 from anandolee/master by Jie Luo · 8 years ago
  94. 7288689 Add csharp compatibility tests against v3.0.0 and run on Travis. by Jie Luo · 8 years ago
  95. 9f09d18 Add proto and test files for csharp compatibility tests against v3.0.0. by Jie Luo · 8 years ago
  96. bd29f86 Fix CopyTo argument validation by Jon Skeet · 8 years ago
  97. 7f3e237 Merge 3.2.x branch into master (#2648) by Paul Yang · 8 years ago
  98. afc59ab C#: Implement IReadOnlyList<T> in RepeatedField<T> by Jon Skeet · 8 years ago
  99. ccb76ff Add Oneof custom options test by Jie Luo · 8 years ago
  100. 047575f Support custom options in C# by Jon Skeet · 8 years ago