1. f56cf63 tests: replace Boost.MPL with Mp11 by Davide Pesavento · 11 months ago
  2. 2c9d2ca core: slim down `common.hpp` by Davide Pesavento · 11 months ago
  3. e277f8b tools: switch to Face::getIoContext() by Davide Pesavento · 1 year, 2 months ago
  4. d7083a5 tests: refactor EthernetFixture by Davide Pesavento · 1 year, 2 months ago
  5. 5d64263 daemon: use asio::defer() instead of asio::post() where appropriate by Davide Pesavento · 1 year, 3 months ago
  6. b83d3df mgmt: finalize migration to the new signed Interest format by Davide Pesavento · 2 years, 4 months ago
  7. 6d6f207 mgmt: rename extractRequester() and support signed Interest v0.3 by Davide Pesavento · 2 years, 4 months ago
  8. 20cafa8 tests: minor code cleanups by Davide Pesavento · 2 years, 5 months ago
  9. e422f9e Refactor and modernize namespace declarations by Davide Pesavento · 2 years, 7 months ago
  10. a3a7a4e Use more C++17 features by Davide Pesavento · 2 years, 7 months ago
  11. b7bfcb9 build: switch to C++17 by Davide Pesavento · 2 years, 7 months ago
  12. 4b84a2c tests: expect certificate name in KeyLocator by Junxiao Shi · 2 years, 8 months ago
  13. 2135375 tests: sync common testing infrastructure with ndn-cxx by Davide Pesavento · 4 years, 1 month ago
  14. a158370 Adjust includes for the updated locations of ndn-cxx security headers by Alexander Afanasyev · 4 years, 7 months ago
  15. a499aa2 mgmt: Enable use of direct fetch in RibManager by Zhiyi Zhang · 5 years ago
  16. df1dc65 rib: change FIB update mocking method by Junxiao Shi · 5 years ago
  17. 9d72785 tests: set CanBePrefix in daemon tests by Junxiao Shi · 6 years ago
  18. 2cae8ca core: move nfd-specific files to daemon/ by Davide Pesavento · 6 years ago
  19. 0a71dd3 mgmt+rib: use getScheduler() in RibManager and Readvertise by Davide Pesavento · 6 years ago
  20. 3dade00 core+daemon: eliminate scheduler::{schedule,cancel} wrappers by Davide Pesavento · 6 years ago
  21. 78ddcab mgmt: merge ManagerBase with NfdManagerBase by Davide Pesavento · 6 years ago
  22. 8a05c7f rib: move RibManager to mgmt by Davide Pesavento · 6 years ago[Renamed (93%) from tests/daemon/rib/rib-manager.t.cpp]
  23. 1b077f6 rib: move entire subdir to daemon/rib by Davide Pesavento · 6 years ago[Renamed from tests/rib/rib-manager.t.cpp]
  24. e1bdc08 rib: stop using the global scheduler by Davide Pesavento · 6 years ago
  25. 5ba7dfc rib: provide self-learning helpers by Junxiao Shi · 6 years ago
  26. 5200904 rib: change FIB mocking mechanism by Junxiao Shi · 6 years ago
  27. f4cfed1 rib: move config parsing to Service class by Junxiao Shi · 6 years ago
  28. 9f8b10e rib: change object ownership by Davide Pesavento · 6 years ago
  29. 87fc0f8 core: drop std::function and ndn::Exclude from common.hpp, add ndn::optional by Davide Pesavento · 7 years ago
  30. 0064c1d build: update waf to version 2.0.6 by Davide Pesavento · 7 years ago
  31. 7530635 rib: limit route prefix length in rib/register command by Junxiao Shi · 7 years ago
  32. 8a1f170 tests: sign command Interests with CommandInterestSigner by Junxiao Shi · 7 years ago
  33. 3f21e58 rib: simplify Route class by Junxiao Shi · 8 years ago
  34. 22db539 rib+tools: use ndn::nfd::RouteOrigin instead of uint64_t by Davide Pesavento · 8 years ago
  35. d2ea235 tests: no need to wrap ndn::nfd::RibEntry anymore by Davide Pesavento · 8 years ago
  36. 5f47aa6 core: use C++11 <random> instead of Boost.Random by Davide Pesavento · 8 years ago
  37. 97210d5 tests: respect naming conventions and improve nesting of some test suites by Davide Pesavento · 8 years ago
  38. 6e21cdb rib: fetch face dataset with StatusDataset client by Weiwei Liu · 8 years ago
  39. e94804b rib: fix use-after-free in Rib::erase and RibManagerFixture::clearRib by Davide Pesavento · 8 years ago
  40. 25c6ce4 mgmt+rib: include ndn-cxx/mgmt/nfd/* by Junxiao Shi · 8 years ago
  41. cbc8e94 daemon+rib: add proper #include line for NDNLPv2 tags by Junxiao Shi · 8 years ago
  42. 221b6fe tests: don't use makeDummyClientFace by Junxiao Shi · 8 years ago
  43. fde3f54 rib: register /localhost|localhop/nfd/rib in FIB by Junxiao Shi · 8 years ago
  44. cf0db02 rib: refactor RibManager to use ManagementDispatcher by Yanbiao Li · 9 years ago
  45. 0de23a2 face: use IncomingFaceId, NextHopFaceId, CachePolicy tags by Junxiao Shi · 9 years ago
  46. c1dfdb4 rib: Accept KeyChain in RibManager constructor by Vince Lehman · 9 years ago
  47. 76c751c rib: Perform FIB updates before modifying RIB by Vince Lehman · 10 years ago
  48. d0381c0 tests: Change to updated naming conventions by Spyridon Mastorakis · 10 years ago[Renamed (99%) from tests/rib/rib-manager.cpp]
  49. 7c10b3b docs: Prepare release notes for version 0.3.0 by Alexander Afanasyev · 10 years ago NFD-0.3.0
  50. 7c7d33a rib: Insert RIB command prefixes into RIB by Vince Lehman · 10 years ago
  51. 218be0a rib: Rename FaceEntry to Route by Vince Lehman · 10 years ago
  52. cd4ee5f mgmt,rib: check command length before accessing verb by Steve DiBenedetto · 10 years ago
  53. 376f737 tests: use DummyClientFace from ndn-cxx by Junxiao Shi · 10 years ago
  54. 26b215c rib: Add periodic invalid face clean up by Vince Lehman · 10 years ago
  55. 281ded7 rib: Cancel expiration on unregistration by Vince Lehman · 10 years ago
  56. 15b12e7 core: use markers in StatusDataset and NotificationStream by Junxiao Shi · 10 years ago
  57. cd613c5 rib: Verify face before route registration by Vince Lehman · 10 years ago
  58. cd16c83 rib: Add RIB dataset publisher by Vince Lehman · 10 years ago
  59. 5144f82 mgmt+core: Moving SegmentPublisher to core/ and removing KeyChain from nfd::AppFace by Vince Lehman · 10 years ago
  60. 72446ec rib: Unit tests for RibManager by Vince Lehman · 10 years ago