1. 0c3e57b face+mgmt: allow congestion marking parameters to be enabled and set by Eric Newberry · 7 years ago
  2. 15b5505 face: group parameters to createFace and connect into a common structure by Davide Pesavento · 7 years ago
  3. 0c84164 face: allow enabling/disabling congestion marking through config file by Eric Newberry · 7 years ago
  4. 8ce0903 face: implement IPv6 UDP multicast transport by Md Ashiqur Rahman · 7 years ago
  5. b49313d face: congestion detection in TCP, UDP, and Unix socket transports by Eric Newberry · 7 years ago
  6. f2bfb44 mgmt: CS information dataset (hit/miss counters) by Junxiao Shi · 7 years ago
  7. 8215a3a face: deduplicate multicast UDP socket setup by Davide Pesavento · 7 years ago
  8. 00d39fd tests: improve LpReliability unit tests by Eric Newberry · 7 years ago
  9. 3f9234b table: limit prefix length in Measurements by Junxiao Shi · 7 years ago
  10. 0c63c63 build: Fix build when std::to_string is not available by Alexander Afanasyev · 7 years ago
  11. 41aba10 fw: add strategy notification for Interests dropped by LpReliability by Eric Newberry · 7 years ago
  12. 59769b1 Make the exit status consistent across all programs by Davide Pesavento · 7 years ago
  13. bb734df face: pass the whole NetworkInterface to UdpFactory::createMulticastFace by Davide Pesavento · 7 years ago
  14. 4b89a6e face: move createChannel overloads that take strings to unit tests by Davide Pesavento · 7 years ago
  15. afb2059 use ndn::ip::address(V6)FromString for scope-id aware conversion by Yanbiao Li · 7 years ago
  16. 4e837f8 table: limit prefix length in StrategyChoice by Junxiao Shi · 7 years ago
  17. b5eee20 face: delete deprecated FaceSystem constructor by Davide Pesavento · 7 years ago
  18. 847de40 build: Add warning for non-virtual destructor and fix discovered issues by Alexander Afanasyev · 7 years ago
  19. 042a331 table: attach PIT entry to NameTree node within depth limit by Junxiao Shi · 7 years ago
  20. f940ae7 fw: use lp::isLessSevere from ndn-cxx by Junxiao Shi · 7 years ago
  21. f54d030 table: advisory limit of NameTree depth by Junxiao Shi · 7 years ago
  22. 06a1eab fw: Forwarder provides CS hit/miss counters by Junxiao Shi · 7 years ago
  23. 84d3adc tools: add reliability option to nfdc face create by Eric Newberry · 7 years ago
  24. a997d29 Fix compilation with Boost 1.65.0 by Davide Pesavento · 7 years ago
  25. c0a5a39 Add -Wextra-semi -Wundefined-func-template to the default CXXFLAGS by Davide Pesavento · 7 years ago
  26. 00a3c9d face: enable fragmentation and reassembly on unicast Ethernet faces by Davide Pesavento · 7 years ago
  27. a5765d6 core: delete NetworkInterfaceInfo class by Junxiao Shi · 7 years ago
  28. 2642cd2 mgmt: support LpReliability flag in faces/create and faces/update by Eric Newberry · 7 years ago
  29. 6126547 face: EthernetFactory: skip non-Ethernet interfaces by Davide Pesavento · 7 years ago
  30. b8eebcb face: EthernetTransport: use MTU provided by ndn::net::NetworkInterface by Davide Pesavento · 7 years ago
  31. 79a9208 face: use NetworkMonitor in EthernetFactory by Junxiao Shi · 7 years ago
  32. bbace1d face: use NetworkMonitor in UdpFactory by Junxiao Shi · 7 years ago
  33. 9001599 fw: per upstream retx exponential suppression for multicast strategy by Ashlesh Gawande · 7 years ago
  34. 6028619 face: remove prohibited endpoint set by Junxiao Shi · 7 years ago
  35. fc2e13d fw: replace Link with forwarding hint by Junxiao Shi · 7 years ago
  36. 944f38b face: move face parameters into CreateFaceParams struct by Eric Newberry · 7 years ago
  37. 0ba6d64 face: pass addFace and NetworkMonitor to ProtocolFactory constructor by Junxiao Shi · 7 years ago
  38. 2d49175 face: give ProtocolFactory access to NetworkMonitor by Junxiao Shi · 7 years ago
  39. 7b0071e face: Acks acknowledge TxSequence instead of Sequence by Eric Newberry · 7 years ago
  40. 0d82d04 face: construct EthernetTransport with NetworkInterface by Junxiao Shi · 7 years ago
  41. 84c65c0 docs: update doxygen configuration by Davide Pesavento · 7 years ago
  42. 68ab43d face: don't set TransportState to FAILED if connection is closed cleanly by Davide Pesavento · 7 years ago
  43. 0b0a71d face: rename hasBeenUsedRecently to hasRecentlyReceived by Davide Pesavento · 7 years ago
  44. 1816d4b face: implement close-on-idle and persistency change for Ethernet unicast by Davide Pesavento · 7 years ago
  45. dbb6b3e mgmt: use v2 ValidationPolicy in CommandAuthenticator by Junxiao Shi · 7 years ago
  46. 83be1da use FaceUri and NetworkMonitor from ndn-cxx/net by Junxiao Shi · 7 years ago
  47. 46afec4 face: unicast support in EthernetFactory by Davide Pesavento · 7 years ago
  48. 43ff2a9 face: EthernetChannel by Davide Pesavento · 7 years ago
  49. 6eb0271 face: decode CachePolicy without requiring allowLocalFields by Junxiao Shi · 7 years ago
  50. 16a3adf switch to ndn-cxx KeyChain v2 by Junxiao Shi · 7 years ago
  51. f4056d0 cs+fw: omitted FreshnessPeriod implies always stale by Eric Newberry · 7 years ago
  52. a94f367 face: MulticastEthernetTransport: remove promiscuous mode fallback by Davide Pesavento · 7 years ago
  53. fe0580c face: introduce PcapHelper class by Davide Pesavento · 7 years ago
  54. 1cce2a3 mgmt: enable LocalUri in faces/create command response by Junxiao Shi · 8 years ago
  55. 73bcad3 core: make SizeCounter use pointer instead of reference by Eric Newberry · 8 years ago
  56. a3c9ddb face: allow the creation of permanent TCP faces by Davide Pesavento · 8 years ago
  57. acca18a face: use std::array in UdpChannel by Davide Pesavento · 8 years ago
  58. 77911cc face: make logging more uniform across channel types by Davide Pesavento · 8 years ago
  59. c19408d face: move isListening()/size() to Channel as pure virtual methods by Davide Pesavento · 8 years ago
  60. e5eebad face: remove nfd::ProtocolFactory type alias by Davide Pesavento · 8 years ago
  61. 8fd15e6 face: move Channel and subclasses into nfd::face namespace by Davide Pesavento · 8 years ago
  62. f03d479 mgmt+tools: rename 'datas' to 'data' by Junxiao Shi · 8 years ago
  63. f995f38 fw: forward Interest/Data to ad hoc incoming face by Teng Liang · 8 years ago
  64. cad76b6 fw: ASF should check if FaceInfo exists before using it by Ashlesh Gawande · 8 years ago
  65. 78e32b0 face+mgmt: accept LocalUri in ProtocolFactory and FaceManager by Eric Newberry · 8 years ago
  66. 6bd6d0b face: UnicastEthernetTransport by Davide Pesavento · 8 years ago
  67. bfea575 face: configuration option to make Ethernet face "ad hoc" by Teng Liang · 8 years ago
  68. fe4fce3 face: configuration option to make UDP multicast face "ad hoc" by Teng Liang · 8 years ago
  69. 185ab29 face: add best-effort link-layer reliability by Eric Newberry · 8 years ago
  70. da89fa5 fw: silence unused variable warning in FaceTable by Junxiao Shi · 8 years ago
  71. 4f5cdcf fw: avoid breaking logic after LINK_TYPE_AD_HOC is introduced by Teng Liang · 8 years ago
  72. 1586aff mgmt+tests: no need to wrap ndn::nfd::FibEntry anymore by Davide Pesavento · 8 years ago
  73. 635bf20 Remove use of deprecated code by Alexander Afanasyev · 8 years ago
  74. 2fe3af0 fw: duplicate Nonce from same face is not loop by Junxiao Shi · 8 years ago
  75. ecdbe5f fw: consumer retansmission in multicast startegy by Ashlesh Gawande · 8 years ago
  76. e38e261 fw: Nack in multicast strategy by Ashlesh Gawande · 8 years ago
  77. 6fd1e7e fw: in FaceTable::add(), move the shared_ptr instead of copying it by Davide Pesavento · 8 years ago
  78. 58ba3f9 mgmt+tools: rework FacePersistency handling in faces/create and faces/update by Yanbiao Li · 8 years ago
  79. f9858fd fw: strip Link object when Interest reaches producer region by Junxiao Shi · 8 years ago
  80. fab9e0d tests: forwarding with Link objects test suite by Junxiao Shi · 8 years ago
  81. 9954007 fw: abstract Nack processing out of BestRouteStrategy2 by Junxiao Shi · 8 years ago
  82. ea47bde mgmt: FaceManager no longer owns FaceSystem by Junxiao Shi · 8 years ago
  83. c344304 face: make ProtocolFactory::processConfig pure virtual by Junxiao Shi · 8 years ago
  84. c31080d mgmt: Create UDP multicast faces according to whitelist/blacklist by Junxiao Shi · 8 years ago
  85. b47247d face: ProtocolFactory registry by Junxiao Shi · 8 years ago
  86. 55e21b9 table: clear StrategyInfo only if Strategy type differs by Junxiao Shi · 8 years ago
  87. 64d99f2 face: process face_system.udp config section in UdpFactory by Junxiao Shi · 8 years ago
  88. 3409cd3 face: process face_system.websocket config section in WebSocketFactory by Junxiao Shi · 8 years ago
  89. 3206565 face: revert unintended behavior change in Transport::setPersistency by Davide Pesavento · 8 years ago
  90. 32dab97 face: Transport::canChangePersistencyTo by Yanbiao Li · 8 years ago
  91. 7003c60 face: process face_system.ether config section in EthernetFactory by Junxiao Shi · 8 years ago
  92. 406deb5 face: process face_system.unix config section in UnixStreamFactory by Junxiao Shi · 8 years ago
  93. 38b24c7 face: process face_system.tcp config section in TcpFactory by Junxiao Shi · 8 years ago
  94. 530cf00 table: StrategyChoice::insert return value includes error description by Junxiao Shi · 8 years ago
  95. 91f6ee0 fw: instantiate strategy of next higher version by Junxiao Shi · 8 years ago
  96. b859031 face: FaceSystem class by Junxiao Shi · 8 years ago
  97. 7f566dd table: StrategyChoice no longer supports installed instances by Junxiao Shi · 8 years ago
  98. 65800d2 mgmt: change strategy-choice/set response codes by Junxiao Shi · 8 years ago
  99. 4cb7431 fw: delete deprecated Strategy::getName in favor of getInstanceName by Junxiao Shi · 8 years ago
  100. 3aba754 table: make FIB and StrategyChoice iterators default-constructible by Junxiao Shi · 8 years ago