1. 3188c403 name: delete deprecated Name::set method by Junxiao Shi · 8 years ago
  2. 4f512fb name: Add Name::deepCopy to allow memory optimizations by Alexander Afanasyev · 8 years ago
  3. 18cf81b docs: fix several doxygen errors by Davide Pesavento · 9 years ago
  4. 0d2ed2e Enhance exception throwing with Boost Exception library by Spyridon Mastorakis · 9 years ago
  5. d5c48e0 encoding: Improving structure and documentation of block helpers by Alexander Afanasyev · 9 years ago
  6. 6f7cfd0 name: Allow negative start index in getSubName method by Joao Pereira · 9 years ago
  7. aa8fd16 name: don't restrict compare return value to {-1,0,1} by Joao Pereira · 9 years ago
  8. c89efb4 name: Deprecation of Name::set methods, move constructors to .cpp, and documentation update by Alexander Afanasyev · 9 years ago
  9. 7463389 encoding: Refactoring EncodingBuffer by Alexander Afanasyev · 9 years ago
  10. a6452ac name: partial Name comparison by Junxiao Shi · 9 years ago
  11. 6486d52 name: Add support for ImplicitSha256DigestComponent by Alexander Afanasyev · 10 years ago
  12. 90e2358 name: Add std::hash<Name> to support unordered_map container by Yingdi Yu · 10 years ago
  13. 15f6731 name: Make use of naming conventions for segment, version, timestamp, and sequence number encoding by Alexander Afanasyev · 10 years ago
  14. 54ce668 all: rename Tlv namespace to tlv for consistency by Steve DiBenedetto · 10 years ago
  15. 5aa8c74 name: New method to get "successor" of a name by Shuo Chen · 10 years ago
  16. 197e565 data: Optimize Data signing by Alexander Afanasyev · 10 years ago
  17. c169a81 src: Switching to LGPL 3.0 license by Alexander Afanasyev · 10 years ago
  18. 9c57818 src: Making use of DEPRECATED macro and updating library code not to use deprecated methods by Alexander Afanasyev · 10 years ago
  19. 258ec2b src: Refactoring common.hpp and minimizing exposed includes by Alexander Afanasyev · 10 years ago
  20. f73f063 src: Removing unnecessary use of cref() in concert with make_shared by Alexander Afanasyev · 10 years ago
  21. dfa52c4 docs: Updating documentation and license boilerplates in all files by Alexander Afanasyev · 10 years ago
  22. 2a7f720 exceptions: Make Tlv::Error a base class for all packet-processing exceptions by Alexander Afanasyev · 10 years ago
  23. fdbfc6d src: Improving consistency and correcting code style by Alexander Afanasyev · 10 years ago
  24. 1dd95c5 src: Enabling -Werror in debug mode and some style updates by Alexander Afanasyev · 10 years ago
  25. 4b98e8c name: Implementing appendNumber/toNumber to use nonNegativeInteger by Alexander Afanasyev · 10 years ago
  26. 0df2836 name: Implementing ``operator>>`` method to constuct Name from standard input by Alexander Afanasyev · 10 years ago
  27. c145d49 tlv, name: add missing FaceEventKind TLV, deprecate Name::appendVersion/Segment by Steve DiBenedetto · 10 years ago
  28. c234429 name: Make 'at' method to check if requested components is in bounds by Alexander Afanasyev · 10 years ago
  29. 6d48bc1 management: Finalizing LocalControlHeader implementation by Alexander Afanasyev · 10 years ago
  30. c348f83 encoding: Optimized encoding of Interest and related data structures by Alexander Afanasyev · 10 years ago
  31. 2ff94df encoding: Removing unnecessary explicit instantiations of wireEncode by Alexander Afanasyev · 10 years ago
  32. bf9671d management: Fixing regression with ndnd prefix/face registration by Alexander Afanasyev · 10 years ago
  33. 29e5c3d encoding: Fixing Block (and as a result Name) encoding bugs by Alexander Afanasyev · 10 years ago
  34. 380420b name: Converting name to use EncodingBuffer by Alexander Afanasyev · 10 years ago
  35. 52eb20d name: Fixes and improvements in Name and name::Component classes by Alexander Afanasyev · 10 years ago
  36. 95e8c2f name: Optimization of Name implementation by Alexander Afanasyev · 10 years ago
  37. 7794921 fast-encoding: implement fast encoding for Name, NameComponent and FibManagementOptions, including test case. by Wentao Shang · 10 years ago
  38. 09c613f src: Another round of source updates: moving all headers close to implementation files by Alexander Afanasyev · 10 years ago[Renamed from include/ndn-cpp-dev/name.hpp]
  39. b790d95 face+node: Improving async operations by Alexander Afanasyev · 10 years ago
  40. afc45a9 name: Added compare and comparison operators. Remove breadthFirstLess by Jeff Thompson · 11 years ago
  41. 61ec272 renaming: ndn-cpp to ndn-cpp-dev by Yingdi Yu · 11 years ago[Renamed from include/ndn-cpp/name.hpp]
  42. 5874333 name: Small implementation changes by Alexander Afanasyev · 11 years ago
  43. 2a74276 name: Updating toEscapedString interface by Alexander Afanasyev · 11 years ago
  44. 594cdb2 name: Two more append methods by Alexander Afanasyev · 11 years ago
  45. 848c61a name: More changes related to TLV encoding/decoding implementation by Alexander Afanasyev · 11 years ago
  46. af283d8 name: Converting Name to TLV by Alexander Afanasyev · 11 years ago
  47. 8f9aa8bed name: allow negative argument for 'get' method to get component from the back by Alexander Afanasyev · 11 years ago
  48. 82568ad Name: Added function breadthFirstLess to use in sort, and function object BreadthFirstLess to use in map. by Jeff Thompson · 11 years ago
  49. 7781b39 Name: In set and fromEscapedString, support std::string as well as char *. by Jeff Thompson · 11 years ago
  50. eb0358f Name: In getPrefix, support a negative argument, e.g. getPrefix(-1). Refs #1086. by Jeff Thompson · 11 years ago
  51. a98000c Name: In Name::Component, added operator<, etc. for comparison. Refs #1085. by Jeff Thompson · 11 years ago
  52. 0849359 Name: Fix doc comments. by Jeff Thompson · 11 years ago
  53. c7d6550 Name: Fix typo in comment. by Jeff Thompson · 11 years ago
  54. eba62eb Name: Mark getComponentCount and getComponent as deprecated. Use size and get. by Jeff Thompson · 11 years ago
  55. d8e53e6 Name (internal): Make fromEscapedString return a Blob and make it a member of Name. by Jeff Thompson · 11 years ago
  56. d760236 Name: Remove unused append(const char *). Should use fromEscapedString for clarity. by Jeff Thompson · 11 years ago
  57. 27b2bf9 Name: Need to include string.h to get ::strlen. by Jeff Thompson · 11 years ago
  58. 16c56cc Name: Added append(const char*) by Jeff Thompson · 11 years ago
  59. d129ac1 Name: Added appendVersion. Added Name::Component::fromNumberWithMarker. by Jeff Thompson · 11 years ago
  60. 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]
  61. 50b3791 Name: Added toSegment and toVersion. by Jeff Thompson · 11 years ago
  62. 27cae53 Name: Added Component toNumber and toNumberWithMarker. by Jeff Thompson · 11 years ago
  63. 9303453 Internal: Use C struct ndn_Blob where possible. Make ndn::Blob work with ndn_Blob. by Jeff Thompson · 11 years ago
  64. 49e321a Name: added operator << for ostream. by Jeff Thompson · 11 years ago
  65. 91737f5 Added operator == and != by Jeff Thompson · 11 years ago
  66. ec39fbd Added vector equivalent interface methods. by Jeff Thompson · 11 years ago
  67. 3c2ab01 Name: Added equals. by Jeff Thompson · 11 years ago
  68. 21eb721 Name: Added append method which takes a Component. by Jeff Thompson · 11 years ago
  69. 3549ef3 Name: Added constructor for string. by Jeff Thompson · 11 years ago
  70. 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
  71. 10ad12a global: Rename unsigned char to uint8, DynamicUCharArray to DynamicUInt8Array and DynamicUCharVector to DynamicUInt8Vector. by Jeff Thompson · 11 years ago
  72. 26b0d79 Name: Added append(const Name& name). by Jeff Thompson · 11 years ago
  73. d0159d7 Name: Added getSubName. by Jeff Thompson · 11 years ago
  74. 0aa66f2 Name: Added appendComponent, deprecated addComponent. by Jeff Thompson · 11 years ago
  75. 6653b0b Name: Added toEscapedString to Component. by Jeff Thompson · 11 years ago
  76. 0050abe Code style: Put function return type on a line by itself. by Jeff Thompson · 11 years ago
  77. 46411c9 Change Component setFromEscapedString and setSegment to static makeFromEscapedString and makeSegment, and make the class read-only. by Jeff Thompson · 11 years ago
  78. c1c12e4 Change setFromEscapedString to take the string plus begin and end offsets. by Jeff Thompson · 11 years ago
  79. 7687dc0 All source files: Added UC Copyright. Added jefft0 email address. by Jeff Thompson · 11 years ago
  80. 0f74345 In Component, added constructor that takes a Blob. by Jeff Thompson · 11 years ago
  81. 05c8c1b In Name::Component.get, set value to 0 for 0 size. by Jeff Thompson · 11 years ago
  82. 9bdb3b2 Make Name::Component.getValue() return Blob& . by Jeff Thompson · 11 years ago
  83. 995aba5 Make Name::Component use a Blob. by Jeff Thompson · 11 years ago
  84. 1656e6a Code style: Declare (Type& value) instead of (Type &value) by Jeff Thompson · 11 years ago
  85. 15dc964 match should be a const method. by Jeff Thompson · 11 years ago
  86. a166b73 For component value, should pass const unsigned char *. by Jeff Thompson · 11 years ago
  87. ec7789a Make toEscapedString public static. by Jeff Thompson · 11 years ago
  88. cc35cd4 Added match by Jeff Thompson · 11 years ago
  89. f72b1ac Added addComponent(vector<unsigned char>) by Jeff Thompson · 11 years ago
  90. 67515bd Added set(const char *uri) by Jeff Thompson · 11 years ago
  91. 38d0e08 Change the ExcludeEntry to use a name component directly. by Jeff Thompson · 11 years ago
  92. 8aac199 Added appendSegment by Jeff Thompson · 11 years ago
  93. 2d27e2f Convert tabs to spaces. by Jeff Thompson · 11 years ago
  94. 21844fc Added toUri and deprecated to_uri by Jeff Thompson · 11 years ago
  95. 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]
  96. 5a6b5ab Change NameComponent to Name::Component inner class. by Jeff Thompson · 11 years ago
  97. 3f2175b Added a Name constructor taking the array of components. Updated doc comments. by Jeff Thompson · 11 years ago
  98. a234d5d In WireFormat, remove encodeName and decodeName since a name doesn't go over the wire. by Jeff Thompson · 11 years ago
  99. dd3d229 In set methods, make the argument const by Jeff Thompson · 11 years ago
  100. d345a5b Use const where possible. by Jeff Thompson · 11 years ago