Commit History

Author SHA1 Message Date
  Joe Tsai f5983d50c8 proto: make invalid UTF-8 errors non-fatal (#660) 7 years ago
  Joe Tsai 927b659145 proto: adjust documentation on RequiredNotSetError (#603) 7 years ago
  Joe Tsai 575152efd8 Cleanup comments and whitespace (#471) 8 years ago
  Joe Tsai 8cc9e46429 Upstream internal Google protobuf changes 8 years ago
  Tamir Duberstein 0a4f71a498 Remove unnecessary conversions (#315) 8 years ago
  bcmills 62e782f47e proto: Fix a Marshal race on messages with extensions. 9 years ago
  bcmills df1d3ca07d proto: In Size, don't double-count the tagcode for structs that implement Marshaler. 9 years ago
  matloob@google.com 9e6977f30c proto: fix equality to work with V1 generated format 9 years ago
  matloob@google.com e51d002c61 net/proto2: remove <message>.ExtensionMap() from generated messages 9 years ago
  Ross Light cd85f19845 proto: return error from Marshal if a message encodes to > 2GiB 9 years ago
  Bryan Mills 8d92cf5fc1 Add specific error for oneof with nil element. 10 years ago
  Damien Neil 0879490610 Generate sizer functions for oneofs. 10 years ago
  David Symonds efcaa340c1 Don't sort map keys when encoding a map field in wire format. 10 years ago
  David Symonds 535a104686 Fix size of oneof fields when they are set to their zero value. 10 years ago
  David Symonds 59b73b37c1 Implement oneof support. 10 years ago
  David Symonds 68c687dc49 Fix handling of RequiredNotSetError being returned by fields that implement Marshaler. 10 years ago
  David Symonds 0f7a9caded Rename structPointer_Map to structPointer_NewAt. 10 years ago
  David Symonds cab84a3485 Return a descriptive error when a map field has a nil element. 10 years ago
  David Symonds a8323e2cd7 Fix Size for maps. 11 years ago
  David Symonds f62db484ee Improve error message for nil values in repeated fields. 11 years ago
  David Symonds 7f07925444 Sort map keys when serialising map fields to binary and text formats. 11 years ago
  David Symonds 3ea3e05dbf Support map<k,v> protocol buffer fields. 11 years ago
  David Symonds abd3b412d3 Support proto3. 11 years ago
  David Symonds 380d2d0c0f Update URLs and paths to new location of the C++ protobuf code. 11 years ago
  David Symonds 558f13f1d7 Update URLs and import paths to new GitHub home. 11 years ago
  David Symonds ba7896cb49 goprotobuf: Drop unused argument to enc_struct/size_struct. 11 years ago
  David Symonds 0ec36a25a2 goprotobuf: Split encoding of repeated int32 and repeated uint32 fields. 11 years ago
  David Symonds f054e84f76 goprotobuf: Split encoding of int32 and uint32 fields. 11 years ago
  David Symonds 8b25330334 goprotobuf: Remove the proto.Buffer freelist. 12 years ago
  David Symonds 1d8ba13d54 goprotobuf: Marshal nested messages into our current buffer instead 12 years ago