1. 14e71f0 tests+tools: minor code cleanup by Davide Pesavento · 6 years ago
  2. fa2aa50 face+tools: fix compilation with Boost 1.69.0 by Davide Pesavento · 6 years ago
  3. 19779d8 Replace all uses of BOOST_THROW_EXCEPTION with NDN_THROW by Davide Pesavento · 6 years ago
  4. 8b663a9 tools: replace boost::any usage with ndn::any by Davide Pesavento · 6 years ago
  5. 7570e77 tools: display satisfied and unsatisfied interests counters by Ju Pan · 6 years ago
  6. a4d7fe0 tools: implement 'nfdc cs erase' command by Junxiao Shi · 6 years ago
  7. 4f8dd96 tools: add mtu option to 'nfdc face create' by Eric Newberry · 6 years ago
  8. 87fc0f8 core: drop std::function and ndn::Exclude from common.hpp, add ndn::optional by Davide Pesavento · 7 years ago
  9. 7a36ac7 tools: include CS config in 'nfdc cs info' by Junxiao Shi · 7 years ago
  10. cdf7845 tools: add 'nfdc cs config' command by Junxiao Shi · 7 years ago
  11. 8dc473a tools: simplify on/off attribute printing by Junxiao Shi · 7 years ago
  12. d214744 tools: alias 'nfdc cs' to 'nfdc cs info' by Davide Pesavento · 7 years ago
  13. 2a58815 tools: extend nfdc help to cover more cases by Davide Pesavento · 7 years ago
  14. e0bae0f tools: make nfdc smarter when the user asks for help by Davide Pesavento · 7 years ago
  15. de33245 tools: add congestion marking parameters to nfdc face create by Eric Newberry · 7 years ago
  16. 3160a3f tools: implement 'nfdc cs info' command by Junxiao Shi · 7 years ago
  17. 0c63c63 build: Fix build when std::to_string is not available by Alexander Afanasyev · 7 years ago
  18. 84d3adc tools: add reliability option to nfdc face create by Eric Newberry · 7 years ago
  19. a997d29 Fix compilation with Boost 1.65.0 by Davide Pesavento · 7 years ago
  20. 01bbd09 tools: delete nfdId from 'nfdc status' output by Alexander Afanasyev · 7 years ago
  21. 15902ef tools: delete legacy nfdc and nfd-status invocations by Junxiao Shi · 7 years ago
  22. b347b7f tools: switch to v2::Validator in nfdc by Junxiao Shi · 7 years ago
  23. 83be1da use FaceUri and NetworkMonitor from ndn-cxx/net by Junxiao Shi · 7 years ago
  24. 16a3adf switch to ndn-cxx KeyChain v2 by Junxiao Shi · 7 years ago
  25. 1cce2a3 mgmt: enable LocalUri in faces/create command response by Junxiao Shi · 8 years ago
  26. 22db539 rib+tools: use ndn::nfd::RouteOrigin instead of uint64_t by Davide Pesavento · 8 years ago
  27. 8eda682 tools: nfdc route commands accept and print RouteOrigin strings by Junxiao Shi · 8 years ago
  28. b283f52 tools: nfdc strategy set/unset commands by Junxiao Shi · 8 years ago
  29. f03d479 mgmt+tools: rename 'datas' to 'data' by Junxiao Shi · 8 years ago
  30. 5d3e481 tools: nfdc strategy list/show commands by Junxiao Shi · 8 years ago
  31. 0d97692 tools: nfdc face create command accepts local FaceUri by Junxiao Shi · 8 years ago
  32. f6af4f8 tools: deprecate nfdc register/unregister/add-nexthop/remove-nexthop by Junxiao Shi · 8 years ago
  33. 1d62e62 tools: nfdc route list and nfd route show commands by Junxiao Shi · 8 years ago
  34. f7bf409 tools: fix compilation error due to ndn-cxx RouteFlags change by Ashlesh Gawande · 8 years ago
  35. 084b795 tools: nfdc route remove command by Junxiao Shi · 8 years ago
  36. 918e5d4 tools: nfdc route add command by Junxiao Shi · 8 years ago
  37. d695801 tools: deprecate nfdc create and nfdc destroy by Junxiao Shi · 8 years ago
  38. 26cbdbd tools: follow API change in ndn::nfd::Route by Davide Pesavento · 8 years ago
  39. 36e5429 tools: nfdc face list command with filters by Junxiao Shi · 8 years ago
  40. 58ba3f9 mgmt+tools: rework FacePersistency handling in faces/create and faces/update by Yanbiao Li · 8 years ago
  41. 970f648 tools: nfdc face create output fix by Junxiao Shi · 8 years ago
  42. 8f803f2 tools: use FindFace in nfdc face show command by Junxiao Shi · 8 years ago
  43. 05dd444 tools: nfdc face destroy command by Junxiao Shi · 8 years ago
  44. 1d7fef5 tools: nfdc face create command by Junxiao Shi · 8 years ago
  45. 056815e tools: fix nfdc::text::ItemAttributes evaluation order bug by Junxiao Shi · 8 years ago
  46. 215fd0b tools: import FacePersistency and FaceUri to nfdc namespace by Junxiao Shi · 8 years ago
  47. 1f481fa tools: nfdc face show command by Junxiao Shi · 8 years ago
  48. 88a062d tools: add exit code and streams to nfdc::ExecuteContext by Junxiao Shi · 8 years ago
  49. 6d932e8 tools: display face flags in nfdc and nfd-status-http-server by Eric Newberry · 8 years ago
  50. ae88938 tools: nfdc status commands by Junxiao Shi · 8 years ago
  51. 6c13562 tools: nfdc help command by Junxiao Shi · 8 years ago
  52. c143afe tools: various improvements in nfdc by Junxiao Shi · 8 years ago
  53. 3d1eb09 tools: nfdc status commands by Junxiao Shi · 8 years ago
  54. bf6acd5 tools: normalize nfdc exit codes by Junxiao Shi · 8 years ago
  55. 737c43c tools: nfdc creates Face and KeyChain in main function by Junxiao Shi · 8 years ago
  56. 25c6ce4 mgmt+rib: include ndn-cxx/mgmt/nfd/* by Junxiao Shi · 8 years ago
  57. 64567bb tools: nfdc command line parser by Junxiao Shi · 8 years ago
  58. 2f74132 tools: legacy nfdc parses command with Boost.Program_options by Junxiao Shi · 8 years ago
  59. 8c39bf0 tools: rename nfd::tools::nfdc::OutputFormat to ReportFormat by Junxiao Shi · 8 years ago
  60. 29b4128 rib+tools: adapt to Controller::CommandFailCallback with ControlResponse by Junxiao Shi · 8 years ago
  61. 331ade7 tools: merge nfd-status into nfdc by Junxiao Shi · 8 years ago
  62. d243d71 tools: split nfdc into multiple files by Junxiao Shi · 8 years ago