1. a1478db lp: delete deprecated LocalControlHeader by Junxiao Shi · 8 years ago
  2. 7357ef2 mgmt: move management/nfd-* to mgmt/nfd/ by Junxiao Shi · 8 years ago
  3. 2fa5939 security: Reorganizing source code to prepare for support of two version of NDN certificates by Alexander Afanasyev · 8 years ago
  4. e7c7f15 management: Controller::CommandFailCallback exposes ControlResponse by Junxiao Shi · 8 years ago
  5. 138ef2c management: correct behavior of FaceUpdateCommand::applyDefaultsToRequest and validateResponse by Eric Newberry · 8 years ago
  6. da916d6 management: add Flags and Mask fields to faces/create and faces/update by Eric Newberry · 8 years ago
  7. aeeb3fc management+util: add 'override' specifier where applicable by Davide Pesavento · 8 years ago
  8. 54f727d management: Controller validates ControlCommand response by Junxiao Shi · 8 years ago
  9. cbdacb2 management: FaceUpdateCommand by Yanbiao Li · 8 years ago
  10. 600f711 management: Controller allows empty callbacks by Junxiao Shi · 8 years ago
  11. 0f3f0b4 management: Controller validates StatusDataset response by Junxiao Shi · 8 years ago
  12. 1eacb97 management: ChannelDataset by Junxiao Shi · 8 years ago
  13. 034c188 management: StatusDataset client by Junxiao Shi · 8 years ago
  14. aa82eb6 common: remove NDN_CXX_DECL_FINAL/OVERRIDE macros; use C++11 keywords directly by Davide Pesavento · 8 years ago
  15. 4b46998 lp: IncomingFaceId, NextHopFaceId, CachePolicy tags by Junxiao Shi · 9 years ago
  16. b1990df management: process Nack in nfd::Controller by Junxiao Shi · 9 years ago
  17. 18cf81b docs: fix several doxygen errors by Davide Pesavento · 9 years ago
  18. 73e3004 docs: Correct copyright statements by Alexander Afanasyev · 9 years ago
  19. 95bd96a management: NACK counters by Eric Newberry · 9 years ago
  20. d93c5fc management: FacePersistency field in ControlParameters by Yukai Tu · 9 years ago
  21. 8ee37ed mgmt: Dispatcher by Yanbiao Li · 9 years ago
  22. 0d2ed2e Enhance exception throwing with Boost Exception library by Spyridon Mastorakis · 9 years ago
  23. 35020ca management: deprecate CommandOptions signing params by Junxiao Shi · 9 years ago
  24. d5c48e0 encoding: Improving structure and documentation of block helpers by Alexander Afanasyev · 9 years ago
  25. c6acc7a management: simplify CommandOptions with SigningInfo by Junxiao Shi · 9 years ago
  26. 1b0311c security: New generalized signing API in KeyChain by Yingdi Yu · 9 years ago
  27. eaa15f7 management: delete deprecated Controller functions by Junxiao Shi · 9 years ago
  28. c759a20 management: add CachingPolicy to LocalControlHeader by Jiewen Tan · 9 years ago
  29. 7463389 encoding: Refactoring EncodingBuffer by Alexander Afanasyev · 9 years ago
  30. 23f9e78 management: change ForwarderStatus.NfdVersion to string by Hila Ben Abraham · 10 years ago
  31. 65f1a71 management: ensure Element::Error inherits from tlv::Error by Junxiao Shi · 10 years ago
  32. 415b17c management: mark Controller methods deprecated by Junxiao Shi · 10 years ago
  33. edd834e face: internal KeyChain by Junxiao Shi · 10 years ago
  34. 5de006b management: Controller accepts CommandOptions by Junxiao Shi · 10 years ago ndn-cxx-0.3.0-dev-pre-c++11
  35. 0eba1aa management: CommandOptions by Junxiao Shi · 10 years ago
  36. fc8aebb management: add FaceQueryFilter type by Chengyu Fan · 10 years ago
  37. 7e6fefc management: Fix regression with the prefix registration using the default certificate by Alexander Afanasyev · 10 years ago
  38. 6a90f37 management: delete deprecated Command Interest by Junxiao Shi · 10 years ago
  39. b525c1b management: remove deprecated FaceFlags APIs by Chengyu Fan · 10 years ago
  40. 01065fb meta-info: Reducing use of inline methods by Alexander Afanasyev · 10 years ago
  41. 3ab13bf management: fix backwards compatibility for deprecated nfd-face-flags.hpp header by Chengyu Fan · 10 years ago
  42. 36dca99 management: replace FaceFlags with individual fields by Chengyu Fan · 10 years ago
  43. a14d491 management: add RIB flags class and use it in Route instead of int flags by Chengyu Fan · 10 years ago
  44. 5bd2635 management: Fixing include guards by Alexander Afanasyev · 10 years ago
  45. aa21462 management: Fix issuing commands with default certificate by Alexander Afanasyev · 10 years ago
  46. 7091165 management: avoid CommandInterestGenerator in nfd::Controller by Junxiao Shi · 10 years ago
  47. 4abdbf1 util: Porting NotificationSubscriber, FaceMonitor, and NotificationStream from NFD by Alexander Afanasyev · 10 years ago
  48. 0866f51 face: Add ability to specify RIB flags for setInterestFilter and registerPrefix by Alexander Afanasyev · 10 years ago
  49. 15f6731 name: Make use of naming conventions for segment, version, timestamp, and sequence number encoding by Alexander Afanasyev · 10 years ago
  50. 54ce668 all: rename Tlv namespace to tlv for consistency by Steve DiBenedetto · 10 years ago
  51. 21f13b0 management: Update nfd::RibControlCommand::applyDefaults to reflect spec update by Alexander Afanasyev · 10 years ago
  52. dbf3f70 management: Add RibEntry and Route data structures by Vince Lehman · 10 years ago
  53. 13e637f management: link-layer byte counts in FaceStatus by Junxiao Shi · 10 years ago
  54. e149848 management: define new Route Origins - autoreg client autoconf by Junxiao Shi · 10 years ago
  55. e63eaf6 management: Add ExpirationPeriod to nfd::FaceStatus by Alexander Afanasyev · 10 years ago
  56. 197e565 data: Optimize Data signing by Alexander Afanasyev · 10 years ago
  57. c169a81 src: Switching to LGPL 3.0 license by Alexander Afanasyev · 10 years ago
  58. caac54e management: make FaceId optional in fib/add|remove-nexthop commands by Junxiao Shi · 10 years ago
  59. 4671bf7 management: Implementing ChannelStatus and StrategyChoice dataset abstractions by Alexander Afanasyev · 10 years ago
  60. 258ec2b src: Refactoring common.hpp and minimizing exposed includes by Alexander Afanasyev · 10 years ago
  61. ee8bb1e face+management: Removing ndnd::Controller and re-designing controllers by Alexander Afanasyev · 10 years ago
  62. b67090a build+tests: Fixing c++11 mode compilation and correcting integrated test with faces by Alexander Afanasyev · 10 years ago
  63. e66bf2a face: Specify signing certificate/identity in setInterestFilter/unsetInterestFilter by Yingdi Yu · 10 years ago
  64. dfa52c4 docs: Updating documentation and license boilerplates in all files by Alexander Afanasyev · 10 years ago
  65. 3aeeaeb docs: Adding coding style document and other small updates by Alexander Afanasyev · 10 years ago
  66. 2a7f720 exceptions: Make Tlv::Error a base class for all packet-processing exceptions by Alexander Afanasyev · 10 years ago
  67. 5c785d6 management: nfd::Controller allows specifying timeout by Junxiao Shi · 10 years ago
  68. 5f6c74f management: NFD RIB Management by Junxiao Shi · 10 years ago
  69. fdbfc6d src: Improving consistency and correcting code style by Alexander Afanasyev · 10 years ago
  70. d1b5c41 management: Removing deprecated NFD management elements by Alexander Afanasyev · 10 years ago
  71. 3024278 management: delete deprecated methods in nfd::FaceStatus and nfd::FaceEventNotification by Junxiao Shi · 10 years ago
  72. 6888bc1 management: nfd::FaceLocalControlCommand validates LocalControlFeature value by Junxiao Shi · 10 years ago
  73. 7b1ba1a management: add LocalUri field to nfd::FaceStatus and nfd::FaceEventNotification by Junxiao Shi · 10 years ago
  74. 5109dee management: nfd::ForwarderStatus by Junxiao Shi · 10 years ago
  75. 7b6b79d management: convert nfd::Controller to use ControlCommand by Junxiao Shi · 10 years ago
  76. 5ec8022 management: nfd::ControlCommand by Junxiao Shi · 10 years ago
  77. 4b98e8c name: Implementing appendNumber/toNumber to use nonNegativeInteger by Alexander Afanasyev · 10 years ago
  78. bc19b37 management: nfd::ControlParameters by Junxiao Shi · 10 years ago
  79. 1c5a1a9 management: nfd::FibEntry encoding corrections by Alexander Afanasyev · 10 years ago
  80. 2c75331 management: Adding FaceFlags into nfd::FaceEventNotification by Alexander Afanasyev · 10 years ago
  81. 5ce55ae management: add missing inline to wireEncode by Steve DiBenedetto · 10 years ago
  82. 26c24d2 management: Fixing header guards by Alexander Afanasyev · 10 years ago
  83. 04fa37a management: Adding nfd::FaceStatus data structure by Alexander Afanasyev · 10 years ago
  84. 44b438a management: Adding nfd::FaceEventNotification data structure by Alexander Afanasyev · 10 years ago
  85. aa0e7da all: Refactoring work with time using boost::chrono by Alexander Afanasyev · 10 years ago
  86. 6d792d7 management: add objects for encoding/decoding NFD FIB enumeration protocol units by Steve DiBenedetto · 10 years ago
  87. 28908b7 management: NFD Status by Junxiao Shi · 10 years ago
  88. 7d160f2 nfdc: strategy-choice, Adding StrategyChoiceManagementOptions by hilata · 10 years ago
  89. 6e7f5f1 management: adding all high-level methods in nrd::Controller by Obaid · 10 years ago
  90. 884280c management: Updating nfd::Controller for latest changes in protocol by Alexander Afanasyev · 10 years ago
  91. 87a7f5f management: Correct type for setFaceId/getFaceId (int -> uint64_t) by Alexander Afanasyev · 10 years ago
  92. c5ad119 management: Implementing encoding/decoding Strategy in nfd::FibManagementOptions by Alexander Afanasyev · 10 years ago
  93. 37bb190 management: Add optional filter during the decoding of LocalControlHeader by Alexander Afanasyev · 10 years ago
  94. efe3ab2 management: Implementing nrd::Controller and introducing new secret by Alexander Afanasyev · 10 years ago
  95. 21abc10 management: Correcting self-registration using raw NFD FIB Management protocol by Alexander Afanasyev · 10 years ago
  96. a99e37e management: nfdc support and link error fix by hilata · 10 years ago
  97. 5964fb7 management: Making LocalControlHeader encoding independent of Interest/Data wire by Alexander Afanasyev · 10 years ago
  98. 0553cd5 management: Implementing nrd::PrefixRegOptions for NRD Face management protocol by Alexander Afanasyev · 10 years ago
  99. 6d48bc1 management: Finalizing LocalControlHeader implementation by Alexander Afanasyev · 10 years ago
  100. d337049 management: Add FaceManagementOptions by Yingdi Yu · 10 years ago