Cronologia Commit

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