コミット履歴

作者 SHA1 メッセージ 日付
  David Symonds 905b3fdd57 goprotobuf: Check GetProperties is passed a struct early on. 11 年 前
  David Symonds bebcf5de57 goprotobuf: Add method to extending message to get list of messages extended. 11 年 前
  David Symonds 0ec36a25a2 goprotobuf: Split encoding of repeated int32 and repeated uint32 fields. 11 年 前
  David Symonds 7e81098011 goprotobuf: Fix handling of empty string defaults for 'string' and 'bytes' fields. 11 年 前
  David Symonds 25535e35a8 goprotobuf: Fix merging of duplicate message set entries. 11 年 前
  David Symonds f054e84f76 goprotobuf: Split encoding of int32 and uint32 fields. 11 年 前
  David Symonds b16d165ede goprotobuf: Fix alias generation for enums. 11 年 前
  David Symonds 8bb628dd72 goprotobuf: Fix test for text format number too large for int64. 11 年 前
  David Symonds baeae8bcd1 goprotobuf: Remove ErrWrongType and improve error messages. 11 年 前
  David Symonds 47fc4dbbc3 goprotobuf: Required extensions don't make sense. 11 年 前
  David Symonds 8b1c6b7587 goprotobuf: Fix bug in GetExtensions. 11 年 前
  David Symonds d110e691de goprotobuf: Update build tags to use unsafe (but faster) code on Managed VMs. 11 年 前
  David Symonds 6bfe7b6ff2 goprotobuf: Fix proto.Merge handling of scalar bytes fields. 11 年 前
  David Symonds 4b9d2e1e38 goprotobuf: Handle nils in repeated message fields in text formatting. 12 年 前
  David Symonds 29bcc89b25 goprotobuf: Add tests for the Marshaler interface during marshaling. 12 年 前
  David Symonds f530f25b30 goprotobuf: Remove never-used import of encoding/json in generated code. 12 年 前
  David Symonds 9e1518e291 goprotobuf: Include package docs from .proto in the generated package docs. 12 年 前
  David Symonds 267e805719 goprotobuf: Support encoding.TextMarshaler and encoding.TextUnmarshaler. 12 年 前
  David Symonds 8b25330334 goprotobuf: Remove the proto.Buffer freelist. 12 年 前
  David Symonds 7d640deeae goprotobuf: Generate package docs. 12 年 前
  David Symonds 1d8ba13d54 goprotobuf: Marshal nested messages into our current buffer instead 12 年 前
  David Symonds 7a518f4a08 goprotobuf: Remove an incorrect sentence in the GetExtension doc comment. 12 年 前
  David Symonds 2a0a763dbf goprotobuf: Mention Go 1.1 requirement in README. 12 年 前
  Russ Cox dd3a82a740 codereview: switch defaultcc to golang-codereviews 12 年 前
  David Symonds 4af5f1ff2d goprotobuf: Remove MarshalJSON methods from generated enum types. 12 年 前
  David Symonds 0bf1ad57e6 goprotobuf: Change Size implementation to use the same code structure as Marshal (encode). 12 年 前
  David Symonds e583a5f02b goprotobuf: Rename ErrRequiredNotSet to RequiredNotSetError. 12 年 前
  David Symonds 4a2eeb5f01 goprotobuf: Fix performance regression in proto encoding for the common case where we get ErrNil. 12 年 前
  David Symonds 1cb9013ade goprotobuf: Make the default default of an enum field be the value of the first enum value, not zero. 12 年 前
  David Symonds a7f3a0f148 goprotobuf: Consistently prefix error strings with "proto: ". 12 年 前