1. 4c95771 face: change default Unix socket path by Davide Pesavento · 12 months ago
  2. bf4c131 docs: update several URLs to point to docs.named-data.net by Davide Pesavento · 1 year, 10 months ago
  3. 5e02c04 docs: Update sample nfd.conf to allow use of v0.3 Signed Interests by Alexander Afanasyev · 3 years ago
  4. a103334 fw: Add default HopLimit to Interest when missing by Philipp Moll · 3 years, 7 months ago
  5. d69070e ci+docs+tools: stop using deprecated ndnsec commands by Davide Pesavento · 3 years, 7 months ago
  6. a6286a9 face: allow setting default UDP face MTU in config by Junxiao Shi · 3 years, 10 months ago
  7. 6aecc50 doc: accommodate certificate name in KeyLocator in sample nfd.conf by Junxiao Shi · 3 years, 11 months ago
  8. 2297490 face: use /run/nfd.sock on Linux by Eric Newberry · 4 years, 9 months ago
  9. 69857c3 build+docs: switch to python3, refresh FAQ and INSTALL documents by Davide Pesavento · 4 years, 9 months ago
  10. 18c2b29 mgmt: use a separate validator for prefix announcements by Teng Liang · 5 years ago
  11. eef49a9 face: parse face_system.netdev_bound config section by Junxiao Shi · 6 years ago
  12. 32e7609 table: Make LRU the default CS replacement policy by Chavoosh Ghasemi · 6 years ago
  13. a314808 core: reimplement logging using ndn-cxx's facility by Davide Pesavento · 7 years ago
  14. ded1742 face: Configurable IP subnets for "local" TCP faces by Alexander Afanasyev · 7 years ago
  15. 3bdc1de core: Add support for IPv6 subnets in Network::isValidCidr by Alexander Afanasyev · 7 years ago
  16. 17d1849 face: enable congestion marking by default on supported faces by Eric Newberry · 7 years ago
  17. c9b5e01 mgmt: implement cs/config command by Junxiao Shi · 7 years ago
  18. 494a955 face: support non-listening UDP channels by Davide Pesavento · 7 years ago
  19. 0c84164 face: allow enabling/disabling congestion marking through config file by Eric Newberry · 7 years ago
  20. 8ce0903 face: implement IPv6 UDP multicast transport by Md Ashiqur Rahman · 7 years ago
  21. 38fb251 Update security section in sample config for V2 certificate by Alexander Afanasyev · 7 years ago
  22. 60b7d51 docs: Fix reference to ValidatorConfig documentation by Chavoosh Ghasemi · 7 years ago
  23. 46afec4 face: unicast support in EthernetFactory by Davide Pesavento · 8 years ago
  24. bfea575 face: configuration option to make Ethernet face "ad hoc" by Teng Liang · 8 years ago
  25. fe4fce3 face: configuration option to make UDP multicast face "ad hoc" by Teng Liang · 8 years ago
  26. 21f22e6 core: enable wildcard matching on interface names for whitelist/blacklist by susmit · 8 years ago
  27. 9fcf123 rib: Enable Readvertise-to-NLSR by Nick Gordon · 8 years ago
  28. c31080d mgmt: Create UDP multicast faces according to whitelist/blacklist by Junxiao Shi · 8 years ago
  29. b4a5acd mgmt: tables.cs_policy config option by Junxiao Shi · 8 years ago
  30. 91e1d7c mgmt: create Ethernet multicast faces according to whitelist/blacklist by susmit · 8 years ago
  31. 88f5f73 fw: change default UnsolicitedDataPolicy to drop-all by Junxiao Shi · 8 years ago
  32. 9685cc5 mgmt: tables.cs_unsolicited_policy config option by Junxiao Shi · 8 years ago
  33. d7c9636 rib: redesign of remote prefix registration by Yanbiao Li · 10 years ago
  34. 63ab1bb mgmt: Add tables.network_region section in config file to populate NetworkRegionTable by Vince Lehman · 9 years ago
  35. 67ba8d2 fw: rename BroadcastStrategy to MulticastStrategy by Junxiao Shi · 9 years ago
  36. 0e092ae mgmt: revert router name configuration options by Junxiao Shi · 9 years ago
  37. ee7c844 mgmt: Add router name configuration options by Vince Lehman · 9 years ago
  38. addecff management: clarify the inconsistency in UDP face timeouts in nfd.conf by Chengyu Fan · 10 years ago
  39. f08a737 daemon+rib: Merge nrd and nfd into a single process (separate threads) by Alexander Afanasyev · 10 years ago
  40. 158f73f docs: Update config file instructions for disabling unix sockets by Steve DiBenedetto · 10 years ago
  41. b9d439d rib: remote prefix registration by Yanbiao Li · 10 years ago
  42. c17de83 rib: remote prefix registration by Yanbiao Li · 10 years ago
  43. dbcb1a1 mgmt: remove listen option from unix channel configuration by Steve DiBenedetto · 10 years ago
  44. c0640f5 mgmt: add config file-based strategy selection by Steve DiBenedetto · 10 years ago
  45. 676a55a rib: Change validator configuration since ValidatorConfig can check timestamp now by Yingdi Yu · 11 years ago
  46. 3a4f83d mgmt, main: add "tables" configuration file section and processor by Steve DiBenedetto · 11 years ago
  47. 53df163 face: Implement WebSocket channel, face, and factory. by Wentao Shang · 11 years ago
  48. 24b9a64 core: add support for temporary privilege drop and elevation by Steve DiBenedetto · 11 years ago
  49. c8f214c security: Support wildcard in NFD configuration by Yingdi Yu · 11 years ago
  50. e5224e9 rib: Separate trust models for `/localhost` and `/localhop` RIB management commands by Yingdi Yu · 11 years ago
  51. 20d3144 rib: Switch RibManager to use NFD RIB Management protocol by Alexander Afanasyev · 11 years ago
  52. 89cf5e0 rib: Making single configuration file for both nrd and nfd by Alexander Afanasyev · 11 years ago
  53. 6d7176d face: bugfix of MulticastUdpFace receiving packets from all available NICs on Linux by Giulio Grassi · 11 years ago
  54. 885a85b build+face: Fixing regression that broke ethernet support by Alexander Afanasyev · 11 years ago
  55. 9515287 mgmt: add support for enabling/disabling IPv4 or v6 channels by Steve DiBenedetto · 11 years ago
  56. bf6a93d core: change logging from environment variable to configuration file-based by Steve DiBenedetto · 11 years ago
  57. 7564d97 mgmt: refactor management modules to conform to NFD Management Protocol by Steve DiBenedetto · 11 years ago
  58. 791c46a mgmt: enable UDP and Ethernet multicast in default configuration by Steve DiBenedetto · 11 years ago
  59. 1a3c673 mgmt: add certificate generation/export instructions to nfd.conf.sample.in and README.md by Steve DiBenedetto · 11 years ago
  60. 84da5bf mgmt: add sample configuration file and install default configuration by Steve DiBenedetto · 11 years ago