notcarl 5d356b9d1c Unroll DecodeVarint to speed up int32/int64/uint64 slice decoding. il y a 9 ans
..
proto3_proto 5fb654a4b2 Add Varint decoding benchmarks il y a 9 ans
testdata 18a29c075f regenerate .pb.go il y a 10 ans
Makefile 1cc4d6fa4a Support for google.protobuf.Any expansion in text marshaling and unmarshaling. il y a 10 ans
all_test.go df1d3ca07d proto: In Size, don't double-count the tagcode for structs that implement Marshaler. il y a 9 ans
any_test.go 1687f003bf proto: Prevent Any protos from being deserialized multiple times. il y a 10 ans
clone.go e51d002c61 net/proto2: remove <message>.ExtensionMap() from generated messages il y a 10 ans
clone_test.go f6b4231c7f proto: import change from Google. il y a 10 ans
decode.go 5d356b9d1c Unroll DecodeVarint to speed up int32/int64/uint64 slice decoding. il y a 9 ans
decode_test.go 5fb654a4b2 Add Varint decoding benchmarks il y a 9 ans
encode.go df1d3ca07d proto: In Size, don't double-count the tagcode for structs that implement Marshaler. il y a 9 ans
encode_test.go 99d46c5d2d Add protobuf benchmarks for varint encoding. il y a 9 ans
equal.go ef00c02a19 proto.Equal: document map equality and clarify the rule for repeated fields. il y a 10 ans
equal_test.go ef00c02a19 proto.Equal: document map equality and clarify the rule for repeated fields. il y a 10 ans
extensions.go 51fb628d55 proto: don't panic when calling ExtensionDescs on an uninitialized message. il y a 10 ans
extensions_test.go 51fb628d55 proto: don't panic when calling ExtensionDescs on an uninitialized message. il y a 10 ans
lib.go 7390af9dcd Fix comment for Buffer.index field il y a 10 ans
message_set.go e51d002c61 net/proto2: remove <message>.ExtensionMap() from generated messages il y a 10 ans
message_set_test.go e51d002c61 net/proto2: remove <message>.ExtensionMap() from generated messages il y a 10 ans
pointer_reflect.go e51d002c61 net/proto2: remove <message>.ExtensionMap() from generated messages il y a 10 ans
pointer_unsafe.go e51d002c61 net/proto2: remove <message>.ExtensionMap() from generated messages il y a 10 ans
properties.go 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. il y a 10 ans
proto3_test.go de8c523226 Implement SetDefaults for maps. Skip proto3 scalar fields instead of panicking. il y a 11 ans
size2_test.go 558f13f1d7 Update URLs and import paths to new GitHub home. il y a 11 ans
size_test.go 0879490610 Generate sizer functions for oneofs. il y a 10 ans
text.go 5386fff85b proto: s/Printf/Print/ where there's no format verb il y a 10 ans
text_parser.go 1f49d83d9a Allow t/f and True/False while parsing text protos il y a 10 ans
text_parser_test.go 1f49d83d9a Allow t/f and True/False while parsing text protos il y a 10 ans
text_test.go a57d29119a Avoid panicking when text formatting a malformed oneof. il y a 11 ans