提交历史

作者 SHA1 备注 提交日期
  David Symonds 8117753c47 goprotobuf: Use encoding.TextMarshaler and encoding.TextUnmarshaler in place of 10 年之前
  David Symonds 8a099d0ded goprotobuf: Fix Clone to deep copy []byte fields. 10 年之前
  David Symonds 2a1c6b9cba goprotobuf: Make text parsing functions return RequiredNotSetError as appropriate. 10 年之前
  David Symonds 8bb628dd72 goprotobuf: Fix test for text format number too large for int64. 10 年之前
  David Symonds 267e805719 goprotobuf: Support encoding.TextMarshaler and encoding.TextUnmarshaler. 10 年之前
  David Symonds a7f3a0f148 goprotobuf: Consistently prefix error strings with "proto: ". 11 年之前
  David Symonds 501f7db324 goprotobuf: Make UnmarshalText reset the message before unmarshaling. 11 年之前
  David Symonds 2037090d1d goprotobuf: Match C++ for text format of unknown fields. 11 年之前
  David Symonds be02a4a20f goprotobuf: Text parsing compatibility fixes: 11 年之前
  David Symonds ee6e9c5fb8 goprotobuf: Use a standard redirecting AUTHORS and CONTRIBUTORS file. 12 年之前
  David Symonds 2bba1b298b goprotobuf: Rename some fields for clarity. 12 年之前
  David Symonds fa94a1e2bc goprotobuf: Standalone parser for text format strings. 12 年之前
  David Symonds 007ed9dc8e goprotobuf: Fixes for Clone and Equal. 12 年之前
  David Symonds 6bd081ecb6 goprotobuf: Accept (and ignore) "f" suffix for text format floating point literals. 12 年之前
  David Symonds 162d00318c goprotobuf: Miscellaneous fixes. 12 年之前
  David Symonds 32612dd8e5 goprotobuf: Support hexadecimal and octal integers in text format. 12 年之前
  David Symonds 9f60f43c7a goprotobuf: Introduce new proto.Message type. 12 年之前
  David Symonds 61826dafe5 goprotobuf: Repeated extensions. 12 年之前
  David Symonds 183124e64e goprotobuf: Be more liberal in text format string parsing. 12 年之前
  David Symonds 93be46f91d goprotobuf: Various changes for working with weekly.2011-12-06. 13 年之前
  David Symonds 5453105c64 goprotobuf: Support extensions in text parser. 13 年之前
  David Symonds 5ed980c16f goprotobuf: Assortment of small cleanups. 13 年之前
  Rob Pike a17fdd9aff goprotobuf: update to new errors. 13 年之前
  David Symonds ef8f0e8c3e goprotobuf: Fix parsing of repeated enum fields. 13 年之前
  David Symonds 9f402811cb goprotobuf: push out internal changes. 13 年之前
  Nigel Tao 4ede8453f5 goprotobuf: gofixes for reflect API changes. 13 年之前
  Rob Pike ccd260cb48 goprotobuf: update for new Set semantics for reflect.Value. 13 年之前
  David Symonds a9cda21316 goprotobuf: Further changes after the reflect API changes. 13 年之前
  Rob Pike d6420b8cbc goprotobuf: change error() to errorf() since it takes a format argument. 13 年之前
  Rob Pike 19b2dbb762 goprotobuf: more cleanup suggested by rsc. 13 年之前