1. f62382a Added Interest constructor for name and interestLifetimeMilliseconds by Jeff Thompson · 11 years ago
  2. 3f76e9e Added Interest constructor with default nonce. by Jeff Thompson · 11 years ago
  3. 37527d6 Added Exclude toUri. by Jeff Thompson · 11 years ago
  4. 4962c62 Fix bug: getter methods for vectors should return a reference. by Jeff Thompson · 11 years ago
  5. 38d0e08 Change the ExcludeEntry to use a name component directly. by Jeff Thompson · 11 years ago
  6. 2d27e2f Convert tabs to spaces. by Jeff Thompson · 11 years ago
  7. 5341219 Major code style change to rename all files to lower case. by Jeff Thompson · 11 years ago[Renamed (98%) from ndn-cpp/Interest.hpp]
  8. 67e9e0a Rename encode and decode to wireEncode and wireDecode by Jeff Thompson · 11 years ago
  9. f544701 In encode and decode with default WireFormat, use WireFormat::getDefaultWireFormat() by Jeff Thompson · 11 years ago
  10. f59a87a Added Interest constructor with all arguments by Jeff Thompson · 11 years ago
  11. b915b1d Rename BinaryXmlWireFormat::instance() to BinaryXmlWireFormat::getInstance() by Jeff Thompson · 11 years ago
  12. f0fea00 Code style: Rename BinaryXML to BinaryXml by Jeff Thompson · 11 years ago
  13. b0979fd In encode methods, return a ptr_lib::shared_ptr<vector<unsigned char> > by Jeff Thompson · 11 years ago
  14. c0486c1 Added Interest(const Name &name) by Jeff Thompson · 11 years ago
  15. 5a5e8b7 Rename interestLifetime to interestLifetimeMilliseconds and make it a double by Jeff Thompson · 11 years ago
  16. 3423865 In the Interest constructor, set int values to -1 by Jeff Thompson · 11 years ago
  17. a899539 Don't need to include vector since Name.hpp does by Jeff Thompson · 11 years ago
  18. dd3d229 In set methods, make the argument const by Jeff Thompson · 11 years ago
  19. 8238d00 Added separate PublishPublicKeyDigest and use in Interest. by Jeff Thompson · 11 years ago
  20. eb316a8 Added setter methods. by Jeff Thompson · 11 years ago
  21. 12c2776 Added non-const getName and getExclude by Jeff Thompson · 11 years ago
  22. fe55686 Implement Interest Exclude by Jeff Thompson · 11 years ago
  23. 0a68172 Added const getters. by Jeff Thompson · 11 years ago
  24. d345a5b Use const where possible. by Jeff Thompson · 11 years ago
  25. f2e5e28 In structures, put minSuffixComponents before maxSuffixComponents by Jeff Thompson · 11 years ago
  26. d9e278c Implement get(struct ndn_Interest &) by Jeff Thompson · 11 years ago
  27. 47eecfc Change all copyright notices to refer to file COPYING by Jeff Thompson · 11 years ago
  28. 2255290 Implement ndn_decodeBinaryXMLInterest (except for Exclude) by Jeff Thompson · 11 years ago
  29. b7f9556 Added Interest by Jeff Thompson · 11 years ago