提交历史

作者 SHA1 备注 提交日期
  Joe Tsai 4c88cc3f1a all: fix reflect.Value.Interface races (#913) 5 年之前
  Kassian Sun f05648d464 jsonpb: handle map key and value properties properly (#645) 6 年之前
  Tamir Duberstein d167f5cf05 proto: remove unused writeRaw function (#585) 6 年之前
  Joe Tsai 7d76aa1a81 Remove raw interface (#482) 6 年之前
  Joe Tsai 575152efd8 Cleanup comments and whitespace (#471) 7 年之前
  Tamir Duberstein 5c7dd3329b Simplify code (#314) 7 年之前
  Joe Tsai 8cc9e46429 Upstream internal Google protobuf changes 7 年之前
  Ross Light 5386fff85b proto: s/Printf/Print/ where there's no format verb 8 年之前
  matloob@google.com 3b06fc7a4c net/proto2/go: make a slight change to how we handle []byte fields 8 年之前
  matloob@google.com e51d002c61 net/proto2: remove <message>.ExtensionMap() from generated messages 8 年之前
  Lev Shamardin 1cc4d6fa4a Support for google.protobuf.Any expansion in text marshaling and unmarshaling. 8 年之前
  Lev Shamardin b3392a2965 Configurable TextMarshaler for protos. 8 年之前
  David Symonds 8cf720c393 Unexport proto.MessageSet, and remove a bunch of its support. 9 年之前
  David Symonds 8df8a93c67 Fix race in text formatting of oneof fields. 9 年之前
  David Symonds a57d29119a Avoid panicking when text formatting a malformed oneof. 9 年之前
  David Symonds 59b73b37c1 Implement oneof support. 9 年之前
  David Symonds 6683654b7a Sort numerically-keyed maps by numeric value. 9 年之前
  David Symonds ab974be44d Fix Merge (and Clone) for proto3. 9 年之前
  David Symonds aece6fb931 Return errors getting extensions when formatting text, 9 年之前
  David Symonds 34a5f244f1 Behave gracefully when text formatting a map field with a nil value. 9 年之前
  David Symonds 7f07925444 Sort map keys when serialising map fields to binary and text formats. 10 年之前
  David Symonds 3ea3e05dbf Support map<k,v> protocol buffer fields. 10 年之前
  David Symonds abd3b412d3 Support proto3. 10 年之前
  David Symonds 558f13f1d7 Update URLs and import paths to new GitHub home. 10 年之前
  David Symonds 8117753c47 goprotobuf: Use encoding.TextMarshaler and encoding.TextUnmarshaler in place of 10 年之前
  David Symonds 4b9d2e1e38 goprotobuf: Handle nils in repeated message fields in text formatting. 10 年之前
  David Symonds 267e805719 goprotobuf: Support encoding.TextMarshaler and encoding.TextUnmarshaler. 10 年之前
  David Symonds 0bf1ad57e6 goprotobuf: Change Size implementation to use the same code structure as Marshal (encode). 11 年之前
  David Symonds 9cc87e39b0 goprotobuf: Write C++-compatible ±Inf and NaN floats in text format. 11 年之前
  David Symonds f8a1fcc20a goprotobuf: Make text formatting of unknown enum values compatible with C++. 11 年之前