Skip to content

Tags: gogo/protobuf

Tags

v1.3.2

Toggle v1.3.2's commit message
skippy peanut butter

v1.3.1

Toggle v1.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
github/workflow - update protoc version to 3.9.1 (#637)

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
merged in golang/protobuf commit 8d0c54c1246661d9a51ca0ba455d22116d48…

…5eaa - protoc-gen-go: generate XXX_OneofWrappers instead of XXX_OneofFuncs (#613)

v1.2.1

Toggle v1.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
update typecast in varint decoding (#545)

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #528 from jmarais/mergeaa810b6

Mergeaa810b6

v1.1.1

Toggle v1.1.1's commit message
fix #427 consistent import naming between the import declaration and …

…the vars in grpc

* consistent import naming between the import declaration and the vars. This is more consistant with golang/protobuf. 

* moved issue427 test to the 'testall' make target to avoid grpc/context dependency

v1.1.0

Toggle v1.1.0's commit message
fix build by regenerating everything

v1.0.0

Toggle v1.0.0's commit message
merge 925541529c1fa6821df4e44ce2723319eb2be768 from golang/protobuf

v0.5

Toggle v0.5's commit message
Merge pull request #343 from gogo/nounsafe

No unsafe

v0.4

Toggle v0.4's commit message
skip unsafe tests for bigendian architectures. (#272)

* skip marshal and unmarshal tests on big endian architectures if message has generated unsafe methods

* equal and compare tests now also check for bigendian architectures when the message uses the unsafe marshaler or unmarshaler

* skip packed unsafe issue21 if cpu is not little endian