1. 27cae53 Name: Added Component toNumber and toNumberWithMarker. by Jeff Thompson · 11 years ago
  2. 9303453 Internal: Use C struct ndn_Blob where possible. Make ndn::Blob work with ndn_Blob. by Jeff Thompson · 11 years ago
  3. 3c2ab01 Name: Added equals. by Jeff Thompson · 11 years ago
  4. 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
  5. 10ad12a global: Rename unsigned char to uint8, DynamicUCharArray to DynamicUInt8Array and DynamicUCharVector to DynamicUInt8Vector. by Jeff Thompson · 11 years ago
  6. 26b0d79 Name: Added append(const Name& name). by Jeff Thompson · 11 years ago
  7. d0159d7 Name: Added getSubName. by Jeff Thompson · 11 years ago
  8. 6653b0b Name: Added toEscapedString to Component. by Jeff Thompson · 11 years ago
  9. 6c146d7 Name: Fix bug in makeSegment: need to create the initial vector. by Jeff Thompson · 11 years ago
  10. 24b7244 Name: Fix bug in match: Need to compare component *getValue() since it is now a Blob. by Jeff Thompson · 11 years ago
  11. d4144fe Added using namespace ndn::ptr_lib and remove ptr_lib:: by Jeff Thompson · 11 years ago
  12. 0050abe Code style: Put function return type on a line by itself. by Jeff Thompson · 11 years ago
  13. 46411c9 Change Component setFromEscapedString and setSegment to static makeFromEscapedString and makeSegment, and make the class read-only. by Jeff Thompson · 11 years ago
  14. c1c12e4 Change setFromEscapedString to take the string plus begin and end offsets. by Jeff Thompson · 11 years ago
  15. 7687dc0 All source files: Added UC Copyright. Added jefft0 email address. by Jeff Thompson · 11 years ago
  16. 9bdb3b2 Make Name::Component.getValue() return Blob& . by Jeff Thompson · 11 years ago
  17. 995aba5 Make Name::Component use a Blob. by Jeff Thompson · 11 years ago
  18. 1656e6a Code style: Declare (Type& value) instead of (Type &value) by Jeff Thompson · 11 years ago
  19. 15dc964 match should be a const method. by Jeff Thompson · 11 years ago
  20. ec7789a Make toEscapedString public static. by Jeff Thompson · 11 years ago
  21. cc35cd4 Added match by Jeff Thompson · 11 years ago
  22. 67515bd Added set(const char *uri) by Jeff Thompson · 11 years ago
  23. b8f1b13 Need to include <algorithm> for std::reverse. by Jeff Thompson · 11 years ago
  24. 8aac199 Added appendSegment by Jeff Thompson · 11 years ago
  25. 21844fc Added toUri and deprecated to_uri by Jeff Thompson · 11 years ago
  26. 5341219 Major code style change to rename all files to lower case. by Jeff Thompson · 11 years ago[Renamed (99%) from ndn-cpp/Name.cpp]
  27. d069486 In toEscapedString, output a single character instead of a string where possible. by Jeff Thompson · 11 years ago
  28. 5a6b5ab Change NameComponent to Name::Component inner class. by Jeff Thompson · 11 years ago
  29. dd3d229 In set methods, make the argument const by Jeff Thompson · 11 years ago
  30. d345a5b Use const where possible. by Jeff Thompson · 11 years ago
  31. 47eecfc Change all copyright notices to refer to file COPYING by Jeff Thompson · 11 years ago
  32. 5490977 Need to include stdexcept by Jeff Thompson · 11 years ago
  33. 443398d Implement Name(const char *uri) by Jeff Thompson · 11 years ago
  34. 26c63d6 Added trim and unescape. by Jeff Thompson · 11 years ago
  35. 4b2479a Implment to_uri with toEscapedString, by Jeff Thompson · 11 years ago
  36. 016ed64 Added NameComponent. by Jeff Thompson · 11 years ago
  37. ccb13c1 Added get(struct ndn_Name &) by Jeff Thompson · 11 years ago
  38. b468c31 Added set(struct ndn_Name &) by Jeff Thompson · 11 years ago
  39. e606351 Added to_uri by Jeff Thompson · 11 years ago
  40. 4881511 Move to use Name.cpp by Jeff Thompson · 11 years ago
  41. 9c41dfe Use separate WireFormat class to handle encoding Name, Interest, etc. by Jeff Thompson · 11 years ago