1. 9f5b01d core: move common.hpp to core/ by Junxiao Shi · 8 years ago
  2. ae04d34 fw: FaceTable signals use Face& instead of shared_ptr by Junxiao Shi · 8 years ago
  3. b84e674 fw: FaceTable iterator dereferences to Face& instead of shared_ptr by Junxiao Shi · 8 years ago
  4. 5b43f9a fw: FaceTable::get returns Face* instead of shared_ptr by Junxiao Shi · 8 years ago
  5. ff10da6 table: attach unique_ptr<strategy_choice::Entry> onto NameTree by Junxiao Shi · 8 years ago
  6. a6de429 table: don't use shared_ptr in FIB by Junxiao Shi · 8 years ago
  7. b84bd3a common: remove DECL_FINAL/OVERRIDE macros; use C++11 keywords directly by Davide Pesavento · 9 years ago
  8. df846e5 core: allow ManagerBase be inherited by RibManager by Yanbiao Li · 9 years ago
  9. 498373d mgmt: publish GeneralStatus dataset by Junxiao Shi · 9 years ago
  10. c64d30a mgmt: re-added expiration time to FaceStatus by Eric Newberry · 9 years ago
  11. cde37ad face: face refactoring completion by Junxiao Shi · 9 years ago
  12. 0de23a2 face: use IncomingFaceId, NextHopFaceId, CachePolicy tags by Junxiao Shi · 9 years ago
  13. 35120ea face: EthernetTransport by Davide Pesavento · 9 years ago
  14. da93f1f face: LpFace counters by Junxiao Shi · 9 years ago
  15. 1d7e7af face+mgmt: simplify factories and FaceManager using C++11 features by Davide Pesavento · 9 years ago
  16. 6535f1e face: InternalForwarderTransport & InternalClientTransport by Junxiao Shi · 9 years ago
  17. 40cb61c mgmt: LpFace faces/enable-local-control workaround by Junxiao Shi · 9 years ago
  18. 0a49d34 face: UdpTransport by Yukai Tu · 9 years ago
  19. 483c433 Merge feature branch 'mgmt-refactoring' by Alexander Afanasyev · 9 years ago
  20. ecbf584 mgmt refactoring: Correct ForwarderStatus publishing by Alexander Afanasyev · 9 years ago
  21. 63ab1bb mgmt: Add tables.network_region section in config file to populate NetworkRegionTable by Vince Lehman · 9 years ago
  22. 6704a4a mgmt refactoring: StrategyChoiceManager by Yanbiao Li · 9 years ago
  23. 7cec7ea mgmt refactoring: ForwarderStatusServer (renamed StatusServer) by Yanbiao Li · 9 years ago
  24. 711c793 mgmt refactoring: FibManager by Yanbiao Li · 9 years ago
  25. 73860e3 mgmt refactoring: FaceManager by Yanbiao Li · 9 years ago
  26. 698f4fe mgmt refactoring: ManagerBase by Yanbiao Li · 9 years ago
  27. 4ee73d4 mgmt refactoring: Refactor InternalFace by Yanbiao Li · 9 years ago
  28. 36f3500 mgmt refactoring: Remove legacy code by Yanbiao Li · 9 years ago
  29. 8149d10 mgmt: Process FacePersistency in FaceManager by Yukai Tu · 9 years ago
  30. 67ba8d2 fw: rename BroadcastStrategy to MulticastStrategy by Junxiao Shi · 9 years ago
  31. 0e092ae mgmt: revert router name configuration options by Junxiao Shi · 9 years ago
  32. 149e02c Enhance exception throwing with Boost Exception library by Spyridon Mastorakis · 9 years ago
  33. 7c90e6d face: ProtocolFactory::createFace with FacePersistency by Yukai Tu · 9 years ago
  34. ee7c844 mgmt: Add router name configuration options by Vince Lehman · 9 years ago
  35. 731f0d7 face: replace isOnDemand with FacePersistency by Yukai Tu · 9 years ago
  36. db9d37e Fix several "defined but not used" warnings with gcc-5 by Davide Pesavento · 10 years ago
  37. addecff management: clarify the inconsistency in UDP face timeouts in nfd.conf by Chengyu Fan · 10 years ago
  38. 319f2c8 src: Update copyright notices for files modified in 2015 by Alexander Afanasyev · 10 years ago
  39. c099ddb face: replace EventEmitter usage with Signal by Junxiao Shi · 10 years ago
  40. eae4f80 face: Limit exposure of EthernetFace implementation by Alexander Afanasyev · 10 years ago
  41. b94af7c mgmt: Allow only canonical FaceUri in faces/create command by Chengyu Fan · 10 years ago
  42. 1e06417 fw: use Signal in FaceTable by Junxiao Shi · 10 years ago
  43. cd4ee5f mgmt,rib: check command length before accessing verb by Steve DiBenedetto · 10 years ago
  44. 2ef9957 tools: display nfd software verion in nfd-status-http-server and nfd-status by Hila Ben Abraham · 10 years ago
  45. afbd74d core: eliminate MapValueIterator in favor of boost::adaptors::map_values by Junxiao Shi · 10 years ago
  46. b499a60 core: ignore non-Ethernet AF_LINK addresses when enumerating NICs. by Davide Pesavento · 10 years ago
  47. ab205c2 mgmt: respond Nack when query is invalid by Chengyu Fan · 10 years ago
  48. dbcb1a1 mgmt: remove listen option from unix channel configuration by Steve DiBenedetto · 10 years ago
  49. a1937bf core: use FaceUri from ndn-cxx by Junxiao Shi · 10 years ago
  50. 320d233 mgmt: Implement Query Operation in FaceManager by Chengyu Fan · 10 years ago
  51. 838c4f1 table: simplify StrategyChoice with C++11 features by Junxiao Shi · 10 years ago
  52. c0640f5 mgmt: add config file-based strategy selection by Steve DiBenedetto · 10 years ago
  53. 67f11ac all: avoid usage of deprecated namespace ndn::Tlv by Junxiao Shi · 10 years ago
  54. 6687aab mgmt: allow omitted FaceId in faces/create command by Tai-Lin Chu · 10 years ago
  55. f9c2bb1 mgmt: replace FaceFlags with individual fields by Chengyu Fan · 10 years ago
  56. 77c8751 mgmt: update strategy-choice/set to return a versioned strategy name by Steve DiBenedetto · 10 years ago
  57. 15b12e7 core: use markers in StatusDataset and NotificationStream by Junxiao Shi · 10 years ago
  58. 5144f82 mgmt+core: Moving SegmentPublisher to core/ and removing KeyChain from nfd::AppFace by Vince Lehman · 10 years ago
  59. 632a620 mgmt: expose link layer counters in Face Dataset by Junxiao Shi · 10 years ago
  60. 7bbe80c mgmt: Change InternalFace::processEvents to accept shared_ptr, instead of weak_ptr by Alexander Afanasyev · 10 years ago
  61. fbea590 mgmt: mark tables as configured after applying default configuration by Steve DiBenedetto · 10 years ago
  62. 9bcc88f mgmt,main: configure tables with defaults when missing config section/values by Steve DiBenedetto · 10 years ago
  63. e515f0a face: Moving idle UdpFace closing logic to UdpFace class by Alexander Afanasyev · 10 years ago
  64. 3a4f83d mgmt, main: add "tables" configuration file section and processor by Steve DiBenedetto · 10 years ago
  65. ef04f27 face, mgmt: add channel status dataset publisher by Steve DiBenedetto · 10 years ago
  66. 3fff561 mgmt: publish Strategy Choice dataset by Steve DiBenedetto · 10 years ago
  67. 5959b01 mgmt: Reinitialize multicast faces and partially reload config file on HUP signal by Alexander Afanasyev · 10 years ago
  68. f4e89b4 src: Small improvements by Alexander Afanasyev · 10 years ago
  69. 2599928 mgmt: update face created Control Response with URI's canonical form by Steve DiBenedetto · 10 years ago
  70. 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
  71. 53df163 face: Implement WebSocket channel, face, and factory. by Wentao Shang · 11 years ago
  72. 24b9a64 core: add support for temporary privilege drop and elevation by Steve DiBenedetto · 11 years ago
  73. c8f214c security: Support wildcard in NFD configuration by Yingdi Yu · 11 years ago
  74. 4a77136 build: == Dependency change == NFD now depends on ndn-cxx library by Alexander Afanasyev · 11 years ago
  75. 5d2820d mgmt: Fixing regression introduced by change in the library by Alexander Afanasyev · 11 years ago
  76. 20d3144 rib: Switch RibManager to use NFD RIB Management protocol by Alexander Afanasyev · 11 years ago
  77. 6d7176d face: bugfix of MulticastUdpFace receiving packets from all available NICs on Linux by Giulio Grassi · 11 years ago
  78. 613e2a9 src: Reorganizing source code in preparation to merge NRD code by Alexander Afanasyev · 11 years ago
  79. 885a85b build+face: Fixing regression that broke ethernet support by Alexander Afanasyev · 11 years ago
  80. 9515287 mgmt: add support for enabling/disabling IPv4 or v6 channels by Steve DiBenedetto · 11 years ago
  81. 52a18f9 all: cleanup common.hpp and import typenames from ndn namespace. by Davide Pesavento · 11 years ago
  82. 72c3e04 mgmt: fix InternalFace::processInterest crash when Interest is gone by Junxiao Shi · 11 years ago
  83. 9bcbc7c docs: Update of copyright and license statement in all .hpp and .cpp files by Alexander Afanasyev · 11 years ago
  84. ca53ac6 face, mgmt: improve face creation failure and bad URI handling by Steve DiBenedetto · 11 years ago
  85. 6e69432 face/mgmt/fw/tools: add localUri to FaceStatus and FaceEventNotification by Junxiao Shi · 11 years ago
  86. 7949416 face: Face::getLocalUri by Junxiao Shi · 11 years ago
  87. bf9edee logging: Reducing log level in several places by Alexander Afanasyev · 11 years ago
  88. bf6a93d core: change logging from environment variable to configuration file-based by Steve DiBenedetto · 11 years ago
  89. 51d242a mgmt: refactor management modules to use ControlCommand by Steve DiBenedetto · 11 years ago
  90. 2d2cde1 mgmt/tools: fix build errors by Junxiao Shi · 11 years ago
  91. 88d6937 mgmt: StatusServer uses ndn::nfd::ForwarderStatus by Junxiao Shi · 11 years ago
  92. 16d1b7d mgmt: InternalFace processes Interest asynchronously by Junxiao Shi · 11 years ago
  93. b9906cf mgmt: add udp listening by Steve DiBenedetto · 11 years ago
  94. 7564d97 mgmt: refactor management modules to conform to NFD Management Protocol by Steve DiBenedetto · 11 years ago
  95. efea8fe build: Enabling -Werror in debug mode and fixing discovered issues by Alexander Afanasyev · 11 years ago
  96. 82afa1a tools: nfd-autoreg by Alexander Afanasyev · 11 years ago
  97. bbe3f0c mgmt: Inserting created multicast faces into the forwarder (FaceTable) by Alexander Afanasyev · 11 years ago
  98. 06ae907 mgmt: Making use of standard appendVersion/appendSegment calls by Alexander Afanasyev · 11 years ago
  99. ba74905 mgmt: add body to face destroy control response by Steve DiBenedetto · 11 years ago
  100. 7b7dfdd tools: Fixing bugs in nfd-status by Alexander Afanasyev · 11 years ago