Sign in
edge
/
third_party
/
golang
/
protobuf
/
HEAD
8ee7999
descriptor: rename generated protobuf package on import.
by Bryan C. Mills
· 9 years ago
master
56841e9
jsonpb: merge https://github.com/golang/protobuf/pull/255
by bcmills
· 9 years ago
cf10ca0
proto: Add a descriptor subpackage.
by bcmills
· 9 years ago
62e782f
proto: Fix a Marshal race on messages with extensions.
by bcmills
· 9 years ago
224aaba
jsonpb: treat `null` JSON values for `Timestamp` and `Duration` as defaults (#255)
by Mark Costello
· 9 years ago
8e1c791
Generate pb.go files after https://github.com/golang/protobuf/commit/cb9b7771abc2a63ab206dde76539f08f66ab994d
by Lukasz Milewski
· 9 years ago
cb9b777
Add a benchmark demonstrating lock contention when Marshaling/Unmarshaling maps.
by lmilewski
· 9 years ago
4a5b3fd
Regenerate pb.go files after https://github.com/golang/protobuf/commit/24f28ae800abfde9310e779f94be606b1a98a3fc
by Lukasz Milewski
· 9 years ago
24f28ae
protoc-gen-go: Add Filename to ExtensionDesc.
by Googler
· 9 years ago
1bdfb32
Run 'make generate-test-pbs' in proto/ to regenerate proto3.pb.go testdata
by Lukasz Milewski
· 9 years ago
0358ab2
Generate new pb.go files.
by Lukasz Milewski
· 9 years ago
da116c3
proto: generate Get methods for fields of basic type in proto3
by lmilewski
· 9 years ago
4bd1920
Merge pull request #249 from Huawei-PTLab/master
by Joe Tsai
· 9 years ago
d6803ea
Allow "make test" to run with Bourne shell.
by Bryan Chan
· 9 years ago
2bc9827
improve error message for duplicate oneof in text parsing
by Googler
· 9 years ago
09b5638
grpc: update generated code version
by Damien Neil
· 9 years ago
a66a4fa
Produce an error when unmarshaling text protos if a oneof field is set more than once.
by Googler
· 9 years ago
98fa357
Fix tests.
by Joe Tsai
· 9 years ago
3571fb5
Add a decoding benchmark for multiple small repeated ints
by notcarl
· 9 years ago
730e912
Fix jsonpb for Go 1.8
by joetsai
· 9 years ago
5d356b9
Unroll DecodeVarint to speed up int32/int64/uint64 slice decoding.
by notcarl
· 9 years ago
1976b9e
Note that Buffer.Unmarshal does NOT reset the destination protobuf.
by notcarl
· 9 years ago
5fb654a
Add Varint decoding benchmarks PiperOrigin-RevId: 135181742
by notcarl
· 9 years ago
99d46c5
Add protobuf benchmarks for varint encoding.
by notcarl
· 9 years ago
df1d3ca
proto: In Size, don't double-count the tagcode for structs that implement Marshaler.
by bcmills
· 9 years ago
87c0002
Merge pull request #235 from lstoll/lstoll-mod-nanos-correctly
by Bryan C. Mills
· 9 years ago
e8b7c67
Fix Timestamp Unmarshaling for pre-epoch times
by Lincoln Stoll
· 9 years ago
1f49d83
Allow t/f and True/False while parsing text protos
by light
· 9 years ago
5bdfda0
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.
by Googler
· 9 years ago
ef00c02
proto.Equal: document map equality and clarify the rule for repeated fields.
by hakim
· 9 years ago
888eb06
Remove conformance binary from repository
by Ross Light
· 9 years ago
06e1483
remove binary from repository
by Bruno Clermont
· 9 years ago
f592bd2
_conformance: generate proto
by Ross Light
· 9 years ago
855c5d6
third_party/golang/protobuf: open source conformance test runner
by light
· 9 years ago
7390af9
Fix comment for Buffer.index field
by light
· 9 years ago
2c1988e
Update Go tests for C++ JSON name change
by Feng Xiao
· 9 years ago
c3cefd4
README: add compatibility section
by Ross Light
· 9 years ago
1687f00
proto: Prevent Any protos from being deserialized multiple times.
by Luke Granger-Brown
· 9 years ago
2c2f726
protoc-gen-go: Make proto3 scalar repeated fields packed by default (per the proto3 spec).
by Bryan Mills
· 9 years ago
51fb628
proto: don't panic when calling ExtensionDescs on an uninitialized message.
by Damien Neil
· 9 years ago
18a29c0
regenerate .pb.go
by Ross Light
· 9 years ago
874264f
proto: check for required fields when unmarshalling groups
by Damien Neil
· 9 years ago
af59feb
jsonpb: sort numeric proto keys in numeric order
by Damien Neil
· 9 years ago
3607a4a
fix compiler golden test
by Damien Neil
· 9 years ago
3852dcf
jsonpb: add option to ignore unknown fields in a message
by Ross Light
· 9 years ago
b3e26a4
proto: regenerate proto3.pb.go from .proto file
by matloob@google.com
· 9 years ago
78b168c
net/proto2/go: add GetAllExtensionDescs returns a []*ExtensionDesc
by matloob@google.com
· 9 years ago
f6b4231
proto: import change from Google.
by matloob@google.com
· 9 years ago
0c1f6d6
protoc-gen-go/grpc: pass file descriptor for service as Metadata
by Menghan Li
· 9 years ago
5386fff
proto: s/Printf/Print/ where there's no format verb
by Ross Light
· 9 years ago
8616e8e
ptypes: regen and remove transforms from regen.sh
by Ross Light
· 9 years ago
545732f
protoc-gen-go: export the generated variable name of the FileDescriptor bytes
by Ross Light
· 9 years ago
ba6f978
Make proto.RegisterFile public for gRPC
by Ross Light
· 9 years ago
c27503d
Fix marshalAny's handling of indentation.
by Googler
· 9 years ago
f43dfb5
Add missing error check in jsonpb's marshal implementation.
by Googler
· 9 years ago
3b06fc7
net/proto2/go: make a slight change to how we handle []byte fields
by matloob@google.com
· 9 years ago
1111461
proto: allow text proto map keys to be omitted or order swapped
by Ross Light
· 9 years ago
9e6977f
proto: fix equality to work with V1 generated format
by matloob@google.com
· 9 years ago
e51d002
net/proto2: remove <message>.ExtensionMap() from generated messages
by matloob@google.com
· 9 years ago
cd85f19
proto: return error from Marshal if a message encodes to > 2GiB
by Ross Light
· 9 years ago
a4ab9ec
proto: clean up proto API for extensions
by matloob@google.com
· 9 years ago
7cc19b7
Use grpcPkg for a bit of code gen that overlooked it.
by David Symonds
· 9 years ago
bf531ff
jsonpb: Marshal Any according to the spec.
by David Symonds
· 9 years ago
2ebff28
Correctly set OrigName for oneof fields.
by Dave Day
· 9 years ago
331aba2
Update the grpc plugin to support the grpc-go interceptor implementation.
by Qi Zhao
· 9 years ago
f0a097d
jsonpb: Fix handling of repeated enums.
by David Symonds
· 9 years ago
78550bb
Improve error message when text unmarshaling a nested message with a required field.
by Bryan Mills
· 9 years ago
dda510a
Use reflection-driven field accesses under GopherJS.
by Andrew Gerrand
· 9 years ago
8d92cf5
Add specific error for oneof with nil element.
by Bryan Mills
· 9 years ago
d120e2f
Add Any helper funcs to the ptypes package.
by David Symonds
· 9 years ago
2fea9e1
Expose the gRPC code generation plugin.
by David Symonds
· 9 years ago
62e4364
jsonpb: Accept both camelCase and orig_name as field names for oneof fields.
by David Symonds
· 9 years ago
9951127
Add support for decoding a stream of JSON objects.
by Nikki VonHollen
· 9 years ago
0fd8c90
Switch use of strings.LastIndexByte to strings.LastIndex.
by David Symonds
· 9 years ago
b9504f2
A few small bits of style modernisation,
by David Symonds
· 9 years ago
750c6bd
Generate the new go_package options for the WKTs.
by David Symonds
· 9 years ago
e3aaa3a
Add compatibility markers to grpc generated code.
by David Symonds
· 9 years ago
cde632b
Use the zero value when decoding a map element that is missing its key or value.
by Michael Matloob
· 9 years ago
c75fbf0
Implement new semantics for `option go_package`.
by David Symonds
· 9 years ago
1cc4d6f
Support for google.protobuf.Any expansion in text marshaling and unmarshaling.
by Lev Shamardin
· 9 years ago
552c7b9
jsonpb: Handle Struct and NullValue WKTs.
by David Symonds
· 9 years ago
2fc053c
Generate Descriptor method for groups.
by David Symonds
· 9 years ago
4576067
Generate a XXX_WellKnownType method for NullValue.
by David Symonds
· 9 years ago
c6184d3
jsonpb: Format and parse the WKTs in wrappers.proto.
by David Symonds
· 9 years ago
3e847b4
Add remaining Go-supported WKTs to the list of types to generate XXX_WellKnownType for.
by David Symonds
· 9 years ago
553c764
Generate XXX_WellKnownType method for recognised well-known types.
by David Symonds
· 9 years ago
3c84672
Add Timestamp helper funcs to the ptypes package.
by David Symonds
· 9 years ago
1270911
Rearrange the well-known types package layout and API:
by David Symonds
· 9 years ago
89238a3
Add initial well-known types support package.
by David Symonds
· 9 years ago
b3392a2
Configurable TextMarshaler for protos.
by Lev Shamardin
· 9 years ago
0dfe8f3
Add more well-known types: Struct, Timestamp and Wrappers.
by David Symonds
· 9 years ago
8ea33d2
Add well-known types.
by David Symonds
· 9 years ago
001690d
Switch jsonpb.Marshaler to use camelCase by default.
by David Symonds
· 9 years ago
d20896f
Add support for plumbing json_name from protoc through to proto.Properties.
by David Symonds
· 9 years ago
b982704
Extend the text format parser to allow concatenation of string literals in single quotes.
by Daniel Kraft
· 9 years ago
45bba20
jsonpb: Don't emit zero value proto3 fields by default.
by David Symonds
· 9 years ago
6aaa8d4
Adding repeated field data population example
by Zac Mullett
· 9 years ago
5fc2294
Clarify jsonpb package docs.
by David Symonds
· 9 years ago
2402d76
Add compatibility markers to proto generated code.
by David Symonds
· 9 years ago
4df416c
Fix proto.Equal handling of proto3 bytes fields.
by David Symonds
· 9 years ago
Next »