1. ca89a1a Change where we rename Descriptor.cs to DescriptorProtoFile.cs. by Jon Skeet · 9 years ago
  2. fa2fe35 fix type initialization problem with FileDescriptor by Jan Tattermusch · 9 years ago
  3. 143688f add a failing descriptor test by Jan Tattermusch · 9 years ago
  4. a55a444 remove duplicate test case by Jan Tattermusch · 9 years ago
  5. a39abab Allow public access to descriptor.proto as a dependency. by Jon Skeet · 9 years ago
  6. f2732c7 More TODOs done. by Jon Skeet · 9 years ago
  7. 29fe8d2 Merge pull request #701 from jskeet/map-views by Jon Skeet · 9 years ago
  8. 4deea8c Fix parameter name in exception. by Jon Skeet · 9 years ago
  9. 5be01ee Implement ICollection.CopyTo (using Array) for MapField views. by Jon Skeet · 9 years ago
  10. 3f45d7c Implement Keys and Values as views by Jon Skeet · 9 years ago
  11. 547d8e8 Make FieldDescriptor.IsPacked work appropriately. by Jon Skeet · 9 years ago
  12. c671095 Address review comments. by Jon Skeet · 9 years ago
  13. 889b88a Remove reference to generic types within XML comment. by Jon Skeet · 9 years ago
  14. 6f30044 Tidying up - fix a bunch of TODOs and remove outdated ones. by Jon Skeet · 9 years ago
  15. 6e16037 Address review comments. by Jon Skeet · 9 years ago
  16. 5bdc572 Generated code for previous commit. by Jon Skeet · 9 years ago
  17. e7f88ff Skip groups properly. by Jon Skeet · 9 years ago
  18. 3803268 Make InvalidProtocolBufferException.InvalidTag internal. by Jon Skeet · 9 years ago
  19. 1a57ad8 Generated code changes for previous commit. by Jon Skeet · 9 years ago
  20. ff334a6 Change ReadTag and PeekTag to just use 0 as a return value for "end of stream", rather than using an awkward out parameter. by Jon Skeet · 9 years ago
  21. c13a612 Update AssemblyInfo for conformance - mostly to fix version numbers. by Jon Skeet · 9 years ago
  22. 15bf55e Validate that after reading a message, we've consumed as many bytes as we expected to. by Jon Skeet · 9 years ago
  23. fe355b2 Generated code changes for previous commit. by Jon Skeet · 9 years ago
  24. 9df2def Consume unknown fields when parsing. by Jon Skeet · 9 years ago
  25. 044c36e First pass at C# conformance tests. by Jon Skeet · 9 years ago
  26. d77d70d Merge pull request #691 from jskeet/xml-documentation by Jon Skeet · 9 years ago
  27. 30e8157 Fix one cref that Mono was unhappy with by Jon Skeet · 9 years ago
  28. 811fc89 Document everything, and turn on errors if we fail to document anything in the future. by Jon Skeet · 9 years ago
  29. 99a81d2 Fix build warnings around unused variables by Jon Skeet · 9 years ago
  30. b59bfcb Merge pull request #681 from jskeet/json-fieldmask by Jon Skeet · 9 years ago
  31. 8136ad5 Merge pull request #677 from jskeet/move-protos by Jon Skeet · 9 years ago
  32. 415f72e Merge pull request #680 from jskeet/aptca by Jon Skeet · 9 years ago
  33. 0e30de3 JSON formatting for FieldMask by Jon Skeet · 9 years ago
  34. 0e0e0c9 Expose Coded*Stream constructors directly. by Jon Skeet · 9 years ago
  35. 0f370b4 Remove a redundant layer of directory hierarchy. by Jon Skeet · 9 years ago
  36. e94bdd9 Allow partially-trusted callers again. by Jon Skeet · 9 years ago
  37. bf1cc92 Merge pull request #675 from jtattermusch/signing by Jon Skeet · 9 years ago
  38. e7caf15 Initial pass at formatting Struct as JSON. by Jon Skeet · 9 years ago
  39. 801b169 Addressed issues raised in code review. Will merge when green. by Jon Skeet · 9 years ago
  40. 16e272e Format JSON for Duration and Timestamp. by Jon Skeet · 9 years ago
  41. d331d2f make changes and fixes in signing by Jan Tattermusch · 9 years ago
  42. 0df900f added protoc.exe and well known protobuf files to the nuspec file by Jan Tattermusch · 9 years ago
  43. 538ef54 build signed assemblies by Jan Tattermusch · 9 years ago
  44. 6cf5f66 Simplify the JSON tests for readability by Jon Skeet · 9 years ago
  45. 4fed0b5 Fix JSON formatting to always emit fields in field order, including oneofs by Jon Skeet · 9 years ago
  46. fd02e45 Fix trivial bug in field orderings. by Jon Skeet · 9 years ago
  47. 9629797 Well-known type operations for Timestamp and Duration (but not JSON formatting). by Jon Skeet · 9 years ago
  48. f994cfe Handle field names of "descriptor" and "types". by Jon Skeet · 9 years ago
  49. d18cc08 Generated code for previous commit. by Jon Skeet · 9 years ago
  50. 3980cf9 Prohibit null values for string/bytes fields in generated code. by Jon Skeet · 9 years ago
  51. 68380f0 Rename ThrowHelper to Preconditions and make it public - we'll want to use it from the generated code soon. by Jon Skeet · 9 years ago
  52. dea15a7 Generated code from previous commit. by Jon Skeet · 9 years ago
  53. f032716 More freezing tidy-up; generated code in next commit. by Jon Skeet · 9 years ago
  54. 3b2fe97 Minor bits of left-over frozenness. by Jon Skeet · 9 years ago
  55. 7a0effb Merge pull request #654 from jtattermusch/csharp_hide_freeze by Jon Skeet · 9 years ago
  56. 7ec023a regenerate code by Jan Tattermusch · 9 years ago
  57. 3783d9a remove the freeze API by Jan Tattermusch · 9 years ago
  58. fa29148 add IsClientStreaming and IsServerStreaming to MethodDescriptor by Jan Tattermusch · 9 years ago
  59. d82ebe4 Update the readme file to indicate supported platforms by Jon Skeet · 9 years ago
  60. 9ccc839 Humbug - previous commit didn't include project file changes :( by Jon Skeet · 9 years ago
  61. 0802d56 Tweaks to Profile259 support by Jon Skeet · 9 years ago
  62. 0dbd5ec First attempt at using profile 259 for Google.Protobuf. by Jon Skeet · 9 years ago
  63. 3b8c83e expose original binary data for filedescriptor by Jan Tattermusch · 9 years ago
  64. c1c6b2d Implemented Jan's suggestion of FieldCollection, replacing FieldAccessorCollection. by Jon Skeet · 9 years ago
  65. 5e0cfc9 Added newlines by Jon Skeet · 9 years ago
  66. 20bf6a5 First pass at making field access simpler. by Jon Skeet · 9 years ago
  67. e2368c9 Fix attribute mistake and regenerate code. by Jon Skeet · 9 years ago
  68. 47bf49b Generated code for previous commit. by Jon Skeet · 9 years ago
  69. 4668c3d Remove the usage of attributes for field/method discovery. by Jon Skeet · 9 years ago
  70. 8d11529 Fix comment typo by Jon Skeet · 9 years ago
  71. 96cffaa Generated code changes following previous commit. by Jon Skeet · 9 years ago
  72. 53c399a Revamp to reflection. by Jon Skeet · 9 years ago
  73. 43b1737 update addressbook example by Jan Tattermusch · 9 years ago
  74. 352690e regenerate Addressbook.cs by Jan Tattermusch · 9 years ago
  75. c9fd53a First part of JSON formatting for well-known types. I think we need a reflection API rethink before doing the rest. by Jon Skeet · 9 years ago
  76. 9b28d4b Fix typo in buildall.sh by Jan Tattermusch · 9 years ago
  77. 59eeebe First pass at the big rename from ProtocolBuffers to Google.Protobuf. by Jon Skeet · 9 years ago
  78. 34878cb Fixes from PR review. by Jon Skeet · 9 years ago
  79. 3da90e9 Make the map test actually test the code... by Jon Skeet · 9 years ago
  80. 8a0312b First pass at wrapper types. by Jon Skeet · 9 years ago
  81. 8d47ec4 Fixes to ByteString's equality handling. by Jon Skeet · 9 years ago
  82. b2ac868 First part of implementing wrapper types. Not ready yet! by Jon Skeet · 9 years ago
  83. 78b452b Remove the struct-based iterator for RepeatedField. by Jon Skeet · 9 years ago
  84. b4a24aa added comment for ByteString.CopyFrom by Jan Tattermusch · 9 years ago
  85. ab5fffc C# cleanup - assorted nits by Jan Tattermusch · 9 years ago
  86. 541b442 Don't create nested types (or field accessors) for map types. by Jon Skeet · 9 years ago
  87. 62a4aa5 Generated code for well-known types by Jon Skeet · 9 years ago
  88. 739d13d Generate the well-known types in C# by Jon Skeet · 9 years ago
  89. 1660c56 Changing reflection namespace (part 4) by Jon Skeet · 9 years ago
  90. 9c888fa Changing reflection namespace (part 3) by Jon Skeet · 9 years ago
  91. 7694094 Changing reflection namespace (part 2) by Jon Skeet · 9 years ago
  92. 9f37de9 Changing reflection namespace (part 1) by Jon Skeet · 9 years ago
  93. 9440a2a Merge pull request #582 from jskeet/csharp-json by Jon Skeet · 9 years ago
  94. 0f34daa Changes suggested during review. by Jon Skeet · 9 years ago
  95. 6c8c5b4 Update Google.Protobuf.nuspec by Jan Tattermusch · 9 years ago
  96. 46feed0 enable building nuget package by Jan Tattermusch · 9 years ago
  97. 6ea9bc7 Fixes to JsonFormatter by Jon Skeet · 9 years ago
  98. 68fc689 Generated code changes for previous submit by Jon Skeet · 9 years ago
  99. ef3464d Oneof reflection support. (Generated code changes in next commit.) by Jon Skeet · 9 years ago
  100. 5b9288e Use the new JsonFormatter to implement ToString on generated messages. by Jon Skeet · 9 years ago