1. 0f74345 In Component, added constructor that takes a Blob. by Jeff Thompson · 11 years ago
  2. 05c8c1b In Name::Component.get, set value to 0 for 0 size. by Jeff Thompson · 11 years ago
  3. 9bdb3b2 Make Name::Component.getValue() return Blob& . by Jeff Thompson · 11 years ago
  4. 995aba5 Make Name::Component use a Blob. by Jeff Thompson · 11 years ago
  5. 1656e6a Code style: Declare (Type& value) instead of (Type &value) by Jeff Thompson · 11 years ago
  6. 15dc964 match should be a const method. by Jeff Thompson · 11 years ago
  7. a166b73 For component value, should pass const unsigned char *. by Jeff Thompson · 11 years ago
  8. ec7789a Make toEscapedString public static. by Jeff Thompson · 11 years ago
  9. cc35cd4 Added match by Jeff Thompson · 11 years ago
  10. f72b1ac Added addComponent(vector<unsigned char>) by Jeff Thompson · 11 years ago
  11. 67515bd Added set(const char *uri) by Jeff Thompson · 11 years ago
  12. 38d0e08 Change the ExcludeEntry to use a name component directly. by Jeff Thompson · 11 years ago
  13. 8aac199 Added appendSegment by Jeff Thompson · 11 years ago
  14. 2d27e2f Convert tabs to spaces. by Jeff Thompson · 11 years ago
  15. 21844fc Added toUri and deprecated to_uri by Jeff Thompson · 11 years ago
  16. 5341219 Major code style change to rename all files to lower case. by Jeff Thompson · 11 years ago[Renamed (98%) from ndn-cpp/Name.hpp]
  17. 5a6b5ab Change NameComponent to Name::Component inner class. by Jeff Thompson · 11 years ago
  18. 3f2175b Added a Name constructor taking the array of components. Updated doc comments. by Jeff Thompson · 11 years ago
  19. a234d5d In WireFormat, remove encodeName and decodeName since a name doesn't go over the wire. by Jeff Thompson · 11 years ago
  20. dd3d229 In set methods, make the argument const by Jeff Thompson · 11 years ago
  21. d345a5b Use const where possible. by Jeff Thompson · 11 years ago
  22. 47eecfc Change all copyright notices to refer to file COPYING by Jeff Thompson · 11 years ago
  23. 76f63ca Don't need to include "common.h" by Jeff Thompson · 11 years ago
  24. 8b27e3a In set, fix comment. by Jeff Thompson · 11 years ago
  25. 443398d Implement Name(const char *uri) by Jeff Thompson · 11 years ago
  26. 2a749d1 Added decode that takes a vector & by Jeff Thompson · 11 years ago
  27. 016ed64 Added NameComponent. by Jeff Thompson · 11 years ago
  28. ccb13c1 Added get(struct ndn_Name &) by Jeff Thompson · 11 years ago
  29. b468c31 Added set(struct ndn_Name &) by Jeff Thompson · 11 years ago
  30. e606351 Added to_uri by Jeff Thompson · 11 years ago
  31. e5f839b Added addComponent, clear and getComponentCount by Jeff Thompson · 11 years ago
  32. 4238071 Make decode take unsigned char *input, unsigned int inputLength by Jeff Thompson · 11 years ago
  33. 9c41dfe Use separate WireFormat class to handle encoding Name, Interest, etc. by Jeff Thompson · 11 years ago