Commit History

Author SHA1 Message Date
  Jaana B. Dogan b50ceb1fa9 Simplify the installation step (#345) 7 years ago
  CH Albach 18c9bb3261 jsonpb: unmarshalling of Struct, ListValue, Value, Any and proto2 extensions; and marshalling of ListValue. 7 years ago
  Joe Tsai 2bba060313 Merge pull request #326 from golang/revert-275-go-context-stdlib 7 years ago
  Joe Tsai 154c03a3a9 Revert "Update to standard library context package. (#275)" 7 years ago
  Chris Goller e514ff57e8 Update to standard library context package. (#275) 7 years ago
  Damien Neil c9c7427a2a protobuf: Regenerate golden files. 7 years ago
  Damien Neil c432f0b89e Makefile: Make "make test" work on OS X. 7 years ago
  Damien Neil 69b215d01a Merge pull request #290 from natefinch/fix-import 7 years ago
  Nate Finch f0b293ef37 fix import path 7 years ago
  Bryan C. Mills 8ee7999722 descriptor: rename generated protobuf package on import. 7 years ago
  bcmills 56841e9de5 jsonpb: merge https://github.com/golang/protobuf/pull/255 7 years ago
  bcmills cf10ca0ea9 proto: Add a descriptor subpackage. 7 years ago
  bcmills 62e782f47e proto: Fix a Marshal race on messages with extensions. 7 years ago
  Mark Costello 224aaba33b jsonpb: treat `null` JSON values for `Timestamp` and `Duration` as defaults (#255) 7 years ago
  Lukasz Milewski 8e1c791771 Generate pb.go files after https://github.com/golang/protobuf/commit/cb9b7771abc2a63ab206dde76539f08f66ab994d 7 years ago
  lmilewski cb9b7771ab Add a benchmark demonstrating lock contention when Marshaling/Unmarshaling maps. 7 years ago
  Lukasz Milewski 4a5b3fd308 Regenerate pb.go files after https://github.com/golang/protobuf/commit/24f28ae800abfde9310e779f94be606b1a98a3fc 7 years ago
  Googler 24f28ae800 protoc-gen-go: Add Filename to ExtensionDesc. 7 years ago
  Lukasz Milewski 1bdfb324ed Run 'make generate-test-pbs' in proto/ to regenerate proto3.pb.go testdata 7 years ago
  Lukasz Milewski 0358ab2536 Generate new pb.go files. 7 years ago
  lmilewski da116c3771 proto: generate Get methods for fields of basic type in proto3 8 years ago
  Joe Tsai 4bd1920723 Merge pull request #249 from Huawei-PTLab/master 8 years ago
  Bryan Chan d6803ead56 Allow "make test" to run with Bourne shell. 8 years ago
  Googler 2bc9827a78 improve error message for duplicate oneof in text parsing 8 years ago
  Damien Neil 09b5638faf grpc: update generated code version 8 years ago
  Googler a66a4fa9a8 Produce an error when unmarshaling text protos if a oneof field is set more than once. 8 years ago
  Joe Tsai 98fa357170 Fix tests. 8 years ago
  notcarl 3571fb58c2 Add a decoding benchmark for multiple small repeated ints 8 years ago
  joetsai 730e9124bf Fix jsonpb for Go 1.8 8 years ago
  notcarl 5d356b9d1c Unroll DecodeVarint to speed up int32/int64/uint64 slice decoding. 8 years ago