- a98000c Name: In Name::Component, added operator<, etc. for comparison. Refs #1085. by Jeff Thompson · 11 years ago
- 0849359 Name: Fix doc comments. by Jeff Thompson · 11 years ago
- c7d6550 Name: Fix typo in comment. by Jeff Thompson · 11 years ago
- eba62eb Name: Mark getComponentCount and getComponent as deprecated. Use size and get. by Jeff Thompson · 11 years ago
- d8e53e6 Name (internal): Make fromEscapedString return a Blob and make it a member of Name. by Jeff Thompson · 11 years ago
- d760236 Name: Remove unused append(const char *). Should use fromEscapedString for clarity. by Jeff Thompson · 11 years ago
- 27b2bf9 Name: Need to include string.h to get ::strlen. by Jeff Thompson · 11 years ago
- 16c56cc Name: Added append(const char*) by Jeff Thompson · 11 years ago
- d129ac1 Name: Added appendVersion. Added Name::Component::fromNumberWithMarker. by Jeff Thompson · 11 years ago
- 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 (97%) from ndn-cpp/name.hpp]
- 50b3791 Name: Added toSegment and toVersion. by Jeff Thompson · 11 years ago
- 27cae53 Name: Added Component toNumber and toNumberWithMarker. by Jeff Thompson · 11 years ago
- 9303453 Internal: Use C struct ndn_Blob where possible. Make ndn::Blob work with ndn_Blob. by Jeff Thompson · 11 years ago
- 49e321a Name: added operator << for ostream. by Jeff Thompson · 11 years ago
- 91737f5 Added operator == and != by Jeff Thompson · 11 years ago
- ec39fbd Added vector equivalent interface methods. by Jeff Thompson · 11 years ago
- 3c2ab01 Name: Added equals. by Jeff Thompson · 11 years ago
- 21eb721 Name: Added append method which takes a Component. by Jeff Thompson · 11 years ago
- 3549ef3 Name: Added constructor for string. by Jeff Thompson · 11 years ago
- 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
- 10ad12a global: Rename unsigned char to uint8, DynamicUCharArray to DynamicUInt8Array and DynamicUCharVector to DynamicUInt8Vector. by Jeff Thompson · 11 years ago
- 26b0d79 Name: Added append(const Name& name). by Jeff Thompson · 11 years ago
- d0159d7 Name: Added getSubName. by Jeff Thompson · 11 years ago
- 0aa66f2 Name: Added appendComponent, deprecated addComponent. by Jeff Thompson · 11 years ago
- 6653b0b Name: Added toEscapedString to Component. by Jeff Thompson · 11 years ago
- 0050abe Code style: Put function return type on a line by itself. by Jeff Thompson · 11 years ago
- 46411c9 Change Component setFromEscapedString and setSegment to static makeFromEscapedString and makeSegment, and make the class read-only. by Jeff Thompson · 11 years ago
- c1c12e4 Change setFromEscapedString to take the string plus begin and end offsets. by Jeff Thompson · 11 years ago
- 7687dc0 All source files: Added UC Copyright. Added jefft0 email address. by Jeff Thompson · 11 years ago
- 0f74345 In Component, added constructor that takes a Blob. by Jeff Thompson · 11 years ago
- 05c8c1b In Name::Component.get, set value to 0 for 0 size. by Jeff Thompson · 11 years ago
- 9bdb3b2 Make Name::Component.getValue() return Blob& . by Jeff Thompson · 11 years ago
- 995aba5 Make Name::Component use a Blob. by Jeff Thompson · 11 years ago
- 1656e6a Code style: Declare (Type& value) instead of (Type &value) by Jeff Thompson · 11 years ago
- 15dc964 match should be a const method. by Jeff Thompson · 11 years ago
- a166b73 For component value, should pass const unsigned char *. by Jeff Thompson · 11 years ago
- ec7789a Make toEscapedString public static. by Jeff Thompson · 11 years ago
- cc35cd4 Added match by Jeff Thompson · 11 years ago
- f72b1ac Added addComponent(vector<unsigned char>) by Jeff Thompson · 11 years ago
- 67515bd Added set(const char *uri) by Jeff Thompson · 11 years ago
- 38d0e08 Change the ExcludeEntry to use a name component directly. by Jeff Thompson · 11 years ago
- 8aac199 Added appendSegment by Jeff Thompson · 11 years ago
- 2d27e2f Convert tabs to spaces. by Jeff Thompson · 11 years ago
- 21844fc Added toUri and deprecated to_uri by Jeff Thompson · 11 years ago
- 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]
- 5a6b5ab Change NameComponent to Name::Component inner class. by Jeff Thompson · 11 years ago
- 3f2175b Added a Name constructor taking the array of components. Updated doc comments. by Jeff Thompson · 11 years ago
- a234d5d In WireFormat, remove encodeName and decodeName since a name doesn't go over the wire. by Jeff Thompson · 11 years ago
- dd3d229 In set methods, make the argument const by Jeff Thompson · 11 years ago
- d345a5b Use const where possible. by Jeff Thompson · 11 years ago
- 47eecfc Change all copyright notices to refer to file COPYING by Jeff Thompson · 11 years ago
- 76f63ca Don't need to include "common.h" by Jeff Thompson · 11 years ago
- 8b27e3a In set, fix comment. by Jeff Thompson · 11 years ago
- 443398d Implement Name(const char *uri) by Jeff Thompson · 11 years ago
- 2a749d1 Added decode that takes a vector & by Jeff Thompson · 11 years ago
- 016ed64 Added NameComponent. by Jeff Thompson · 11 years ago
- ccb13c1 Added get(struct ndn_Name &) by Jeff Thompson · 11 years ago
- b468c31 Added set(struct ndn_Name &) by Jeff Thompson · 11 years ago
- e606351 Added to_uri by Jeff Thompson · 11 years ago
- e5f839b Added addComponent, clear and getComponentCount by Jeff Thompson · 11 years ago
- 4238071 Make decode take unsigned char *input, unsigned int inputLength by Jeff Thompson · 11 years ago
- 9c41dfe Use separate WireFormat class to handle encoding Name, Interest, etc. by Jeff Thompson · 11 years ago