Commit History

Author SHA1 Message Date
  notcarl 1976b9edad Note that Buffer.Unmarshal does NOT reset the destination protobuf. 8 years ago
  notcarl 5fb654a4b2 Add Varint decoding benchmarks 8 years ago
  notcarl 99d46c5d2d Add protobuf benchmarks for varint encoding. 8 years ago
  bcmills df1d3ca07d proto: In Size, don't double-count the tagcode for structs that implement Marshaler. 8 years ago
  Bryan C. Mills 87c000235d Merge pull request #235 from lstoll/lstoll-mod-nanos-correctly 8 years ago
  Lincoln Stoll e8b7c67215 Fix Timestamp Unmarshaling for pre-epoch times 8 years ago
  light 1f49d83d9a Allow t/f and True/False while parsing text protos 8 years ago
  Googler 5bdfda0a01 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. 8 years ago
  hakim ef00c02a19 proto.Equal: document map equality and clarify the rule for repeated fields. 8 years ago
  Ross Light 888eb0692c Remove conformance binary from repository 8 years ago
  Bruno Clermont 06e148329f remove binary from repository 8 years ago
  Ross Light f592bd283e _conformance: generate proto 8 years ago
  light 855c5d638b third_party/golang/protobuf: open source conformance test runner 8 years ago
  light 7390af9dcd Fix comment for Buffer.index field 8 years ago
  Feng Xiao 2c1988e8c1 Update Go tests for C++ JSON name change 8 years ago
  Ross Light c3cefd4376 README: add compatibility section 8 years ago
  Luke Granger-Brown 1687f003bf proto: Prevent Any protos from being deserialized multiple times. 8 years ago
  Bryan Mills 2c2f7268d7 protoc-gen-go: Make proto3 scalar repeated fields packed by default (per the proto3 spec). 8 years ago
  Damien Neil 51fb628d55 proto: don't panic when calling ExtensionDescs on an uninitialized message. 8 years ago
  Ross Light 18a29c075f regenerate .pb.go 8 years ago
  Damien Neil 874264fbbb proto: check for required fields when unmarshalling groups 8 years ago
  Damien Neil af59feb421 jsonpb: sort numeric proto keys in numeric order 8 years ago
  Damien Neil 3607a4a994 fix compiler golden test 8 years ago
  Ross Light 3852dcfda2 jsonpb: add option to ignore unknown fields in a message 8 years ago
  matloob@google.com b3e26a40c2 proto: regenerate proto3.pb.go from .proto file 8 years ago
  matloob@google.com 78b168c14f net/proto2/go: add GetAllExtensionDescs returns a []*ExtensionDesc 8 years ago
  matloob@google.com f6b4231c7f proto: import change from Google. 8 years ago
  Menghan Li 0c1f6d65b5 protoc-gen-go/grpc: pass file descriptor for service as Metadata 8 years ago
  Ross Light 5386fff85b proto: s/Printf/Print/ where there's no format verb 8 years ago
  Ross Light 8616e8ee5e ptypes: regen and remove transforms from regen.sh 8 years ago