1. 502b479 encoding: replace the route origin selflearning with prefixann by Teng Liang · 6 years ago
  2. 2b322eb encoding: provide _block literal operator by Junxiao Shi · 6 years ago
  3. 426d500 encoding: update number assignments by Junxiao Shi · 6 years ago
  4. 4053bd5 name: recognize ParametersSha256DigestComponent by Junxiao Shi · 6 years ago
  5. 68b5385 docs: update code-style rule 2.24 by Junxiao Shi · 6 years ago
  6. 3b101d0 Use std::move in more places by Davide Pesavento · 6 years ago
  7. 3a3e188 encoding+util: ensure move constructors are properly declared by Davide Pesavento · 6 years ago
  8. 570b20d encoding+lp: declare constexpr and noexcept where possible by Davide Pesavento · 6 years ago
  9. 14883ad encoding: use Boost.Endian for endianness conversions by Davide Pesavento · 6 years ago
  10. db4da5e Improve and simplify code with modern C++ features by Davide Pesavento · 6 years ago
  11. 3c9bc04 mgmt: add Mtu to faces/create and FaceStatus by Eric Newberry · 6 years ago
  12. 1fd0024 build: switch to C++14 by Davide Pesavento · 6 years ago
  13. 844b093 build: require gcc >= 5.3, boost >= 1.58, openssl >= 1.0.2 by Davide Pesavento · 6 years ago
  14. c93c2ce encoding: add route origin for self-learning by Teng Liang · 6 years ago
  15. 72c0c64 encoding: provide FormattedOutputFunction for Block by Junxiao Shi · 6 years ago
  16. 6efa3b7 interest: recognize Interest in Packet Format v0.3 by Junxiao Shi · 6 years ago
  17. a2550a9 encoding: declare TLV-TYPE constants for Packet Format v0.3 by Junxiao Shi · 6 years ago
  18. cf4ac5b name-component: recognize typed name components by Junxiao Shi · 6 years ago
  19. 5e2ccca mgmt: fix conflicting TLV-TYPE assignment by Davide Pesavento · 7 years ago
  20. 07d05c9 mgmt: add congestion marking parameters by Eric Newberry · 7 years ago
  21. 22f8568 mgmt: declare cs/config command by Junxiao Shi · 7 years ago
  22. 1534b3d encoding: delete obsolete TLV-TYPE constants by Junxiao Shi · 7 years ago
  23. 7f01247 mgmt: encode/decode CS Information Dataset by Junxiao Shi · 7 years ago
  24. 7e6f6f8 encoding: avoid UB when casting to tlv::SignatureTypeValue by Davide Pesavento · 7 years ago
  25. e245b05 encoding: don't call memcmp() with null pointer by Davide Pesavento · 7 years ago
  26. 35de339 encoding: don't inherit constructors from std::vector by Davide Pesavento · 7 years ago
  27. 5d0b010 encoding: remove duplicate buf() and get() methods from Buffer class by Davide Pesavento · 7 years ago
  28. b10024c encoding: delete deprecated overload of Block::Block by Davide Pesavento · 7 years ago
  29. 4a03615 encoding: delete deprecated NInDatas and NOutDatas by Davide Pesavento · 7 years ago
  30. adc7184 security: Remove old security framework by Alexander Afanasyev · 8 years ago
  31. 0daa92b encoding: use an enum for EncoderTag and EstimatorTag by Davide Pesavento · 7 years ago
  32. 88a0d81 Add -Wextra-semi -Wundefined-func-template to the default CXXFLAGS by Davide Pesavento · 7 years ago
  33. 5c9ee28 encoding: disallow bool in Encoder::prependRange etc by Junxiao Shi · 7 years ago
  34. 5d75fd9 mgmt: check enum range during decoding by Junxiao Shi · 7 years ago
  35. 9da07c5 encoding: reorganize block-helpers code by Junxiao Shi · 7 years ago
  36. 7d3c14b Refer to TLV-TYPE as "number" instead of "code" by Junxiao Shi · 7 years ago
  37. d2777fa encoding: optimize Block::encode by Junxiao Shi · 7 years ago
  38. 760cc7b encoding: Block::fromStream properly handles TLV-LENGTH=0 by Junxiao Shi · 7 years ago
  39. 4ab3be2 encoding: generalize and simplify shouldSelectContiguousReadNumber() by Davide Pesavento · 7 years ago
  40. dc4277a tests: improve Block test suite by Junxiao Shi · 7 years ago
  41. b501b12 encoding: delete LocalControlHeader constants by Junxiao Shi · 7 years ago
  42. 46a9bd3 encoding: avoid misaligned memory accesses in TLV decoding by Junxiao Shi · 7 years ago
  43. db7464d encoding: reorganize Block class code by Junxiao Shi · 7 years ago
  44. 251e5f7 encoding: add reliability Face management flag by Eric Newberry · 7 years ago
  45. c18aa19 encoding: write nonNegativeInteger 253-255 as one octet by Junxiao Shi · 7 years ago
  46. 688a641 Introduce Delegation and DelegationList by Junxiao Shi · 7 years ago
  47. e6835fe Remove previously deprecated headers, methods, and constants by Alexander Afanasyev · 8 years ago
  48. 6336c5f encoding: RouteOrigin stream extraction operator by Junxiao Shi · 7 years ago
  49. 9a53d78 mgmt: rename 'datas' to 'data' in FaceStatus and ForwarderStatus by Junxiao Shi · 7 years ago
  50. b4ecadc encoding: add ad hoc link type to ndn::nfd::LinkType enum by Teng Liang · 7 years ago
  51. cf41576 util: backport std::experimental::ostream_joiner by Davide Pesavento · 8 years ago
  52. e78eeca util: add printHex() overload that takes a uint64_t by Davide Pesavento · 8 years ago
  53. 56bd3ee encoding: explicitly declare RouteFlags as uint64_t by Davide Pesavento · 8 years ago
  54. e178989 src: minor updates to common.hpp and common-pch.hpp by Davide Pesavento · 8 years ago
  55. e55589c encoding+mgmt: move FaceEventKind to nfd-constants by Davide Pesavento · 8 years ago
  56. f8503d2 encoding+mgmt: fix definition of INVALID_FACE_ID by Davide Pesavento · 8 years ago
  57. 5f1820e security: Implement operator<< for v2::Certificate by Alexander Afanasyev · 8 years ago
  58. 16cbc4f encoding: optimize BufferAppendDevice::write by Davide Pesavento · 8 years ago
  59. 02b5125 encoding: OBufferStream closes stream in destructor by Junxiao Shi · 8 years ago
  60. a88c9c7 encoding: OBufferStream code style corrections by Junxiao Shi · 8 years ago
  61. 2fa5939 security: Reorganizing source code to prepare for support of two version of NDN certificates by Alexander Afanasyev · 8 years ago
  62. da916d6 management: add Flags and Mask fields to faces/create and faces/update by Eric Newberry · 8 years ago
  63. 3e62a83 security: Add SafeBag by Zhiyi Zhang · 9 years ago
  64. 19d7a57 encoding: delete deprecated Block::fromBuffer and block helpers by Junxiao Shi · 8 years ago
  65. 6617e49 Update copyright notices for files modified in 2016 by Junxiao Shi · 9 years ago
  66. 8b15655 Replace hardcoded values in ndn-cxx by MAX_NDN_PACKET_SIZE by susmit · 9 years ago
  67. 18ef4de encoding: add NONE to FaceScope, FacePersistency, LinkType by Junxiao Shi · 9 years ago
  68. 8f5cbdc Fix int vs. ssize_t type confusion by Davide Pesavento · 9 years ago
  69. f2a4622 docs: API documentation fixes by Alexander Afanasyev · 9 years ago
  70. 18cf81b docs: fix several doxygen errors by Davide Pesavento · 9 years ago
  71. 73e3004 docs: Correct copyright statements by Alexander Afanasyev · 9 years ago
  72. 95bd96a management: NACK counters by Eric Newberry · 9 years ago
  73. 4448d29 block: Add constructor to create sub-blocks using the underlying buffer by Alexander Afanasyev · 9 years ago
  74. 0d2ed2e Enhance exception throwing with Boost Exception library by Spyridon Mastorakis · 9 years ago
  75. ea38294 security: Add AdditionalInfo into SignatureInfo by Yingdi Yu · 9 years ago
  76. 7a81389 security: Add ValidityPeriod abstraction by Yingdi Yu · 9 years ago
  77. a3d9fc0 encoding: Block::remove now removes all subelements of type by Eric Newberry · 9 years ago
  78. 7476ebf encoding: Block::insert by Joao Pereira · 9 years ago
  79. 9c2a9a8 encoding: move Block methods to .cpp by Joao Pereira · 9 years ago
  80. 8868140 Add `noexcept` to move constructors and move assignment operators by Junxiao Shi · 9 years ago
  81. d5c48e0 encoding: Improving structure and documentation of block helpers by Alexander Afanasyev · 9 years ago
  82. 117f5ef encoding: Remove SCOPE from Interests and all references to it in the related code by Alexander Afanasyev · 9 years ago
  83. 3b54e85 link: add Link abstraction by Spyridon Mastorakis · 9 years ago
  84. f0da789 encoding: Block::fromStream TLV-LENGTH bugfix by Junxiao Shi · 9 years ago
  85. 1a750b4 encoding: mark DEPRECATED on Block::fromBuffer overloads with output parameter by Junxiao Shi · 10 years ago
  86. 02a4bf3 encoding: change Block::fromBuffer return type by Junxiao Shi · 10 years ago
  87. df5927e encoding/meta-info: Delete deprecated MetaInfo::TYPE_* by Spyridon Mastorakis · 10 years ago
  88. c759a20 management: add CachingPolicy to LocalControlHeader by Jiewen Tan · 10 years ago
  89. 7463389 encoding: Refactoring EncodingBuffer by Alexander Afanasyev · 10 years ago
  90. 2398911 encoding: delete deprecated Block(std::istream&) constructor by Junxiao Shi · 10 years ago
  91. af99f46 src: Update copyright notices for files modified in 2015 by Alexander Afanasyev · 10 years ago
  92. 81a6c5d encoding: ensure Block is move constructible and assignable by Junxiao Shi · 10 years ago
  93. c97d5d4 encoding: ensure Buffer is move constructible and assignable by Junxiao Shi · 10 years ago
  94. 65f1a71 management: ensure Element::Error inherits from tlv::Error by Junxiao Shi · 10 years ago
  95. a464b92 meta-info: deprecate MetaInfo::TYPE_* constants by Junxiao Shi · 10 years ago
  96. 6486d52 name: Add support for ImplicitSha256DigestComponent by Alexander Afanasyev · 10 years ago
  97. eb6ddc7 encoding: delete deprecated tlv::ConentType by Junxiao Shi · 10 years ago
  98. 468abc3 encoding: move MAX_NDN_PACKET_SIZE constant by Junxiao Shi · 10 years ago
  99. dfe9c6b Always build in C++11 mode. by Davide Pesavento · 10 years ago
  100. 4c53b0f encoding: add missing include in nfd-constants.hpp by Junxiao Shi · 10 years ago