История коммитов

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