1. ce11576 In all .cpp files, remove using namespace ndn::ptr_lib and explicitly use ptr_lib::shared_ptr and make_shared. by Jeff Thompson · 11 years ago
  2. 82568ad Name: Added function breadthFirstLess to use in sort, and function object BreadthFirstLess to use in map. by Jeff Thompson · 11 years ago
  3. a98000c Name: In Name::Component, added operator<, etc. for comparison. Refs #1085. by Jeff Thompson · 11 years ago
  4. f68a74a Fix from clang compiler warnings: Use explicit parentheses. by Jeff Thompson · 11 years ago
  5. 3a71563 Name: Change to not use the deprecated addComponent. by Jeff Thompson · 11 years ago
  6. d8e53e6 Name (internal): Make fromEscapedString return a Blob and make it a member of Name. by Jeff Thompson · 11 years ago
  7. 2db6037 files: Rename ndn-cpp/ to src/. Updated Makefile.am. Refs #1054. by Jeff Thompson · 11 years ago[Renamed from ndn-cpp/name.cpp]
  8. ab5440f security: In BasicIdentityStorage constructor, don't warn if identityDir already exists. by Jeff Thompson · 11 years ago