1. b915b1d Rename BinaryXmlWireFormat::instance() to BinaryXmlWireFormat::getInstance() by Jeff Thompson · 11 years ago
  2. f0fea00 Code style: Rename BinaryXML to BinaryXml by Jeff Thompson · 11 years ago
  3. b0979fd In encode methods, return a ptr_lib::shared_ptr<vector<unsigned char> > by Jeff Thompson · 11 years ago
  4. a234d5d In WireFormat, remove encodeName and decodeName since a name doesn't go over the wire. by Jeff Thompson · 11 years ago
  5. 5cae5e5 Added support for ContentObject by Jeff Thompson · 11 years ago
  6. d345a5b Use const where possible. by Jeff Thompson · 11 years ago
  7. 214c7be Implement encodeInterest. by Jeff Thompson · 11 years ago
  8. 47eecfc Change all copyright notices to refer to file COPYING by Jeff Thompson · 11 years ago
  9. 7c30eda Added decodeInterest. by Jeff Thompson · 11 years ago
  10. 1f3f517 Implement name encoding. by Jeff Thompson · 11 years ago
  11. 9884883 Comment out override methods until we implement them. by Jeff Thompson · 11 years ago
  12. 4238071 Make decode take unsigned char *input, unsigned int inputLength by Jeff Thompson · 11 years ago
  13. 9c41dfe Use separate WireFormat class to handle encoding Name, Interest, etc. by Jeff Thompson · 11 years ago