Commit History

Author SHA1 Message Date
  David Symonds 1e73516e50 Update a few docs to match reality. 11 years ago
  David Symonds d75f05d454 Remove a section that is redundant with a previous section. 11 years ago
  David Symonds 0256e764f9 Stop recommending the use of Make.protobuf in README. 11 years ago
  David Symonds a11b6342f0 Permit omission of a colon before a message-typed map value. 11 years ago
  David Symonds 7f07925444 Sort map keys when serialising map fields to binary and text formats. 11 years ago
  David Symonds 60976d353e Simplify Uint32 helper function to be like the others. 11 years ago
  David Symonds 3ea3e05dbf Support map<k,v> protocol buffer fields. 11 years ago
  David Symonds 904b440324 More extensive testing in extensions_test.go. 11 years ago
  David Symonds abd3b412d3 Support proto3. 11 years ago
  David Symonds aec3ce103c Regenerate descriptor.pb.go. 11 years ago
  David Symonds 380d2d0c0f Update URLs and paths to new location of the C++ protobuf code. 11 years ago
  David Symonds d018e4cfcb Remove lib/codereview. 11 years ago
  David Symonds 558f13f1d7 Update URLs and import paths to new GitHub home. 11 years ago
  David Symonds 73c63d22c0 Convert .hgignore to .gitignore. 11 years ago
  David Symonds 4de8ddd90b Remove .hgtags. 11 years ago
  David Symonds ba7896cb49 goprotobuf: Drop unused argument to enc_struct/size_struct. 11 years ago
  David Symonds 8117753c47 goprotobuf: Use encoding.TextMarshaler and encoding.TextUnmarshaler in place of 11 years ago
  David Symonds ce441e6d54 goprotobuf: Ensure GetExtension returns the same result when called on a freshly unmarshaled message. 11 years ago
  David Symonds ceb17a4d1e goprotobuf: Fix proto.Clone operating on empty-but-non-nil []byte values. 11 years ago
  David Symonds 8a099d0ded goprotobuf: Fix Clone to deep copy []byte fields. 11 years ago
  David Symonds 50386d2477 goprotobuf: Miscellaneous cleanups. 11 years ago
  David Symonds 30f7034a3e goprotobuf: Cause the descriptor proto to be imported as "descriptor". 11 years ago
  David Symonds 2a1c6b9cba goprotobuf: Make text parsing functions return RequiredNotSetError as appropriate. 11 years ago
  David Symonds 19227ffac0 goprotobuf: Generate JSON marshal/unmarshal methods for MessageSet. 11 years ago
  David Symonds 905b3fdd57 goprotobuf: Check GetProperties is passed a struct early on. 11 years ago
  David Symonds bebcf5de57 goprotobuf: Add method to extending message to get list of messages extended. 11 years ago
  David Symonds 0ec36a25a2 goprotobuf: Split encoding of repeated int32 and repeated uint32 fields. 11 years ago
  David Symonds 7e81098011 goprotobuf: Fix handling of empty string defaults for 'string' and 'bytes' fields. 11 years ago
  David Symonds 25535e35a8 goprotobuf: Fix merging of duplicate message set entries. 11 years ago
  David Symonds f054e84f76 goprotobuf: Split encoding of int32 and uint32 fields. 11 years ago