aboutsummaryrefslogtreecommitdiff
path: root/proto
AgeCommit message (Expand)Author
2015-02-09Drop "appenginevm" tag.David Symonds
2015-02-09Update a few docs to match reality.David Symonds
2015-01-28Permit omission of a colon before a message-typed map value.David Symonds
2015-01-09Sort map keys when serialising map fields to binary and text formats.David Symonds
2015-01-06Simplify Uint32 helper function to be like the others.David Symonds
2014-12-22Support map<k,v> protocol buffer fields.David Symonds
2014-12-22More extensive testing in extensions_test.go.David Symonds
2014-11-28Support proto3.David Symonds
2014-11-24Update URLs and paths to new location of the C++ protobuf code.David Symonds
2014-11-24Update URLs and import paths to new GitHub home.David Symonds
2014-11-20goprotobuf: Drop unused argument to enc_struct/size_struct.David Symonds
2014-11-20goprotobuf: Use encoding.TextMarshaler and encoding.TextUnmarshaler in place ofDavid Symonds
2014-11-18goprotobuf: Ensure GetExtension returns the same result when called on a fres...David Symonds
2014-11-18goprotobuf: Fix proto.Clone operating on empty-but-non-nil []byte values.David Symonds
2014-10-30goprotobuf: Fix Clone to deep copy []byte fields.David Symonds
2014-10-28goprotobuf: Miscellaneous cleanups.David Symonds
2014-10-12goprotobuf: Cause the descriptor proto to be imported as "descriptor".David Symonds
2014-10-12goprotobuf: Make text parsing functions return RequiredNotSetError as appropr...David Symonds
2014-10-12goprotobuf: Generate JSON marshal/unmarshal methods for MessageSet.David Symonds
2014-10-12goprotobuf: Check GetProperties is passed a struct early on.David Symonds
2014-08-12goprotobuf: Split encoding of repeated int32 and repeated uint32 fields.David Symonds
2014-08-12goprotobuf: Fix handling of empty string defaults for 'string' and 'bytes' fi...David Symonds
2014-07-30goprotobuf: Fix merging of duplicate message set entries.David Symonds
2014-07-22goprotobuf: Split encoding of int32 and uint32 fields.David Symonds
2014-07-22goprotobuf: Fix test for text format number too large for int64.David Symonds
2014-06-23goprotobuf: Remove ErrWrongType and improve error messages.David Symonds
2014-06-20goprotobuf: Fix bug in GetExtensions.David Symonds
2014-06-16goprotobuf: Update build tags to use unsafe (but faster) code on Managed VMs.David Symonds
2014-04-26goprotobuf: Fix proto.Merge handling of scalar bytes fields.David Symonds
2014-04-15goprotobuf: Handle nils in repeated message fields in text formatting.David Symonds
2014-04-15goprotobuf: Add tests for the Marshaler interface during marshaling.David Symonds
2014-04-14goprotobuf: Remove never-used import of encoding/json in generated code.David Symonds
2014-02-19goprotobuf: Support encoding.TextMarshaler and encoding.TextUnmarshaler.David Symonds
2014-01-14goprotobuf: Remove the proto.Buffer freelist.David Symonds
2014-01-13goprotobuf: Generate package docs.David Symonds
2014-01-13goprotobuf: Marshal nested messages into our current buffer insteadDavid Symonds
2014-01-13goprotobuf: Remove an incorrect sentence in the GetExtension doc comment.David Symonds
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-08goprotobuf: Simplify helper functions (Int32, etc.).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-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