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