1. 6f8dd21 Code review fixes by alien · 8 years ago
  2. 0d32ab3 csharp: add support for the json_name option by alien · 8 years ago
  3. ad2d775 Replace StringBuilder with TextWriter in JsonFormatter by avgweb · 8 years ago
  4. 7762f16 Rename Preconditions to ProtoPreconditions by Jon Skeet · 8 years ago
  5. dd43dcc Ensure that FieldMask, Timestamp and Duration ToString() calls don't throw by Jon Skeet · 9 years ago
  6. 8c5260b Merge pull request #1096 from jskeet/custom-to-string by Jan Tattermusch · 9 years ago
  7. 52db513 Change handling of unknown enums: we now write out the value as a number. by Jon Skeet · 9 years ago
  8. f437b67 Extra strictness for FieldMask conversion by Jon Skeet · 9 years ago
  9. 1fc4859 Fixes to JSON timestamp/duration representations by Jon Skeet · 9 years ago
  10. 5dba7d7 Introduce ICustomDiagnosticMessage to allow for custom string formatting by Jon Skeet · 9 years ago
  11. b4a5817 Ensure all formatted well-known-type values are valid JSON by Jon Skeet · 9 years ago
  12. aabc6c4 Make ToString() valid without a type registry by Jon Skeet · 9 years ago
  13. 3de2fce Handle JSON parsing for Any. by Jon Skeet · 9 years ago
  14. 567579b JSON formatting for Any. by Jon Skeet · 9 years ago
  15. 72ec336 Tidy up reflection in advance of attempting to implement DynamicMessage. by Jon Skeet · 9 years ago
  16. 284bb45 Generated code changes and manual changes for previous commit. by Jon Skeet · 9 years ago
  17. fb24882 Implement JSON parsing in C#. by Jon Skeet · 9 years ago
  18. 9ed6d4d Support ToString in RepeatedField and MapField. by Jon Skeet · 9 years ago
  19. 6f30044 Tidying up - fix a bunch of TODOs and remove outdated ones. by Jon Skeet · 9 years ago
  20. d77d70d Merge pull request #691 from jskeet/xml-documentation by Jon Skeet · 9 years ago
  21. 811fc89 Document everything, and turn on errors if we fail to document anything in the future. by Jon Skeet · 9 years ago
  22. 99a81d2 Fix build warnings around unused variables by Jon Skeet · 9 years ago
  23. 0e30de3 JSON formatting for FieldMask by Jon Skeet · 9 years ago
  24. e7caf15 Initial pass at formatting Struct as JSON. by Jon Skeet · 9 years ago
  25. 801b169 Addressed issues raised in code review. Will merge when green. by Jon Skeet · 9 years ago
  26. 16e272e Format JSON for Duration and Timestamp. by Jon Skeet · 9 years ago
  27. 4fed0b5 Fix JSON formatting to always emit fields in field order, including oneofs by Jon Skeet · 9 years ago
  28. 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
  29. c1c6b2d Implemented Jan's suggestion of FieldCollection, replacing FieldAccessorCollection. by Jon Skeet · 9 years ago
  30. 53c399a Revamp to reflection. by Jon Skeet · 9 years ago
  31. 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
  32. 59eeebe First pass at the big rename from ProtocolBuffers to Google.Protobuf. by Jon Skeet · 9 years ago[Renamed from csharp/src/ProtocolBuffers/JsonFormatter.cs]
  33. 0f442a7 Merge pull request #611 from jskeet/csharp-wrappers by Jon Skeet · 9 years ago