커밋 기록

작성자 SHA1 메시지 날짜
  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 년 전
  David Symonds 4a2eeb5f01 goprotobuf: Fix performance regression in proto encoding for the common case where we get ErrNil. 12 년 전
  David Symonds 4646c37073 goprotobuf: Make several changes to ErrRequiredNotSet: 12 년 전
  David Symonds c31645c4b3 goprotobuf: Make edge-case int32 encoding more compact, and the same as C++. 12 년 전
  David Symonds df583ae96e goprotobuf: Serialize extensions in a consistent order. 13 년 전
  David Symonds ee6e9c5fb8 goprotobuf: Use a standard redirecting AUTHORS and CONTRIBUTORS file. 13 년 전
  David Symonds 381349d798 goprotobuf: Public import getters. 13 년 전
  Russ Cox d4ce3f1530 proto: make safe for App Engine 13 년 전
  David Symonds d4661c5287 goprotobuf: Fix Marshal crash on typed nil. 13 년 전
  David Symonds 6a6f82cf8c goprotobuf: Optimize tag lookups and stype handling. 13 년 전
  David Symonds c028717481 goprotobuf: Several optimisations: 13 년 전
  David Symonds 10c93ba4eb goprotobuf: Handle XXX_unrecognized correctly. 13 년 전
  David Symonds 007ed9dc8e goprotobuf: Fixes for Clone and Equal. 13 년 전
  David Symonds 9f60f43c7a goprotobuf: Introduce new proto.Message type. 13 년 전
  David Symonds 147f5b3660 goprotobuf: Return a clear failure if a non pointer-to-struct is passed to Marshal/Unmarshal. 14 년 전
  David Symonds a80b2827b1 goprotobuf: Avoid reflect+interface conversion for Marshaler/Unmarshaler check. 14 년 전
  Rob Pike 7a788136fd goprotobuf: update to loss of unsafe.Unreflect, unsafe.New 14 년 전
  David Symonds e434b7516f goprotobuf: Remove uses of runtime.MemStats. 14 년 전
  Rob Pike a17fdd9aff goprotobuf: update to new errors. 14 년 전