1. 13e280b Interest: Added Interest::toUri(). by Jeff Thompson · 11 years ago
  2. 92342a9 code style: Exclude: Put return type on the previous line. by Jeff Thompson · 11 years ago
  3. 000a1e9 code style: In Exclude, put return types on previous line. by Jeff Thompson · 11 years ago
  4. 4dfca98 Exclude: Fix doc comment. by Jeff Thompson · 11 years ago
  5. f62f9f2 Interest: Moved class ExcludeEntry to inner class Exclude::Entry. by Jeff Thompson · 11 years ago
  6. 83bf07e Code style: In "setter" methods, use meaningful argument name instead of "value". by Jeff Thompson · 11 years ago
  7. f76efef Interest: In setNonce, make the argument const Blob&. by Jeff Thompson · 11 years ago
  8. 1b4a7b1 doc: Add documentation for Interest constructors and methods. by Jeff Thompson · 11 years ago
  9. b096e49 Interest exclude: Fix typo in comment. by Jeff Thompson · 11 years ago
  10. 832d297 Interest exclude: Added appendAny and appendComponent and deprecated addAny and addComponent (to be consistent with Name append). by Jeff Thompson · 11 years ago
  11. 4b70d3d interest: Added setName(). by Jeff Thompson · 11 years ago
  12. 9a8e82f common.hpp: time: Added typedef for Milliseconds and MillisecondsSince1970, and use instead of double where appropriate. by Jeff Thompson · 11 years ago
  13. 25b4e61 make: Global change: Move all public headers to include folder. Change source to including public headers using #include <ndn-cpp/*>. Split some header files to minimize exposing C .h files. by Jeff Thompson · 11 years ago[Renamed (96%) from ndn-cpp/interest.hpp]
  14. 97223af globa: Change unsigned int to size_t where it is the size of a byte array or an index/offset into it. by Jeff Thompson · 11 years ago
  15. 10ad12a global: Rename unsigned char to uint8, DynamicUCharArray to DynamicUInt8Array and DynamicUCharVector to DynamicUInt8Vector. by Jeff Thompson · 11 years ago
  16. 0050abe Code style: Put function return type on a line by itself. by Jeff Thompson · 11 years ago
  17. 7687dc0 All source files: Added UC Copyright. Added jefft0 email address. by Jeff Thompson · 11 years ago
  18. 412226d Change Interest.nonce to a Blob. by Jeff Thompson · 11 years ago
  19. c2b7b14 Change wire encoding to return a Blob. by Jeff Thompson · 11 years ago
  20. a7516e0 Use argument defaults for getDefaultWireFormat() instead of a separate overloaded method. by Jeff Thompson · 11 years ago
  21. 1656e6a Code style: Declare (Type& value) instead of (Type &value) by Jeff Thompson · 11 years ago
  22. f62382a Added Interest constructor for name and interestLifetimeMilliseconds by Jeff Thompson · 11 years ago
  23. 3f76e9e Added Interest constructor with default nonce. by Jeff Thompson · 11 years ago
  24. 37527d6 Added Exclude toUri. by Jeff Thompson · 11 years ago
  25. 4962c62 Fix bug: getter methods for vectors should return a reference. by Jeff Thompson · 11 years ago
  26. 38d0e08 Change the ExcludeEntry to use a name component directly. by Jeff Thompson · 11 years ago
  27. 2d27e2f Convert tabs to spaces. by Jeff Thompson · 11 years ago
  28. 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]
  29. 67e9e0a Rename encode and decode to wireEncode and wireDecode by Jeff Thompson · 11 years ago
  30. f544701 In encode and decode with default WireFormat, use WireFormat::getDefaultWireFormat() by Jeff Thompson · 11 years ago
  31. f59a87a Added Interest constructor with all arguments by Jeff Thompson · 11 years ago
  32. b915b1d Rename BinaryXmlWireFormat::instance() to BinaryXmlWireFormat::getInstance() by Jeff Thompson · 11 years ago
  33. f0fea00 Code style: Rename BinaryXML to BinaryXml by Jeff Thompson · 11 years ago
  34. b0979fd In encode methods, return a ptr_lib::shared_ptr<vector<unsigned char> > by Jeff Thompson · 11 years ago
  35. c0486c1 Added Interest(const Name &name) by Jeff Thompson · 11 years ago
  36. 5a5e8b7 Rename interestLifetime to interestLifetimeMilliseconds and make it a double by Jeff Thompson · 11 years ago
  37. 3423865 In the Interest constructor, set int values to -1 by Jeff Thompson · 11 years ago
  38. a899539 Don't need to include vector since Name.hpp does by Jeff Thompson · 11 years ago
  39. dd3d229 In set methods, make the argument const by Jeff Thompson · 11 years ago
  40. 8238d00 Added separate PublishPublicKeyDigest and use in Interest. by Jeff Thompson · 11 years ago
  41. eb316a8 Added setter methods. by Jeff Thompson · 11 years ago
  42. 12c2776 Added non-const getName and getExclude by Jeff Thompson · 11 years ago
  43. fe55686 Implement Interest Exclude by Jeff Thompson · 11 years ago
  44. 0a68172 Added const getters. by Jeff Thompson · 11 years ago
  45. d345a5b Use const where possible. by Jeff Thompson · 11 years ago
  46. f2e5e28 In structures, put minSuffixComponents before maxSuffixComponents by Jeff Thompson · 11 years ago
  47. d9e278c Implement get(struct ndn_Interest &) by Jeff Thompson · 11 years ago
  48. 47eecfc Change all copyright notices to refer to file COPYING by Jeff Thompson · 11 years ago
  49. 2255290 Implement ndn_decodeBinaryXMLInterest (except for Exclude) by Jeff Thompson · 11 years ago
  50. b7f9556 Added Interest by Jeff Thompson · 11 years ago