Commit History

Author SHA1 Message Date
  Ross Light 545732fb96 protoc-gen-go: export the generated variable name of the FileDescriptor bytes 8 years ago
  Ross Light ba6f978a1a Make proto.RegisterFile public for gRPC 8 years ago
  Googler c27503d0b4 Fix marshalAny's handling of indentation. 8 years ago
  Googler f43dfb5ff1 Add missing error check in jsonpb's marshal implementation. 8 years ago
  matloob@google.com 3b06fc7a4c net/proto2/go: make a slight change to how we handle []byte fields 8 years ago
  Ross Light 1111461c35 proto: allow text proto map keys to be omitted or order swapped 8 years ago
  matloob@google.com 9e6977f30c proto: fix equality to work with V1 generated format 8 years ago
  matloob@google.com e51d002c61 net/proto2: remove <message>.ExtensionMap() from generated messages 8 years ago
  Ross Light cd85f19845 proto: return error from Marshal if a message encodes to > 2GiB 8 years ago
  matloob@google.com a4ab9ec5de proto: clean up proto API for extensions 8 years ago
  David Symonds 7cc19b78d5 Use grpcPkg for a bit of code gen that overlooked it. 8 years ago
  David Symonds bf531ff1a0 jsonpb: Marshal Any according to the spec. 8 years ago
  Dave Day 2ebff28ac7 Correctly set OrigName for oneof fields. 8 years ago
  Qi Zhao 331aba25e2 Update the grpc plugin to support the grpc-go interceptor implementation. 8 years ago
  David Symonds f0a097ddac jsonpb: Fix handling of repeated enums. 8 years ago
  Bryan Mills 78550bb1d0 Improve error message when text unmarshaling a nested message with a required field. 8 years ago
  Andrew Gerrand dda510ac0f Use reflection-driven field accesses under GopherJS. 8 years ago
  Bryan Mills 8d92cf5fc1 Add specific error for oneof with nil element. 8 years ago
  David Symonds d120e2f957 Add Any helper funcs to the ptypes package. 8 years ago
  David Symonds 2fea9e168b Expose the gRPC code generation plugin. 8 years ago
  David Symonds 62e4364d64 jsonpb: Accept both camelCase and orig_name as field names for oneof fields. 8 years ago
  Nikki VonHollen 9951127104 Add support for decoding a stream of JSON objects. 8 years ago
  David Symonds 0fd8c908d8 Switch use of strings.LastIndexByte to strings.LastIndex. 8 years ago
  David Symonds b9504f2373 A few small bits of style modernisation, 8 years ago
  David Symonds 750c6bd082 Generate the new go_package options for the WKTs. 8 years ago
  David Symonds e3aaa3aa25 Add compatibility markers to grpc generated code. 8 years ago
  Michael Matloob cde632b2df Use the zero value when decoding a map element that is missing its key or value. 8 years ago
  David Symonds c75fbf01dc Implement new semantics for `option go_package`. 8 years ago
  Lev Shamardin 1cc4d6fa4a Support for google.protobuf.Any expansion in text marshaling and unmarshaling. 8 years ago
  David Symonds 552c7b9542 jsonpb: Handle Struct and NullValue WKTs. 8 years ago