1. 258d51a encoding: make Block convertible to span by Davide Pesavento · 2 years, 5 months ago
  2. df8fd8a name: convert to span by Davide Pesavento · 2 years, 5 months ago
  3. 47a94d1 encoding: update to revision 3 of the naming conventions by Davide Pesavento · 2 years, 9 months ago
  4. a39c0b5 name: select canonical vs alternate URI representation by Junxiao Shi · 4 years, 7 months ago
  5. adc9aa2 interest: add support for ParametersSha256DigestComponent by Davide Pesavento · 5 years ago
  6. 923ba44 Replace all uses of BOOST_THROW_EXCEPTION with NDN_THROW by Davide Pesavento · 5 years ago
  7. 6b99b6f Add MetadataObject class to encode/decode RDR-style metadata by Chavoosh Ghasemi · 6 years ago
  8. 7e78064 Change #include style by Davide Pesavento · 6 years ago
  9. 1944281 Rename 'src' directory to 'ndn-cxx' by Davide Pesavento · 6 years ago[Renamed from src/name.cpp]
  10. cf0aff8 name: accommodate typed components in getSuccessor by Junxiao Shi · 6 years ago
  11. 9c9672e name: don't strip whitespace when parsing URI by Junxiao Shi · 6 years ago
  12. 88a0d81 Add -Wextra-semi -Wundefined-func-template to the default CXXFLAGS by Davide Pesavento · 7 years ago
  13. adc334e name: ensure Name is a RandomAccessRange by Junxiao Shi · 7 years ago
  14. 71ff231 name: reorganize Name class by Junxiao Shi · 7 years ago
  15. dd46143 util: remove unnecessary trim/trimLeft/trimRight wrappers by Davide Pesavento · 7 years ago
  16. 3188c403 name: delete deprecated Name::set method by Junxiao Shi · 8 years ago
  17. 4f512fb name: Add Name::deepCopy to allow memory optimizations by Alexander Afanasyev · 8 years ago
  18. 66ca203 src: Remove unnecessary std::move to allow copy elision by Alexander Afanasyev · 9 years ago
  19. 0d2ed2e Enhance exception throwing with Boost Exception library by Spyridon Mastorakis · 9 years ago
  20. d5c48e0 encoding: Improving structure and documentation of block helpers by Alexander Afanasyev · 9 years ago
  21. 6f7cfd0 name: Allow negative start index in getSubName method by Joao Pereira · 9 years ago
  22. aa8fd16 name: don't restrict compare return value to {-1,0,1} by Joao Pereira · 9 years ago
  23. d7eacc7 name: Make sure empty name component (...) is not skipped during URI decoding by Alexander Afanasyev · 9 years ago
  24. c89efb4 name: Deprecation of Name::set methods, move constructors to .cpp, and documentation update by Alexander Afanasyev · 9 years ago
  25. 7463389 encoding: Refactoring EncodingBuffer by Alexander Afanasyev · 9 years ago
  26. a6452ac name: partial Name comparison by Junxiao Shi · 9 years ago
  27. 6486d52 name: Add support for ImplicitSha256DigestComponent by Alexander Afanasyev · 10 years ago
  28. 90e2358 name: Add std::hash<Name> to support unordered_map container by Yingdi Yu · 10 years ago
  29. c2b8d24 base: ensure Element::Error inherits from tlv::Error by Junxiao Shi · 10 years ago
  30. 937e461 name: correct Marker in Name::appendVersion() by Junxiao Shi · 10 years ago
  31. 15f6731 name: Make use of naming conventions for segment, version, timestamp, and sequence number encoding by Alexander Afanasyev · 10 years ago
  32. 1dd95c5 src: Enabling -Werror in debug mode and some style updates by Alexander Afanasyev · 10 years ago
  33. 4b98e8c name: Implementing appendNumber/toNumber to use nonNegativeInteger by Alexander Afanasyev · 10 years ago
  34. aa0e7da all: Refactoring work with time using boost::chrono by Alexander Afanasyev · 10 years ago
  35. e2dcdfd build: Experimental support to build using precompiled headers by Alexander Afanasyev · 10 years ago
  36. 52eb20d name: Fixes and improvements in Name and name::Component classes by Alexander Afanasyev · 10 years ago
  37. 95e8c2f name: Optimization of Name implementation by Alexander Afanasyev · 10 years ago
  38. 7794921 fast-encoding: implement fast encoding for Name, NameComponent and FibManagementOptions, including test case. by Wentao Shang · 10 years ago
  39. 09c613f src: Another round of source updates: moving all headers close to implementation files by Alexander Afanasyev · 10 years ago
  40. 1e0a077 build: Fixing build and unit tests by Alexander Afanasyev · 10 years ago
  41. d409d59 build: Finalizing waf building system (removing legacy code) by Alexander Afanasyev · 10 years ago
  42. afc45a9 name: Added compare and comparison operators. Remove breadthFirstLess by Jeff Thompson · 11 years ago
  43. 61ec272 renaming: ndn-cpp to ndn-cpp-dev by Yingdi Yu · 11 years ago
  44. 7b4a7fc name+data: Small improvements by Alexander Afanasyev · 11 years ago
  45. 2a74276 name: Updating toEscapedString interface by Alexander Afanasyev · 11 years ago
  46. 594cdb2 name: Two more append methods by Alexander Afanasyev · 11 years ago
  47. 848c61a name: More changes related to TLV encoding/decoding implementation by Alexander Afanasyev · 11 years ago
  48. af283d8 name: Converting Name to TLV by Alexander Afanasyev · 11 years ago
  49. 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
  50. 82568ad Name: Added function breadthFirstLess to use in sort, and function object BreadthFirstLess to use in map. 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. f68a74a Fix from clang compiler warnings: Use explicit parentheses. by Jeff Thompson · 11 years ago
  53. 3a71563 Name: Change to not use the deprecated addComponent. by Jeff Thompson · 11 years ago
  54. d8e53e6 Name (internal): Make fromEscapedString return a Blob and make it a member of Name. by Jeff Thompson · 11 years ago
  55. 2db6037 files: Rename ndn-cpp/ to src/. Updated Makefile.am. Refs #1054. by Jeff Thompson · 11 years ago[Renamed from ndn-cpp/name.cpp]
  56. ab5440f security: In BasicIdentityStorage constructor, don't warn if identityDir already exists. by Jeff Thompson · 11 years ago