1. c78226c table: prevent integer overflow in pit::FaceRecord by Junxiao Shi · 4 years, 5 months ago
  2. f3bc3ae face: remove EndpointId from egress APIs by Teng Liang · 4 years, 5 months ago
  3. a158370 Adjust includes for the updated locations of ndn-cxx security headers by Alexander Afanasyev · 4 years, 5 months ago
  4. 34b2b57 Rename VERSION to VERSION.info to avoid conflicts with modern STL by Alexander Afanasyev · 4 years, 5 months ago
  5. 1f237ab tests: avoid use of deprecated default SigningInfo by Eric Newberry · 4 years, 5 months ago
  6. 3a2339a face: Connect faces to the parent (unicast) or associated (multicast) channels by Alexander Afanasyev · 4 years, 5 months ago
  7. 1752159 build: align minimum build dependencies with ndn-cxx by Davide Pesavento · 4 years, 6 months ago
  8. 4995bf9 tools: erase all requested entries from CS in nfdc by Eric Newberry · 4 years, 7 months ago
  9. c68b2e8 fw: add HopLimit to strategy documentation by Eric Newberry · 4 years, 7 months ago
  10. c29eb7f fw: attach PIT token upon CS hit by Junxiao Shi · 4 years, 7 months ago
  11. 9d283ad fw: process HopLimit by Eric Newberry · 4 years, 7 months ago
  12. b93fb6c ci: set ASan's detect_invalid_pointer_pairs to 2 by Davide Pesavento · 4 years, 7 months ago
  13. 8f290fc ci: add CentOS 8 support; drop CentOS 7 by Davide Pesavento · 4 years, 7 months ago
  14. cb27d91 common: handle negative unsigneds in config by Eric Newberry · 4 years, 7 months ago
  15. 9cec699 fw: Minor bug fixes for timeout sensitivity and ignored probes in ASF by Alex Lane · 4 years, 8 months ago
  16. d656aff tools: create face during nfdc route add by Eric Newberry · 4 years, 7 months ago
  17. 2297490 face: use /run/nfd.sock on Linux by Eric Newberry · 4 years, 7 months ago
  18. 69857c3 build+docs: switch to python3, refresh FAQ and INSTALL documents by Davide Pesavento · 4 years, 7 months ago
  19. feeb918 face: handle initially non-running Ethernet interfaces by Eric Newberry · 4 years, 7 months ago
  20. 13ff259 mgmt+tools: allow MTU overrides on existing faces by Eric Newberry · 4 years, 8 months ago
  21. cb6551e face: allow GenericLinkService to override MTU by Eric Newberry · 4 years, 8 months ago
  22. 56c68a3 ci: update Travis configuration by Davide Pesavento · 4 years, 8 months ago
  23. 51cf75c fw+table: use Interest::Nonce instead of uint32_t by Davide Pesavento · 4 years, 8 months ago
  24. 854866f rib: fix logic bug in config file validation by Jongseok Lee · 4 years, 8 months ago
  25. 32f7eac face: deduplicate received LpPackets with reliability by Eric Newberry · 4 years, 9 months ago
  26. 5ab4cf8 face: add logging to LpReliability by Eric Newberry · 4 years, 9 months ago
  27. f3ee808 face: support runtime MTU changes on Ethernet faces by Eric Newberry · 4 years, 9 months ago
  28. 97f26a2 docs: restructure and update AUTHORS.md by Eric Newberry · 4 years, 9 months ago
  29. e89118e build: upgrade waf to version 2.0.19 by Davide Pesavento · 4 years, 10 months ago
  30. fb03421 Prepare release 0.7.0 by Alexander Afanasyev · 4 years, 10 months ago NFD-0.7.0
  31. cf9e1c7 tests: avoid deprecated boost headers by Davide Pesavento · 4 years, 11 months ago
  32. 5a89769 Use NDN_CXX_UNREACHABLE where appropriate by Davide Pesavento · 5 years ago
  33. 18c2b29 mgmt: use a separate validator for prefix announcements by Teng Liang · 5 years ago
  34. f7d2050 build: pass pkg_config_path to check_cfg() when looking for libndn-cxx by Davide Pesavento · 5 years ago
  35. 8e53127 fw: SelfLearningStrategy: check if PIT out-record exists by Teng Liang · 5 years ago
  36. 2feb459 fw: add processing for afterNewNextHop signal by Ju Pan · 5 years ago
  37. 6598fb0 rib: error out if both localhop_security and auto_prefix_propagate are enabled by Wenkai Zheng · 5 years ago
  38. a499aa2 mgmt: Enable use of direct fetch in RibManager by Zhiyi Zhang · 5 years ago
  39. 4bd4f71 ci: upgrade Travis config to Ubuntu 18.04 by Davide Pesavento · 5 years ago
  40. a4abfb0 fw: pull FaceTable construction out of Forwarder class by Davide Pesavento · 5 years ago
  41. 380668b face: Make congestion marking less aggressive by Klaus Schneider · 5 years ago
  42. 606d5dd face+fw: store and return PitToken from downstream by Junxiao Shi · 5 years ago
  43. 24be073 face: increase pcap buffer size by Junxiao Shi · 5 years ago
  44. 759db61 daemon: add missing include by Davide Pesavento · 5 years ago
  45. 6c8c2a0 face: add a per face counter for Interests kept by the forwarder by Ju Pan · 5 years ago
  46. c88d2d4 Revert "pit: add EndpointId field in in-record and out-record" by Md Ashiqur Rahman · 5 years ago
  47. cf1d0c0 fw: Add Random Forwarding Strategy by Klaus Schneider · 5 years ago
  48. f689c79 mgmt: avoid deprecated KeyLocator::Type enum by Davide Pesavento · 5 years ago
  49. a6f637a fw: various code simplifications in AsfStrategy by Davide Pesavento · 5 years ago
  50. df1dc65 rib: change FIB update mocking method by Junxiao Shi · 5 years ago
  51. 55d83d4 docs: remove "Installing from Binaries" section from INSTALL doc by wenkaizheng · 5 years ago
  52. d8315bf table: add Fib::afterNewNextHop signal by Ju Pan · 5 years ago
  53. 7890a9f tests: avoid comparing Interests with operator== by Davide Pesavento · 5 years ago
  54. eb7b7ab fw: use ndn-cxx's RttEstimator in AccessStrategy by Davide Pesavento · 5 years ago
  55. 1402fa1 fw: Use ndn-cxx's RttEstimator in AsfStrategy by Ernest McCracken · 5 years ago
  56. 6be9387 Revert "fib: add EndpointId field in NextHop record" by Md Ashiqur Rahman · 5 years ago
  57. 9aafc2a Revert "mgmt: add EndpointId for fib dataset" by Ju Pan · 5 years ago
  58. 57113d1 Revert "tools: display EndpointId in 'nfdc fib list'" by Ju Pan · 5 years ago
  59. 07f2e2f table: rename cs::iterator to cs::Table::const_iterator by Junxiao Shi · 5 years ago
  60. f190cfa face: use ndn-cxx's RttEstimator in LpReliability by Davide Pesavento · 5 years ago
  61. 5153338 rib: make several Rib methods private by Junxiao Shi · 5 years ago
  62. cb425e8 face: move common declarations to face-common.hpp by Davide Pesavento · 5 years ago
  63. d214881 ci: add Xcode 11 to Travis CI build matrix by Davide Pesavento · 5 years ago
  64. 5e4a02f cs: avoid Entry construction during query by Junxiao Shi · 5 years ago
  65. 859a69e daemon: globally disable automatic verification of Interest parameters digest by Davide Pesavento · 5 years ago
  66. 115ea63 fw: on CS miss, pass ingress with EndpointId=0 to strategy by Md Ashiqur Rahman · 5 years ago
  67. 17a7001 rib: consolidate RibManager::FaceIdSet into Rib by Junxiao Shi · 5 years ago
  68. 9d49102 ci: add gcc-9 to Travis CI build matrix by Davide Pesavento · 5 years ago
  69. 13839ac tools: display EndpointId in 'nfdc fib list' by Ju Pan · 5 years ago
  70. 602c3aa mgmt: add EndpointId for fib dataset by Ju Pan · 5 years ago
  71. 47c343b tools: set CanBePrefix in autoconfig by Junxiao Shi · 5 years ago
  72. 73b4980 tests: add FreshnessPeriod where MustBeFresh is used by Junxiao Shi · 5 years ago
  73. 25d9728 table: drop Selectors processing from PIT by Junxiao Shi · 5 years ago
  74. 9d72785 tests: set CanBePrefix in daemon tests by Junxiao Shi · 5 years ago
  75. 5f59607 pit-fib-benchmark: remove gap4 and simplify by Davide Pesavento · 5 years ago
  76. b3a23ca face: eliminate Transport::Packet wrapper type by Davide Pesavento · 6 years ago
  77. 075bb7d face: add EndpointId in Face and LinkService by ashiqopu · 6 years ago
  78. 14b3918 table: drop ChildSelector processing in CS by Junxiao Shi · 6 years ago
  79. 65c494a Prepare release 0.6.6 by Alexander Afanasyev · 6 years ago NFD-0.6.6
  80. a6bd7da build: Remove unnecessary std::ref, causing compilation issues with Boost 1.70.0 by Alexander Afanasyev · 6 years ago
  81. b31206e fw: always create PIT in-records with EndpointId=0 for now by Davide Pesavento · 6 years ago
  82. 2cae8ca core: move nfd-specific files to daemon/ by Davide Pesavento · 6 years ago
  83. 2840dbc tests: remove support for unit-tests.conf by Davide Pesavento · 6 years ago
  84. 0dc3cb1 ci: adapt to new repo layout for CentOS boost RPMs by Davide Pesavento · 6 years ago
  85. 9222f36 table: eliminate Selectors from CS tests by Junxiao Shi · 6 years ago
  86. 08b91c8 docs: sync sphinx build config with ndn-cxx, improve README.md by Davide Pesavento · 6 years ago
  87. a6dec22 fw: properly handle consumer retransmission in AsfStrategy by Saurab Dulal · 6 years ago
  88. 03f45d2 core: move NFD_VERSION{,_BUILD}_STRING to version.cpp by Davide Pesavento · 6 years ago
  89. a809858 tests: merge DummyFace::LinkService with DummyReceiveLinkService by Davide Pesavento · 6 years ago
  90. 284bd62 face: simplify and optimize Internal{Forwarder,Client}Transport by Davide Pesavento · 6 years ago
  91. 16916ae face: introduce NullTransport and use it in several places by Davide Pesavento · 6 years ago
  92. a681a24 face: downgrade "Creating transport" log message to DEBUG by Davide Pesavento · 6 years ago
  93. 14e71f0 tests+tools: minor code cleanup by Davide Pesavento · 6 years ago
  94. c6a65ad nfd-status-http-server: fix display of satisfied/unsatisfied Interests by Davide Pesavento · 6 years ago
  95. 17c172b fw: AccessStrategy: fix PIT in-record lookup with EndpointId by Davide Pesavento · 6 years ago
  96. cf7db2f tests: unit-tests-{core,tools} no longer require a global io_service by Davide Pesavento · 6 years ago
  97. b7703ad tests: introduce ClockFixture by Davide Pesavento · 6 years ago
  98. 1d12d2f tests: IdentityManagementFixture no longer derives from BaseFixture by Davide Pesavento · 6 years ago
  99. 3626b59 ci: update .travis.yml by Davide Pesavento · 6 years ago
  100. fa2aa50 face+tools: fix compilation with Boost 1.69.0 by Davide Pesavento · 6 years ago