1. 5a6b5ab Change NameComponent to Name::Component inner class. by Jeff Thompson · 11 years ago
  2. 3f2175b Added a Name constructor taking the array of components. Updated doc comments. by Jeff Thompson · 11 years ago
  3. a234d5d In WireFormat, remove encodeName and decodeName since a name doesn't go over the wire. by Jeff Thompson · 11 years ago
  4. dd3d229 In set methods, make the argument const by Jeff Thompson · 11 years ago
  5. d345a5b Use const where possible. by Jeff Thompson · 11 years ago
  6. 47eecfc Change all copyright notices to refer to file COPYING by Jeff Thompson · 11 years ago
  7. 76f63ca Don't need to include "common.h" by Jeff Thompson · 11 years ago
  8. 8b27e3a In set, fix comment. by Jeff Thompson · 11 years ago
  9. 443398d Implement Name(const char *uri) by Jeff Thompson · 11 years ago
  10. 2a749d1 Added decode that takes a vector & by Jeff Thompson · 11 years ago
  11. 016ed64 Added NameComponent. by Jeff Thompson · 11 years ago
  12. ccb13c1 Added get(struct ndn_Name &) by Jeff Thompson · 11 years ago
  13. b468c31 Added set(struct ndn_Name &) by Jeff Thompson · 11 years ago
  14. e606351 Added to_uri by Jeff Thompson · 11 years ago
  15. e5f839b Added addComponent, clear and getComponentCount by Jeff Thompson · 11 years ago
  16. 4238071 Make decode take unsigned char *input, unsigned int inputLength by Jeff Thompson · 11 years ago
  17. 9c41dfe Use separate WireFormat class to handle encoding Name, Interest, etc. by Jeff Thompson · 11 years ago