1. a4ab9ec proto: clean up proto API for extensions by matloob@google.com · 8 years ago
  2. 7cc19b7 Use grpcPkg for a bit of code gen that overlooked it. by David Symonds · 8 years ago
  3. bf531ff jsonpb: Marshal Any according to the spec. by David Symonds · 8 years ago
  4. 2ebff28 Correctly set OrigName for oneof fields. by Dave Day · 8 years ago
  5. 331aba2 Update the grpc plugin to support the grpc-go interceptor implementation. by Qi Zhao · 8 years ago
  6. f0a097d jsonpb: Fix handling of repeated enums. by David Symonds · 8 years ago
  7. 78550bb Improve error message when text unmarshaling a nested message with a required field. by Bryan Mills · 8 years ago
  8. dda510a Use reflection-driven field accesses under GopherJS. by Andrew Gerrand · 8 years ago
  9. 8d92cf5 Add specific error for oneof with nil element. by Bryan Mills · 8 years ago
  10. d120e2f Add Any helper funcs to the ptypes package. by David Symonds · 8 years ago
  11. 2fea9e1 Expose the gRPC code generation plugin. by David Symonds · 8 years ago
  12. 62e4364 jsonpb: Accept both camelCase and orig_name as field names for oneof fields. by David Symonds · 8 years ago
  13. 9951127 Add support for decoding a stream of JSON objects. by Nikki VonHollen · 8 years ago
  14. 0fd8c90 Switch use of strings.LastIndexByte to strings.LastIndex. by David Symonds · 8 years ago
  15. b9504f2 A few small bits of style modernisation, by David Symonds · 8 years ago
  16. 750c6bd Generate the new go_package options for the WKTs. by David Symonds · 8 years ago
  17. e3aaa3a Add compatibility markers to grpc generated code. by David Symonds · 8 years ago
  18. cde632b Use the zero value when decoding a map element that is missing its key or value. by Michael Matloob · 8 years ago
  19. c75fbf0 Implement new semantics for `option go_package`. by David Symonds · 8 years ago
  20. 1cc4d6f Support for google.protobuf.Any expansion in text marshaling and unmarshaling. by Lev Shamardin · 8 years ago
  21. 552c7b9 jsonpb: Handle Struct and NullValue WKTs. by David Symonds · 8 years ago
  22. 2fc053c Generate Descriptor method for groups. by David Symonds · 8 years ago
  23. 4576067 Generate a XXX_WellKnownType method for NullValue. by David Symonds · 8 years ago
  24. c6184d3 jsonpb: Format and parse the WKTs in wrappers.proto. by David Symonds · 8 years ago
  25. 3e847b4 Add remaining Go-supported WKTs to the list of types to generate XXX_WellKnownType for. by David Symonds · 8 years ago
  26. 553c764 Generate XXX_WellKnownType method for recognised well-known types. by David Symonds · 8 years ago
  27. 3c84672 Add Timestamp helper funcs to the ptypes package. by David Symonds · 8 years ago
  28. 1270911 Rearrange the well-known types package layout and API: by David Symonds · 8 years ago
  29. 89238a3 Add initial well-known types support package. by David Symonds · 8 years ago
  30. b3392a2 Configurable TextMarshaler for protos. by Lev Shamardin · 8 years ago
  31. 0dfe8f3 Add more well-known types: Struct, Timestamp and Wrappers. by David Symonds · 8 years ago
  32. 8ea33d2 Add well-known types. by David Symonds · 8 years ago
  33. 001690d Switch jsonpb.Marshaler to use camelCase by default. by David Symonds · 8 years ago
  34. d20896f Add support for plumbing json_name from protoc through to proto.Properties. by David Symonds · 8 years ago
  35. b982704 Extend the text format parser to allow concatenation of string literals in single quotes. by Daniel Kraft · 8 years ago
  36. 45bba20 jsonpb: Don't emit zero value proto3 fields by default. by David Symonds · 8 years ago
  37. 6aaa8d4 Adding repeated field data population example by Zac Mullett · 8 years ago
  38. 5fc2294 Clarify jsonpb package docs. by David Symonds · 8 years ago
  39. 2402d76 Add compatibility markers to proto generated code. by David Symonds · 8 years ago
  40. 4df416c Fix proto.Equal handling of proto3 bytes fields. by David Symonds · 8 years ago
  41. 04eac41 Update docs to mention the proto3 API differences. by David Symonds · 8 years ago
  42. 68415e7 Add some more Markdown annotations. by David Symonds · 9 years ago
  43. 44fa767 By popular demand, rename README to README.md and make Markdown consistent. by David Symonds · 9 years ago
  44. 0879490 Generate sizer functions for oneofs. by Damien Neil · 9 years ago
  45. 221834d Regenerate protos. by David Symonds · 9 years ago
  46. 7c1e7ed Fix unmarshaling code to properly handle multiple instances of the same by Erik McClenney · 9 years ago
  47. 8e6e0a5 Document parameters in README by Zellyn Hunter · 9 years ago
  48. 02ac84f Generate correct service name for gRPC services without a package name. by David Symonds · 9 years ago
  49. 5734623 Remove a test that has outlived its usefulness. by David Symonds · 9 years ago
  50. 4a63085 Add compressed file descriptor code generation. by David Symonds · 9 years ago
  51. 8cf720c Unexport proto.MessageSet, and remove a bunch of its support. by David Symonds · 9 years ago
  52. d3d7838 Expand proto.RegisterType mapping to record both directions (name <-> reflect.Type), by David Symonds · 9 years ago
  53. a5e9c41 Merge pull request #91 from tswast/plain by Andrew Gerrand · 9 years ago
  54. a1dfa5e Always import non-weak imported proto packages. by David Symonds · 9 years ago
  55. a7f1e75 Register all proto message types with a centralised registry. by David Symonds · 9 years ago
  56. f9dd693 jsonpb: Implementing marshaling of proto2 extensions. by Juraj Stacho · 9 years ago
  57. e63abb1 Another minor performance improvement to the code generator. by David Symonds · 9 years ago
  58. fb5d8f4 Regenerate descriptor.pb.go to pick up FileDescriptorProto.json_name. by David Symonds · 9 years ago
  59. f6bf928 Various optimisations to protoc-gen-go. by David Crawshaw · 9 years ago
  60. ea3f880 Add headings to make clear how to get started. by Tim Swast · 9 years ago
  61. efcaa34 Don't sort map keys when encoding a map field in wire format. by David Symonds · 9 years ago
  62. 5baca1b Forward oneof marshal/unmarshal funcs through public imports. by David Symonds · 9 years ago
  63. 8a5d8e8 jsonpb: Remove Marshaler.EnumsAsString. by David Symonds · 9 years ago
  64. 9ebc6c4 jsonpb: Disable Marshaler.EnumsAsString; it is now the default. by David Symonds · 9 years ago
  65. 0ea3c03 jsonpb: Introduce Marshaler.EnumsAsInts. by David Symonds · 9 years ago
  66. 5d7f79b Fix jsonpb parsing of enums as names for proto3. by David Symonds · 9 years ago
  67. deb4a5e Add support for repeated fields expressed using list notation, like ["a", "b", "c"]. by Lorenzo Simionato · 9 years ago
  68. 3d2510a Update gRPC codegen to match API update in grpc/grpc-go#370. by David Symonds · 9 years ago
  69. 8081512 Ensure all field and method names are unique. by Andrew Braunstein · 9 years ago
  70. 0c959e8 Fix dec_slice_packed_bool when bools are inefficiently encoded. by David Symonds · 9 years ago
  71. eed5e53 Simplify some code. by David Symonds · 9 years ago
  72. 8df8a93 Fix race in text formatting of oneof fields. by David Symonds · 9 years ago
  73. 535a104 Fix size of oneof fields when they are set to their zero value. by David Symonds · 9 years ago
  74. 1dceb1a Minor refactoring of oneof enabling. by David Symonds · 9 years ago
  75. 6a514e6 Make sure the package comment mentions all top-level messages. by Dave Day · 9 years ago
  76. 9fa1be7 Fix oneof wrapper type name disambiguation check. by David Symonds · 9 years ago
  77. 483e329 Unconditionally generate the name= part of the protobuf struct field tag. by David Symonds · 9 years ago
  78. ef197e1 Add a oneof example to the test proto in the package document. by Dave Day · 9 years ago
  79. 61b9593 Merge into existing oneofs that are set to the same type. by David Symonds · 9 years ago
  80. a57d291 Avoid panicking when text formatting a malformed oneof. by David Symonds · 9 years ago
  81. 73ca790 Remove unreachable error checks. by David Symonds · 9 years ago
  82. 1baed09 Expose the thorny part of the oneof metadata interpretation. by David Symonds · 9 years ago
  83. 6dfb160 Update Go version requirements and copy oneof info from lib.go. by David Symonds · 9 years ago
  84. 09bcc32 Allow `make` to run with non-GNU `sed`. by Tamir Duberstein · 9 years ago
  85. 59b73b3 Implement oneof support. by David Symonds · 9 years ago
  86. 1e35a3a Print out malformed generated code in a useful way. by David Symonds · 9 years ago
  87. 21f8136 jsonpb: Fix spelling of Marshaler. by David Symonds · 9 years ago
  88. 31db569 jsonpb: Simplify JSON field name selection. by David Symonds · 9 years ago
  89. 3fe63ce jsonpb: Reject unknown fields when parsing into a struct. by David Symonds · 9 years ago
  90. 73aaaa9 Only generate imports in GenerateImports, by David Symonds · 9 years ago
  91. 68c687d Fix handling of RequiredNotSetError being returned by fields that implement Marshaler. by David Symonds · 9 years ago
  92. 6683654 Sort numerically-keyed maps by numeric value. by David Symonds · 9 years ago
  93. 0f7a9ca Rename structPointer_Map to structPointer_NewAt. by David Symonds · 9 years ago
  94. ab974be Fix Merge (and Clone) for proto3. by David Symonds · 9 years ago
  95. f78e6df Fix protoc-gen-go/Makefile to work under go1. by David Symonds · 9 years ago
  96. 31f3218 Change how init functions are written in the generated Go. by Dave Day · 9 years ago
  97. a1463b9 Check in generated .pb.go files for the jsonpb test proto. by David Symonds · 9 years ago
  98. 67cbcad jsonpb: New package. by Buck Clay · 9 years ago
  99. bafa7bc More accurately report text parsing failures for invalid strings. by David Symonds · 9 years ago
  100. aece6fb Return errors getting extensions when formatting text, by David Symonds · 9 years ago