1. 8ee7999 descriptor: rename generated protobuf package on import. by Bryan C. Mills · 9 years ago master
  2. 56841e9 jsonpb: merge https://github.com/golang/protobuf/pull/255 by bcmills · 9 years ago
  3. cf10ca0 proto: Add a descriptor subpackage. by bcmills · 9 years ago
  4. 62e782f proto: Fix a Marshal race on messages with extensions. by bcmills · 9 years ago
  5. 224aaba jsonpb: treat `null` JSON values for `Timestamp` and `Duration` as defaults (#255) by Mark Costello · 9 years ago
  6. 8e1c791 Generate pb.go files after https://github.com/golang/protobuf/commit/cb9b7771abc2a63ab206dde76539f08f66ab994d by Lukasz Milewski · 9 years ago
  7. cb9b777 Add a benchmark demonstrating lock contention when Marshaling/Unmarshaling maps. by lmilewski · 9 years ago
  8. 4a5b3fd Regenerate pb.go files after https://github.com/golang/protobuf/commit/24f28ae800abfde9310e779f94be606b1a98a3fc by Lukasz Milewski · 9 years ago
  9. 24f28ae protoc-gen-go: Add Filename to ExtensionDesc. by Googler · 9 years ago
  10. 1bdfb32 Run 'make generate-test-pbs' in proto/ to regenerate proto3.pb.go testdata by Lukasz Milewski · 9 years ago
  11. 0358ab2 Generate new pb.go files. by Lukasz Milewski · 9 years ago
  12. da116c3 proto: generate Get methods for fields of basic type in proto3 by lmilewski · 9 years ago
  13. 4bd1920 Merge pull request #249 from Huawei-PTLab/master by Joe Tsai · 9 years ago
  14. d6803ea Allow "make test" to run with Bourne shell. by Bryan Chan · 9 years ago
  15. 2bc9827 improve error message for duplicate oneof in text parsing by Googler · 9 years ago
  16. 09b5638 grpc: update generated code version by Damien Neil · 9 years ago
  17. a66a4fa Produce an error when unmarshaling text protos if a oneof field is set more than once. by Googler · 9 years ago
  18. 98fa357 Fix tests. by Joe Tsai · 9 years ago
  19. 3571fb5 Add a decoding benchmark for multiple small repeated ints by notcarl · 9 years ago
  20. 730e912 Fix jsonpb for Go 1.8 by joetsai · 9 years ago
  21. 5d356b9 Unroll DecodeVarint to speed up int32/int64/uint64 slice decoding. by notcarl · 9 years ago
  22. 1976b9e Note that Buffer.Unmarshal does NOT reset the destination protobuf. by notcarl · 9 years ago
  23. 5fb654a Add Varint decoding benchmarks PiperOrigin-RevId: 135181742 by notcarl · 9 years ago
  24. 99d46c5 Add protobuf benchmarks for varint encoding. by notcarl · 9 years ago
  25. df1d3ca proto: In Size, don't double-count the tagcode for structs that implement Marshaler. by bcmills · 9 years ago
  26. 87c0002 Merge pull request #235 from lstoll/lstoll-mod-nanos-correctly by Bryan C. Mills · 9 years ago
  27. e8b7c67 Fix Timestamp Unmarshaling for pre-epoch times by Lincoln Stoll · 9 years ago
  28. 1f49d83 Allow t/f and True/False while parsing text protos by light · 9 years ago
  29. 5bdfda0 Change MessageName to check if Message has an XXX_MessageName() method, and use the name returned by that method instead of internal registry when present. by Googler · 9 years ago
  30. ef00c02 proto.Equal: document map equality and clarify the rule for repeated fields. by hakim · 9 years ago
  31. 888eb06 Remove conformance binary from repository by Ross Light · 9 years ago
  32. 06e1483 remove binary from repository by Bruno Clermont · 9 years ago
  33. f592bd2 _conformance: generate proto by Ross Light · 9 years ago
  34. 855c5d6 third_party/golang/protobuf: open source conformance test runner by light · 9 years ago
  35. 7390af9 Fix comment for Buffer.index field by light · 9 years ago
  36. 2c1988e Update Go tests for C++ JSON name change by Feng Xiao · 9 years ago
  37. c3cefd4 README: add compatibility section by Ross Light · 9 years ago
  38. 1687f00 proto: Prevent Any protos from being deserialized multiple times. by Luke Granger-Brown · 9 years ago
  39. 2c2f726 protoc-gen-go: Make proto3 scalar repeated fields packed by default (per the proto3 spec). by Bryan Mills · 9 years ago
  40. 51fb628 proto: don't panic when calling ExtensionDescs on an uninitialized message. by Damien Neil · 9 years ago
  41. 18a29c0 regenerate .pb.go by Ross Light · 9 years ago
  42. 874264f proto: check for required fields when unmarshalling groups by Damien Neil · 9 years ago
  43. af59feb jsonpb: sort numeric proto keys in numeric order by Damien Neil · 9 years ago
  44. 3607a4a fix compiler golden test by Damien Neil · 9 years ago
  45. 3852dcf jsonpb: add option to ignore unknown fields in a message by Ross Light · 9 years ago
  46. b3e26a4 proto: regenerate proto3.pb.go from .proto file by matloob@google.com · 9 years ago
  47. 78b168c net/proto2/go: add GetAllExtensionDescs returns a []*ExtensionDesc by matloob@google.com · 9 years ago
  48. f6b4231 proto: import change from Google. by matloob@google.com · 9 years ago
  49. 0c1f6d6 protoc-gen-go/grpc: pass file descriptor for service as Metadata by Menghan Li · 9 years ago
  50. 5386fff proto: s/Printf/Print/ where there's no format verb by Ross Light · 9 years ago
  51. 8616e8e ptypes: regen and remove transforms from regen.sh by Ross Light · 9 years ago
  52. 545732f protoc-gen-go: export the generated variable name of the FileDescriptor bytes by Ross Light · 9 years ago
  53. ba6f978 Make proto.RegisterFile public for gRPC by Ross Light · 9 years ago
  54. c27503d Fix marshalAny's handling of indentation. by Googler · 9 years ago
  55. f43dfb5 Add missing error check in jsonpb's marshal implementation. by Googler · 9 years ago
  56. 3b06fc7 net/proto2/go: make a slight change to how we handle []byte fields by matloob@google.com · 9 years ago
  57. 1111461 proto: allow text proto map keys to be omitted or order swapped by Ross Light · 9 years ago
  58. 9e6977f proto: fix equality to work with V1 generated format by matloob@google.com · 9 years ago
  59. e51d002 net/proto2: remove <message>.ExtensionMap() from generated messages by matloob@google.com · 9 years ago
  60. cd85f19 proto: return error from Marshal if a message encodes to > 2GiB by Ross Light · 9 years ago
  61. a4ab9ec proto: clean up proto API for extensions by matloob@google.com · 9 years ago
  62. 7cc19b7 Use grpcPkg for a bit of code gen that overlooked it. by David Symonds · 9 years ago
  63. bf531ff jsonpb: Marshal Any according to the spec. by David Symonds · 9 years ago
  64. 2ebff28 Correctly set OrigName for oneof fields. by Dave Day · 9 years ago
  65. 331aba2 Update the grpc plugin to support the grpc-go interceptor implementation. by Qi Zhao · 9 years ago
  66. f0a097d jsonpb: Fix handling of repeated enums. by David Symonds · 9 years ago
  67. 78550bb Improve error message when text unmarshaling a nested message with a required field. by Bryan Mills · 9 years ago
  68. dda510a Use reflection-driven field accesses under GopherJS. by Andrew Gerrand · 9 years ago
  69. 8d92cf5 Add specific error for oneof with nil element. by Bryan Mills · 9 years ago
  70. d120e2f Add Any helper funcs to the ptypes package. by David Symonds · 9 years ago
  71. 2fea9e1 Expose the gRPC code generation plugin. by David Symonds · 9 years ago
  72. 62e4364 jsonpb: Accept both camelCase and orig_name as field names for oneof fields. by David Symonds · 9 years ago
  73. 9951127 Add support for decoding a stream of JSON objects. by Nikki VonHollen · 9 years ago
  74. 0fd8c90 Switch use of strings.LastIndexByte to strings.LastIndex. by David Symonds · 9 years ago
  75. b9504f2 A few small bits of style modernisation, by David Symonds · 9 years ago
  76. 750c6bd Generate the new go_package options for the WKTs. by David Symonds · 9 years ago
  77. e3aaa3a Add compatibility markers to grpc generated code. by David Symonds · 9 years ago
  78. cde632b Use the zero value when decoding a map element that is missing its key or value. by Michael Matloob · 9 years ago
  79. c75fbf0 Implement new semantics for `option go_package`. by David Symonds · 9 years ago
  80. 1cc4d6f Support for google.protobuf.Any expansion in text marshaling and unmarshaling. by Lev Shamardin · 9 years ago
  81. 552c7b9 jsonpb: Handle Struct and NullValue WKTs. by David Symonds · 9 years ago
  82. 2fc053c Generate Descriptor method for groups. by David Symonds · 9 years ago
  83. 4576067 Generate a XXX_WellKnownType method for NullValue. by David Symonds · 9 years ago
  84. c6184d3 jsonpb: Format and parse the WKTs in wrappers.proto. by David Symonds · 9 years ago
  85. 3e847b4 Add remaining Go-supported WKTs to the list of types to generate XXX_WellKnownType for. by David Symonds · 9 years ago
  86. 553c764 Generate XXX_WellKnownType method for recognised well-known types. by David Symonds · 9 years ago
  87. 3c84672 Add Timestamp helper funcs to the ptypes package. by David Symonds · 9 years ago
  88. 1270911 Rearrange the well-known types package layout and API: by David Symonds · 9 years ago
  89. 89238a3 Add initial well-known types support package. by David Symonds · 9 years ago
  90. b3392a2 Configurable TextMarshaler for protos. by Lev Shamardin · 9 years ago
  91. 0dfe8f3 Add more well-known types: Struct, Timestamp and Wrappers. by David Symonds · 9 years ago
  92. 8ea33d2 Add well-known types. by David Symonds · 9 years ago
  93. 001690d Switch jsonpb.Marshaler to use camelCase by default. by David Symonds · 9 years ago
  94. d20896f Add support for plumbing json_name from protoc through to proto.Properties. by David Symonds · 9 years ago
  95. b982704 Extend the text format parser to allow concatenation of string literals in single quotes. by Daniel Kraft · 9 years ago
  96. 45bba20 jsonpb: Don't emit zero value proto3 fields by default. by David Symonds · 9 years ago
  97. 6aaa8d4 Adding repeated field data population example by Zac Mullett · 9 years ago
  98. 5fc2294 Clarify jsonpb package docs. by David Symonds · 9 years ago
  99. 2402d76 Add compatibility markers to proto generated code. by David Symonds · 9 years ago
  100. 4df416c Fix proto.Equal handling of proto3 bytes fields. by David Symonds · 9 years ago