1. 80782e0 **breaking change**: Switch Face and related classes to v2::KeyChain by Alexander Afanasyev · 8 years ago
  2. e6835fe Remove previously deprecated headers, methods, and constants by Alexander Afanasyev · 8 years ago
  3. 794f687 security+util: mark all pimpl unique_ptrs const by Davide Pesavento · 7 years ago
  4. 2bf35a6 util: NetworkMonitor: fine-grained signals on interface/address changes by Davide Pesavento · 7 years ago
  5. e8e48c2 mgmt: use RouteOrigin type in Route and ControlParameters by Davide Pesavento · 7 years ago
  6. 354f382 util: Add API to enumerate Logger modules by Alexander Afanasyev · 7 years ago
  7. 855eaa5 util: avoid overflow in time::toIsoString by Junxiao Shi · 7 years ago
  8. d5c2f0c util: FaceUri canonize dev scheme by Junxiao Shi · 7 years ago
  9. 6db1360 util: alias ndn::optional to std{::experimental,}::optional if available by Davide Pesavento · 8 years ago
  10. cf41576 util: backport std::experimental::ostream_joiner by Davide Pesavento · 8 years ago
  11. e78eeca util: add printHex() overload that takes a uint64_t by Davide Pesavento · 8 years ago
  12. e178989 src: minor updates to common.hpp and common-pch.hpp by Davide Pesavento · 8 years ago
  13. 88eb748 mgmt: FaceEventNotification equality operators and formatted output by Davide Pesavento · 8 years ago
  14. eba76ad util: introduce StatusDatasetItem concept by Davide Pesavento · 8 years ago
  15. b5f8bcc util+tests: fix copyright notices in files copied from NFD by Davide Pesavento · 8 years ago
  16. 791badb util: reimplement computeSha256Digest using security::transform by Davide Pesavento · 8 years ago
  17. 218e5be util: rewrite printHex using security::transform instead of iostreams by Davide Pesavento · 8 years ago
  18. dd46143 util: remove unnecessary trim/trimLeft/trimRight wrappers by Davide Pesavento · 8 years ago
  19. fdda241 util: rewrite toHex using security::transform instead of printHex by Davide Pesavento · 8 years ago
  20. 03115ce util: rewrite fromHex using security::transform instead of cryptopp by Davide Pesavento · 8 years ago
  21. 7e693be util: use BOOST_SCOPE_EXIT in Scheduler::executeEvent by Junxiao Shi · 8 years ago
  22. 574aa86 security: Add a set of signature verification helpers by Alexander Afanasyev · 8 years ago
  23. 4c9a3d5 security: Move KeyChain to security::v1 namespace and deprecated it by Alexander Afanasyev · 8 years ago
  24. cbe72b0 security: Change the ownership model of Pib and its related entities by Yingdi Yu · 9 years ago
  25. 9cbd010 util: Avoid template implementation of DummyClientFace::receive by Zhiyi Zhang · 8 years ago
  26. e1081cd util: FaceUri: modernize and simplify code with C++11 features by Davide Pesavento · 8 years ago
  27. f78cb70 util: FaceUri: port numbers are 16 bits wide by Davide Pesavento · 8 years ago
  28. 57c07df src: drop 'virtual' from functions marked 'final' or 'override' by Davide Pesavento · 8 years ago
  29. 70f95fa util: plug Regex memory leak by Junxiao Shi · 8 years ago
  30. 18244e8 util: move notification type agnostic code to NotificationSubscriberBase by Junxiao Shi · 8 years ago
  31. eee3e82 tests: respect naming conventions and improve nesting of some test suites by Davide Pesavento · 8 years ago
  32. 4d261b6 lp: add CongestionMark field and tag by Eric Newberry · 8 years ago
  33. d7f4fda util: FaceUri: add syntax for NIC-associated permanent faces by Weiwei Liu · 8 years ago
  34. ed1e99d util: Allow customization of the logger by Alexander Afanasyev · 8 years ago
  35. 1cd9f6e util: use C++11 <random> instead of Boost.Random by Davide Pesavento · 8 years ago
  36. c828dfc util: DummyClientFace can override processEvents by Junxiao Shi · 8 years ago
  37. a1478db lp: delete deprecated LocalControlHeader by Junxiao Shi · 8 years ago
  38. 7357ef2 mgmt: move management/nfd-* to mgmt/nfd/ by Junxiao Shi · 8 years ago
  39. 435bb55 util: don't require T::Error in io::load and io::save by Junxiao Shi · 8 years ago
  40. 4ce0bcf util: io::load accepts base64 encoding without newlines by Junxiao Shi · 8 years ago
  41. 160701a util: ndn::io::loadBlock and saveBlock by Junxiao Shi · 8 years ago
  42. 1aecae2 util: backport C++17 optional by Junxiao Shi · 8 years ago
  43. cfaa1ad util: backport C++17 std::clamp by Weiwei Liu · 8 years ago
  44. 62204f4 util: delete deprecated Command Interest classes by Junxiao Shi · 8 years ago
  45. 2fa5939 security: Reorganizing source code to prepare for support of two version of NDN certificates by Alexander Afanasyev · 8 years ago
  46. f2515a7 util: implement ndn::io with ndn::security::transform by Junxiao Shi · 8 years ago
  47. 2d4be25 util: code style corrections in ndn::io by Junxiao Shi · 8 years ago
  48. aeeb3fc management+util: add 'override' specifier where applicable by Davide Pesavento · 8 years ago
  49. 0b537b9 util: generate random bytes using OpenSSL instead of CryptoPP by Yingdi Yu · 9 years ago
  50. f8bf1b0 util: handle NACK in NotificationSubscriber by Teng Liang · 8 years ago
  51. 86dfa53 util: keep Scheduler running if a callback throws by Junxiao Shi · 8 years ago
  52. d50f2b4 util: redesign scheduler::EventId by Junxiao Shi · 8 years ago
  53. 1fe7ce5 util: rename NDN_CXX_LOG_* macros to NDN_LOG_* by Junxiao Shi · 8 years ago
  54. 5537d13 util: fix clang 3.4 time::abs compilation error by Junxiao Shi · 8 years ago
  55. 7d05427 util: logging facility by Junxiao Shi · 8 years ago
  56. dc2d6d2 security: CommandInterestValidator by Junxiao Shi · 8 years ago
  57. 2b65d95 util: delete deprecated makeDummyClientFace by Junxiao Shi · 8 years ago
  58. d4919b4 waf-tools: remove FRIEND_TYPENAME check by Junxiao Shi · 8 years ago
  59. 8cf1c56 face: Enable KeyChain customization in DummyClientFace by Alexander Afanasyev · 8 years ago
  60. 57e0036 face+security: Introduce environment variables to set/override transport, pib, and tpm configurations. by Alexander Afanasyev · 8 years ago
  61. 2bc2df0 util: SegmentFetcher don't restart from segment 0 upon Nack by Muktadir R Chowdhury · 8 years ago
  62. e6e6fde build: require gcc >= 4.8.2 and boost >= 1.54.0 by Davide Pesavento · 8 years ago
  63. 404eafd util: Support MustBeFresh processing in InMemoryStorage by Yingdi Yu · 9 years ago
  64. 9a8bae5 util: split platform-specific NetworkMonitor backends into separate files by Davide Pesavento · 9 years ago
  65. 537dc3a Reduce inclusions of <boost/asio.hpp> in public headers by Davide Pesavento · 9 years ago
  66. 6617e49 Update copyright notices for files modified in 2016 by Junxiao Shi · 9 years ago
  67. ce7b062 util: Workaround for gcc-4.7 being unable to deduce noexcept specifications by Alexander Afanasyev · 9 years ago
  68. 3a6da36 face+util: Add protected Face::getTransport method and simplify DummyClientFace implementation by Alexander Afanasyev · 9 years ago
  69. 4b46998 lp: IncomingFaceId, NextHopFaceId, CachePolicy tags by Junxiao Shi · 9 years ago
  70. f58f8f4 util: Asynchronous data validation in SegmentFetcher by Muktadir R Chowdhury · 9 years ago
  71. e3e2505 face: remove try-catch in DummyClientFace::construct by Eric Newberry · 9 years ago
  72. 664dc03 util: add explicit specialization of DummyClientFace::receive<lp::Nack> to header by Eric Newberry · 9 years ago
  73. fd5de11 util: fix heap-use-after-free in ndn::dns::Resolver by Davide Pesavento · 9 years ago
  74. a2de7e4 util: refactor and simplify ndn::dns by Davide Pesavento · 9 years ago
  75. be7804f util: Signal: make handler self-disconnection safer by Davide Pesavento · 9 years ago
  76. 83872fd face: send and receive NACK by Eric Newberry · 9 years ago
  77. 96b96af Emulate std::to_string on platforms that do not provide it by Davide Pesavento · 9 years ago
  78. 409cc20 Backport make_unique by Davide Pesavento · 9 years ago
  79. f2a4622 docs: API documentation fixes by Alexander Afanasyev · 9 years ago
  80. 18cf81b docs: fix several doxygen errors by Davide Pesavento · 9 years ago
  81. 73e3004 docs: Correct copyright statements by Alexander Afanasyev · 9 years ago
  82. 5df5992 util: add io_service warning to dns::asyncResolve by Junxiao Shi · 9 years ago
  83. f4cbe35 util: delete deprecated EventEmitter by Junxiao Shi · 9 years ago
  84. 7b187f5 docs: Correct use of @example doxygen tag by philo · 9 years ago
  85. 0d2ed2e Enhance exception throwing with Boost Exception library by Spyridon Mastorakis · 9 years ago
  86. 8828ca6 util: Improvements of string helpers by Alexander Afanasyev · 9 years ago
  87. d27334f util: Add constructor of Digest object from std::istream& by Alexander Afanasyev · 9 years ago
  88. 8868140 Add `noexcept` to move constructors and move assignment operators by Junxiao Shi · 9 years ago
  89. d5c48e0 encoding: Improving structure and documentation of block helpers by Alexander Afanasyev · 9 years ago
  90. 7f17790 util: Sqlite3Statement helper by Mickey Sweatt · 9 years ago
  91. 1b0311c security: New generalized signing API in KeyChain by Yingdi Yu · 9 years ago
  92. 17ef37d util: Avoid output duplication in IndentedStream by Alexander Afanasyev · 9 years ago
  93. bbb2435 util: disallow destruction of Signal from handler by Junxiao Shi · 10 years ago
  94. c759a20 management: add CachingPolicy to LocalControlHeader by Jiewen Tan · 10 years ago
  95. ea71967 util: Extend DummyClientFace to process LocalControlHeader by Alexander Afanasyev · 10 years ago
  96. 94f2183 util: mark Digest<Hash>::operator== as unsuitable for security related context by Junxiao Shi · 10 years ago
  97. f46482c util: add isConnected() in signal::Connection and signal::ScopedConnection by Chengyu Fan · 10 years ago
  98. 5946ed1 docs: Prepare release notes for version 0.3.0 by Alexander Afanasyev · 10 years ago ndn-cxx-0.3.0
  99. 7b3080f util: rtnetlink-based implementation of NetworkMonitor by Alexander Afanasyev · 10 years ago
  100. e6c65e2 util: NetworkMonitor helper to detect network state changes by Alexander Afanasyev · 10 years ago