aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-12-20codereview: switch defaultcc to golang-codereviewsRuss Cox
2013-10-11goprotobuf: Remove MarshalJSON methods from generated enum types.David Symonds
2013-10-11goprotobuf: Change Size implementation to use the same code structure as Mars...David Symonds
2013-09-27goprotobuf: Rename ErrRequiredNotSet to RequiredNotSetError.David Symonds
2013-09-25goprotobuf: Fix performance regression in proto encoding for the common case ...David Symonds
2013-09-18goprotobuf: Make the default default of an enum field be the value of the fir...David Symonds
2013-09-09goprotobuf: Consistently prefix error strings with "proto: ".David Symonds
2013-09-09goprotobuf: Make several changes to ErrRequiredNotSet:David Symonds
2013-08-19goprotobuf: Fix documentation of minor edge case in CamelCase.David Symonds
2013-08-08goprotobuf: Simplify helper functions (Int32, etc.).David Symonds
2013-08-07goprotobuf: Fix handling of publicly imported enum types.David Symonds
2013-08-05goprotobuf: Make UnmarshalText reset the message before unmarshaling.David Symonds
2013-07-26goprotobuf: Present comments in .proto files in the generated .pb.go.David Symonds
2013-07-26goprotobuf: Switch to using protobuf-2.5.0 as the baseline.David Symonds
2013-07-15goprotobuf: Fix SetDefaults to recur into repeated submessages.David Symonds
2013-07-13goprotobuf: fix integer overflows.Adam Langley
2013-06-24goprotobuf: Use p.isUnmarshaler consistently in decode.go.David Symonds
2013-06-24goprotobuf: Fix Size accounting of packed fields.David Symonds
2013-06-22goprotobuf: Make edge-case int32 encoding more compact, and the same as C++.David Symonds
2013-06-20goprotobuf: Use already-allocated nested messages if they exist.David Symonds
2013-06-11goprotobuf: Fix Size for groups.David Symonds
2013-06-08goprotobuf: Make MessageSet marshaling deterministic.David Symonds
2013-06-08goprotobuf: Missing regenerated .pb.go from previous CL.David Symonds
2013-06-08goprotobuf: Write C++-compatible ±Inf and NaN floats in text format.David Symonds
2013-06-08goprotobuf: Fix proto.Size for repeated fixed(32|64) fields.David Symonds
2013-05-03goprotobuf: Allow groups to be treated as messages.David Symonds
2013-05-03goprotobuf: Make text formatting of unknown enum values compatible with C++.David Symonds
2013-04-07goprotobuf: gofmt -sAlbert Strasheim
2013-03-23goprotobuf: Match C++ for text format of unknown fields.David Symonds
2013-03-23goprotobuf: Preserve unknown fields in groups, and generate repeated field ge...David Symonds
2013-02-21goprotobuf: Minor internal change to track internal message indexes.David Symonds
2013-01-30goprotobuf: Repeated field getters.David Symonds
2013-01-30goprotobuf: Fix text formatting of typed nil.David Symonds
2013-01-30goprotobuf: Add Merge.David Symonds
2013-01-15goprotobuf: Rename UnmarshalAppend to UnmarshalMerge.David Symonds
2012-12-20goprotobuf: Cache extension properties.David Symonds
2012-12-06goprotobuf: Missing test data from a previous CL.David Symonds
2012-12-06goprotobuf: Text parsing compatibility fixes:David Symonds
2012-12-06goprotobuf: Serialize extensions in a consistent order.David Symonds
2012-12-06goprotobuf: More efficient text marshaling, plus returning errors from underl...David Symonds
2012-12-06goprotobuf: Unexport a bunch of symbols in generator.go.David Symonds
2012-11-29goprotobuf: Use a standard redirecting AUTHORS and CONTRIBUTORS file.David Symonds
2012-11-26goprotobuf: Update README install instructions for go1Jeff Hodges
2012-11-26goprotobuf: Add Jeff Hodges to CONTRIBUTORS (individual CLA).David Symonds
2012-11-08goprotobuf: Performance improvements to text marshaling.David Symonds
2012-11-08goprotobuf: Clarify Unmarshaler semantics.David Symonds
2012-11-08goprotobuf: Minor cleanup.David Symonds
2012-11-07goprotobuf: Add a Size function.David Symonds
2012-11-07goprotobuf: Don't treat groups as messages.David Symonds
2012-09-26goprotobuf: Rename some fields for clarity.David Symonds