1. b84e674 fw: FaceTable iterator dereferences to Face& instead of shared_ptr by Junxiao Shi · 8 years ago
  2. 5b43f9a fw: FaceTable::get returns Face* instead of shared_ptr by Junxiao Shi · 8 years ago
  3. a49a1ab table: StrategyChoice uses unique_ptr instead of shared_ptr by Junxiao Shi · 8 years ago
  4. 221b6fe tests: don't use makeDummyClientFace by Junxiao Shi · 8 years ago
  5. a6de429 table: don't use shared_ptr in FIB by Junxiao Shi · 8 years ago
  6. f5aee94 tests: fix running with non-root user by Weiwei Liu · 9 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. 150b80d tests: concatenate StatusDataset respones after all segments are fetched by Yanbiao Li · 9 years ago
  10. 8094624 mgmt: enhance ForwarderStatusManager test suite by Junxiao Shi · 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. 9c7c79f tests: fix "defined but not used" build error with gcc-5 by Davide Pesavento · 9 years ago
  16. 1d7e7af face+mgmt: simplify factories and FaceManager using C++11 features by Davide Pesavento · 9 years ago
  17. 964d459 tests: Fix compilation against boost 1.59 by Alexander Afanasyev · 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. 0e092ae mgmt: revert router name configuration options by Junxiao Shi · 9 years ago
  31. 149e02c Enhance exception throwing with Boost Exception library by Spyridon Mastorakis · 9 years ago
  32. 66c569d mgmt: Fix compilation and test cases when dropping privileges is not supported by Alexander Afanasyev · 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. 6ad890a face: Stop using shared_ptr to manage acceptors by Davide Pesavento · 10 years ago
  38. d0381c0 tests: Change to updated naming conventions by Spyridon Mastorakis · 10 years ago
  39. 4d384fc tests: Revert changes to s_normalUid/s_normalGid in MgmtGeneralConfigSection test suite by Alexander Afanasyev · 10 years ago
  40. 319f2c8 src: Update copyright notices for files modified in 2015 by Alexander Afanasyev · 10 years ago
  41. c099ddb face: replace EventEmitter usage with Signal by Junxiao Shi · 10 years ago
  42. b94af7c mgmt: Allow only canonical FaceUri in faces/create command by Chengyu Fan · 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. ab205c2 mgmt: respond Nack when query is invalid by Chengyu Fan · 10 years ago
  46. ec3e4fc tests: Removing usage of deprecated MetaInfo::TYPE_* constants by Alexander Afanasyev · 10 years ago
  47. dbcb1a1 mgmt: remove listen option from unix channel configuration by Steve DiBenedetto · 10 years ago
  48. 320d233 mgmt: Implement Query Operation in FaceManager by Chengyu Fan · 10 years ago
  49. cd55cde tools/tests: fix compilation errors caused by bind and placeholders by Junxiao Shi · 10 years ago
  50. c0640f5 mgmt: add config file-based strategy selection by Steve DiBenedetto · 10 years ago
  51. ab1e8f2 build: Always build in C++11 mode. by Davide Pesavento · 10 years ago
  52. 67f11ac all: avoid usage of deprecated namespace ndn::Tlv by Junxiao Shi · 10 years ago
  53. 9942cea tools, tests: replace FaceFlags with individual fields by Chengyu Fan · 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. b4336c2 test: move general config section test to tests/daemon/mgmt by Steve DiBenedetto · 10 years ago
  58. e918621 build: Disable Ethernet face support on OSX with Boost 1.56 by Alexander Afanasyev · 10 years ago
  59. 15b12e7 core: use markers in StatusDataset and NotificationStream by Junxiao Shi · 10 years ago
  60. 5144f82 mgmt+core: Moving SegmentPublisher to core/ and removing KeyChain from nfd::AppFace by Vince Lehman · 10 years ago
  61. 632a620 mgmt: expose link layer counters in Face Dataset by Junxiao Shi · 10 years ago
  62. 7b984c6 face: reserved FaceIds and NullFace by Junxiao Shi · 10 years ago
  63. 33152f1 face: link layer byte counts in FaceCounters by Junxiao Shi · 10 years ago
  64. 9bcc88f mgmt,main: configure tables with defaults when missing config section/values by Steve DiBenedetto · 10 years ago
  65. e515f0a face: Moving idle UdpFace closing logic to UdpFace class by Alexander Afanasyev · 10 years ago
  66. 3a4f83d mgmt, main: add "tables" configuration file section and processor by Steve DiBenedetto · 10 years ago
  67. ef04f27 face, mgmt: add channel status dataset publisher by Steve DiBenedetto · 10 years ago
  68. 3fff561 mgmt: publish Strategy Choice dataset by Steve DiBenedetto · 10 years ago
  69. b56c5b9 tests: Prevent false failures of test cases for Ethernet face by Alexander Afanasyev · 10 years ago
  70. 5959b01 mgmt: Reinitialize multicast faces and partially reload config file on HUP signal by Alexander Afanasyev · 10 years ago
  71. 2599928 mgmt: update face created Control Response with URI's canonical form by Steve DiBenedetto · 10 years ago
  72. 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
  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. 613e2a9 src: Reorganizing source code in preparation to merge NRD code by Alexander Afanasyev · 11 years ago