Commit History

Author SHA1 Message Date
  Damien Neil 7716a980bc protoc-gen-go: simplify init function generation (#716) 7 years ago
  Damien Neil acc501353c protoc-gen-go: Don't set the json tag on extension fields. (#713) 7 years ago
  Damien Neil 39da819878 protoc-gen-go: add more spaces between methods (#712) 7 years ago
  Damien Neil 88bc711297 protoc-gen-go: add blank line after extension method (#711) 7 years ago
  Damien Neil a47340a8e4 protoc-gen-go: put imports in a single import() block (#707) 7 years ago
  Damien Neil 0f2620f554 protoc-gen-go: use consistent receiver name for messages (#700) 7 years ago
  Damien Neil e344474228 protoc-gen-go: add blank lines between various enum functions (#697) 7 years ago
  Damien Neil fffb0f7828 proto: uniquify descriptor var based on filename alone (#696) 7 years ago
  Patrik Nyblom 93b26e6a70 protoc-gen-go: refactor generator by splitting up generateMessage (#657) 7 years ago
  Kassian Sun 9eb2c01ac2 jsonpb: decode int32/uint32/float32/float64 strings (#630) 7 years ago
  Joe Tsai 397ff90184 protoc-gen-go: use keyed ExtensionRange literals (#560) 8 years ago
  David Symonds d0dc0def2e Reduce a bunch of generated code in oneof sizers. (#557) 8 years ago
  Damien Neil 9d4962b4dc protoc-gen-go: handle package import names per-file (#543) 8 years ago
  Damien Neil f4733c73b3 protoc-gen-go: don't depend on input file ordering (#542) 8 years ago
  Joe Tsai 60f8421f40 Rename generated Marshal and Unmarshal protobuf method (#536) 8 years ago
  Herbie Ong 2bc5431dca jsonpb: change Marshal/Unmarshal to return error if any required field is not set (#472) 8 years ago
  Tamir Duberstein 013f295b1c Correct some mistakes (#316) 8 years ago
  Joe Tsai 8cc9e46429 Upstream internal Google protobuf changes 8 years ago
  Vladimir Varankin 9f174c9862 Fix jsonpb to serialize NaN and Infinity as special strings (#242) 8 years ago
  Ross Light 157d9c53be regenerate pb.go files with protobuf 3.3.0 8 years ago
  CH Albach 18c9bb3261 jsonpb: unmarshalling of Struct, ListValue, Value, Any and proto2 extensions; and marshalling of ListValue. 8 years ago
  Lukasz Milewski 4a5b3fd308 Regenerate pb.go files after https://github.com/golang/protobuf/commit/24f28ae800abfde9310e779f94be606b1a98a3fc 9 years ago
  Lukasz Milewski 0358ab2536 Generate new pb.go files. 9 years ago
  Feng Xiao 2c1988e8c1 Update Go tests for C++ JSON name change 9 years ago
  Ross Light 18a29c075f regenerate .pb.go 9 years ago
  Ross Light ba6f978a1a Make proto.RegisterFile public for gRPC 9 years ago
  David Symonds bf531ff1a0 jsonpb: Marshal Any according to the spec. 9 years ago
  David Symonds f0a097ddac jsonpb: Fix handling of repeated enums. 10 years ago
  David Symonds 62e4364d64 jsonpb: Accept both camelCase and orig_name as field names for oneof fields. 10 years ago
  David Symonds 552c7b9542 jsonpb: Handle Struct and NullValue WKTs. 10 years ago