1. 87fc0f8 core: drop std::function and ndn::Exclude from common.hpp, add ndn::optional by Davide Pesavento · 7 years ago
  2. 7530635 rib: limit route prefix length in rib/register command by Junxiao Shi · 7 years ago
  3. 847de40 build: Add warning for non-virtual destructor and fix discovered issues by Alexander Afanasyev · 7 years ago
  4. c0a5a39 Add -Wextra-semi -Wundefined-func-template to the default CXXFLAGS by Davide Pesavento · 7 years ago
  5. f32ca89 rib: make log messages of AutoPrefixPropagator more accurate by Yanbiao Li · 7 years ago
  6. 3f21e58 rib: simplify Route class by Junxiao Shi · 7 years ago
  7. 16a3adf switch to ndn-cxx KeyChain v2 by Junxiao Shi · 7 years ago
  8. 22db539 rib+tools: use ndn::nfd::RouteOrigin instead of uint64_t by Davide Pesavento · 8 years ago
  9. d396b61 rib: a few cleanups and simplifications in RibManager by Davide Pesavento · 8 years ago
  10. 9fcf123 rib: Enable Readvertise-to-NLSR by Nick Gordon · 8 years ago
  11. 635bf20 Remove use of deprecated code by Alexander Afanasyev · 8 years ago
  12. 89c0ea0 rib: introduce Readvertise by Junxiao Shi · 8 years ago
  13. 2fb3e8e rib: introduce ReadvertisePolicy by Nick Gordon · 8 years ago
  14. 63b67e2 rib: simplify ReadvertisedRoute by Junxiao Shi · 8 years ago
  15. 04262d9 rib: ReadvertiseDestination availability by Nick Gordon · 8 years ago
  16. 9471925 rib: ReadvertiseDestination by Nick Gordon · 8 years ago
  17. aaa58a6 rib: fix incorrect operator<< output by Weiwei Liu · 8 years ago
  18. ecc45cb rib: use faces/update instead of faces/enable-local-control to enable local fields by Eric Newberry · 8 years ago
  19. 89c4cca rib: route addition and removal signals by Nick Gordon · 8 years ago
  20. 6e21cdb rib: fetch face dataset with StatusDataset client by Weiwei Liu · 8 years ago
  21. e94804b rib: fix use-after-free in Rib::erase and RibManagerFixture::clearRib by Davide Pesavento · 8 years ago
  22. 25c6ce4 mgmt+rib: include ndn-cxx/mgmt/nfd/* by Junxiao Shi · 8 years ago
  23. cbc8e94 daemon+rib: add proper #include line for NDNLPv2 tags by Junxiao Shi · 8 years ago
  24. 5ad19fe rib: keep AutoPrefixPropagator log levels symmetric by Yanbiao Li · 8 years ago
  25. 2e526d7 rib: delete RibStatusPublisher by Junxiao Shi · 8 years ago
  26. 06d6ba6 rib: add proper #include line for ndn::OBufferStream by Junxiao Shi · 8 years ago
  27. 2173840 core: change ManagerBase::authorize to makeAuthorization by Junxiao Shi · 8 years ago
  28. 29b4128 rib+tools: adapt to Controller::CommandFailCallback with ControlResponse by Junxiao Shi · 8 years ago
  29. 9f5b01d core: move common.hpp to core/ by Junxiao Shi · 8 years ago
  30. b260017 rib+tools: delete NRD by Junxiao Shi · 8 years ago
  31. fde3f54 rib: register /localhost|localhop/nfd/rib in FIB by Junxiao Shi · 8 years ago
  32. cf0db02 rib: refactor RibManager to use ManagementDispatcher by Yanbiao Li · 9 years ago
  33. 4310d50 rib: Fix use-after-free in RibEntry::getRouteWithSecondLowestCostByFaceId by Vince Lehman · 9 years ago
  34. 6db75f0 rib: delete incorrect assertion in AutoPrefixPropagator::afterEraseRibEntry by Yanbiao Li · 9 years ago
  35. 4100646 Update copyright notices for files modified in 2016 by Junxiao Shi · 9 years ago
  36. 9aac873 rib: Don't add inherited routes to RIB entries pending removal by Vince Lehman · 9 years ago
  37. 0de23a2 face: use IncomingFaceId, NextHopFaceId, CachePolicy tags by Junxiao Shi · 9 years ago
  38. b755e9d docs: Fixing doxygen warnings by Alexander Afanasyev · 9 years ago
  39. d7c9636 rib: redesign of remote prefix registration by Yanbiao Li · 10 years ago
  40. ec2a698 Remove illegal std::to_string definition and use ndn::to_string in its place by Davide Pesavento · 9 years ago
  41. 149e02c Enhance exception throwing with Boost Exception library by Spyridon Mastorakis · 9 years ago
  42. c1dfdb4 rib: Accept KeyChain in RibManager constructor by Vince Lehman · 9 years ago
  43. 692842d rib: Avoid deprecated `nfd::CommandOptions::setSigningIdentity` method by Alexander Afanasyev · 9 years ago
  44. f91ab74 rib: Stop removed namespace from inheriting ancestor route by Vince Lehman · 10 years ago
  45. 9dcfc40 rib: Fix TestFibUpdates/EraseFace on Ubuntu 14.04 32-bit by Vince Lehman · 10 years ago
  46. 76c751c rib: Perform FIB updates before modifying RIB by Vince Lehman · 10 years ago
  47. 78926c9 face/rib/tools: avoid deprecate Block::fromBuffer overloads by Junxiao Shi · 10 years ago
  48. ff8b397 rib: Change register/unregister logging to INFO by Vince Lehman · 10 years ago
  49. c3ea5a7 rib: Use only a forward declaration of RibManager in the header of Nrd class by Alexander Afanasyev · 10 years ago
  50. f08a737 daemon+rib: Merge nrd and nfd into a single process (separate threads) by Alexander Afanasyev · 10 years ago
  51. 3136792 rib: Refactor initialization of NRD instance by Alexander Afanasyev · 10 years ago
  52. 7c10b3b docs: Prepare release notes for version 0.3.0 by Alexander Afanasyev · 10 years ago NFD-0.3.0
  53. de88b46 rib: recognize /localhop/nfd HUB prefix in RemoteRegistrator by Yanbiao Li · 10 years ago
  54. fbf7834 rib+tools: subscribe to FaceMonitor notifications using connect by Junxiao Shi · 10 years ago
  55. 7c7d33a rib: Insert RIB command prefixes into RIB by Vince Lehman · 10 years ago
  56. 218be0a rib: Rename FaceEntry to Route by Vince Lehman · 10 years ago
  57. 1e46be3 core: rename nfd::EventId to nfd::scheduler::EventId by Junxiao Shi · 10 years ago
  58. b9d439d rib: remote prefix registration by Yanbiao Li · 10 years ago
  59. cd4ee5f mgmt,rib: check command length before accessing verb by Steve DiBenedetto · 10 years ago
  60. c17de83 rib: remote prefix registration by Yanbiao Li · 10 years ago
  61. 8e273ca rib+tools: avoid deprecated ndn::nfd::Controller(Face&) constructor by Junxiao Shi · 10 years ago
  62. 67f11ac all: avoid usage of deprecated namespace ndn::Tlv by Junxiao Shi · 10 years ago
  63. 26b215c rib: Add periodic invalid face clean up by Vince Lehman · 10 years ago
  64. 281ded7 rib: Cancel expiration on unregistration by Vince Lehman · 10 years ago
  65. bc05b76 rib: Log individual FIB updates by Vince Lehman · 10 years ago
  66. 483efd1 rib: Disable FaceId check for self-registrations by Alexander Afanasyev · 10 years ago
  67. 585e5a6 rib+tools: Make use of ndn::nfd::FaceMonitor from the ndn-cxx library by Alexander Afanasyev · 10 years ago
  68. 15b12e7 core: use markers in StatusDataset and NotificationStream by Junxiao Shi · 10 years ago
  69. cd613c5 rib: Verify face before route registration by Vince Lehman · 10 years ago
  70. 68bc1e0 Merge remote-tracking branch 'named-data/master' into release-0.2.0 by Alexander Afanasyev · 10 years ago NFD-0.2.0-rc2
  71. cd16c83 rib: Add RIB dataset publisher by Vince Lehman · 10 years ago
  72. 5144f82 mgmt+core: Moving SegmentPublisher to core/ and removing KeyChain from nfd::AppFace by Vince Lehman · 10 years ago
  73. 97a9c2c rib: Create response Data as shared_ptr to avoid copy inside Face::put by Alexander Afanasyev · 10 years ago
  74. b609f00 rib: Fixing bug with RibUnregister when route origin is not specified by Alexander Afanasyev · 10 years ago
  75. 56356b2 rib: Fixing bug with RibUnregister when route origin is not specified by Alexander Afanasyev · 10 years ago
  76. f67cf08 rib: Update to properly handle optional ExpirationPeriod in RibRegister command by Alexander Afanasyev · 10 years ago
  77. fb1c808 rib: Fix to correctly set default expiration for self-registrations by Alexander Afanasyev · 10 years ago
  78. 72446ec rib: Unit tests for RibManager by Vince Lehman · 10 years ago
  79. 3313a37 rib-manager: deleting expired entries from the rib and fib. by Syed Obaid · 10 years ago
  80. 63108c4 rib: Request Face create/destroy notification as early as possible by Alexander Afanasyev · 10 years ago
  81. 4387e78 rib: Generate FIB updates using route flags by Vince Lehman · 10 years ago
  82. 14e76dd rib: Add "common.hpp" to rib/face-entry.hpp by Vince Lehman · 10 years ago
  83. 12e4946 rib: Implement RIB as trie by Vince · 10 years ago
  84. a329574 rib: fix FibAddNextHopCommand parameters by Junxiao Shi · 10 years ago
  85. b3893c9 src: Updating code to compile with the latest ndn-cxx library by Alexander Afanasyev · 10 years ago
  86. f698028 src: Remove unnecessary uses of boost::cref in make_shared and replace boost::cref/boost::ref with just cref/ref by Alexander Afanasyev · 10 years ago
  87. b47d538 build+core: Add printing of version number in daemons and tools by Alexander Afanasyev · 11 years ago
  88. b305165 rib: Properly terminate when a critical error occurs by Alexander Afanasyev · 11 years ago NFD-0.1.0-rc1
  89. e5224e9 rib: Separate trust models for `/localhost` and `/localhop` RIB management commands by Yingdi Yu · 11 years ago
  90. ce7520e rib: Fixing incorrect usage of RibRegisterCommand in RibManager::unregisterEntry by Alexander Afanasyev · 11 years ago
  91. 4a77136 build: == Dependency change == NFD now depends on ndn-cxx library by Alexander Afanasyev · 11 years ago
  92. 20d3144 rib: Switch RibManager to use NFD RIB Management protocol by Alexander Afanasyev · 11 years ago
  93. f4db0b5 security: Fix the compile problem caused by an API change of ValidatorConfig. by Yingdi Yu · 11 years ago
  94. 03ea3eb rib: Switching to use global IO by Alexander Afanasyev · 11 years ago
  95. 34c95f7 core, main: make missing config file section behavior configurable by Steve DiBenedetto · 11 years ago
  96. 89cf5e0 rib: Making single configuration file for both nrd and nfd by Alexander Afanasyev · 11 years ago
  97. 3ecec50 rib: Integrating NRD code into NFD codebase by Alexander Afanasyev · 11 years ago
  98. 4536b09 rib: Merge source code of NRD by Alexander Afanasyev · 11 years ago