Historial de Commits

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