aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-02-09Support control of which linked plugins are executed.HEADgradle_1.3.1gradle_1.3.0-beta4gradle_1.3.0-beta3gradle_1.3.0-beta2gradle_1.3.0-beta1studio-master-releasestudio-1.4-releasestudio-1.3-releasemastermainDavid Symonds
2015-02-09Update comments, package declarations and syntax statements.David Symonds
2015-02-09Drop "appenginevm" tag.David Symonds
2015-02-09Update a few docs to match reality.David Symonds
2015-02-03Remove a section that is redundant with a previous section.David Symonds
2015-02-02Stop recommending the use of Make.protobuf in README.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-28Regenerate descriptor.pb.go.David Symonds
2014-11-24Update URLs and paths to new location of the C++ protobuf code.David Symonds
2014-11-24Remove lib/codereview.David Symonds
2014-11-24Update URLs and import paths to new GitHub home.David Symonds
2014-11-24Convert .hgignore to .gitignore.David Symonds
2014-11-24Remove .hgtags.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-10-12goprotobuf: Add method to extending message to get list of messages extended.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 alias generation for enums.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: Required extensions don't make sense.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: Include package docs from .proto in the generated package docs.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-12-26goprotobuf: Mention Go 1.1 requirement in README.David Symonds