1. caa60cc tests: merge unit-tests-rib into unit-tests-daemon by Davide Pesavento · 10 months ago
  2. 2c9d2ca core: slim down `common.hpp` by Davide Pesavento · 11 months ago
  3. 91c15c8 build: stop defining _DEBUG, rely only on NDEBUG instead by Davide Pesavento · 12 months ago
  4. d91fe6d core+face: avoid deprecated Boost.Asio interfaces by Davide Pesavento · 1 year, 3 months ago
  5. a9e1ab2 build: require boost >= 1.71.0 by Davide Pesavento · 1 year, 3 months ago
  6. 910232f build: use python f-strings by Davide Pesavento · 1 year, 4 months ago
  7. a9b09b6 build: make precompiled headers more useful by Davide Pesavento · 2 years, 7 months ago
  8. e422f9e Refactor and modernize namespace declarations by Davide Pesavento · 2 years, 7 months ago
  9. a3a7a4e Use more C++17 features by Davide Pesavento · 2 years, 7 months ago
  10. b7bfcb9 build: switch to C++17 by Davide Pesavento · 2 years, 7 months ago
  11. 1b22a8c tests: drop redundant calls to Interest::setCanBePrefix(false) by Davide Pesavento · 2 years, 10 months ago
  12. 412c982 Reduce usage of std::bind() by Davide Pesavento · 3 years, 6 months ago
  13. 0498ce8 fw: reorder function params to make the strategy API more uniform by Davide Pesavento · 3 years, 7 months ago
  14. 358414d fw: remove reliance upon marker name components by Eric Newberry · 3 years, 9 months ago
  15. 7922d12 fw: rename BestRouteStrategy2 class to BestRouteStrategy by Davide Pesavento · 3 years, 10 months ago
  16. a6286a9 face: allow setting default UDP face MTU in config by Junxiao Shi · 3 years, 10 months ago
  17. 264af77 build: prepend "NFD_" to various macro names to avoid conflicts by Davide Pesavento · 3 years, 11 months ago
  18. 9ab43e6 ci+docs: CentOS renamed the PowerTools repo to lowercase by Davide Pesavento · 4 years ago
  19. 2135375 tests: sync common testing infrastructure with ndn-cxx by Davide Pesavento · 4 years, 1 month ago
  20. b7e72c3 tests: use NullSignature by Davide Pesavento · 4 years, 3 months ago
  21. ebc20f6 fw: remove EndpointId from egress APIs by Teng Liang · 4 years, 6 months ago
  22. f3bc3ae face: remove EndpointId from egress APIs by Teng Liang · 4 years, 7 months ago
  23. cf9e1c7 tests: avoid deprecated boost headers by Davide Pesavento · 5 years ago
  24. 5f59607 pit-fib-benchmark: remove gap4 and simplify by Davide Pesavento · 6 years ago
  25. 075bb7d face: add EndpointId in Face and LinkService by ashiqopu · 6 years ago
  26. 2cae8ca core: move nfd-specific files to daemon/ by Davide Pesavento · 6 years ago
  27. 9222f36 table: eliminate Selectors from CS tests by Junxiao Shi · 6 years ago
  28. 14e71f0 tests+tools: minor code cleanup by Davide Pesavento · 6 years ago
  29. cf7db2f tests: unit-tests-{core,tools} no longer require a global io_service by Davide Pesavento · 6 years ago
  30. 3dade00 core+daemon: eliminate scheduler::{schedule,cancel} wrappers by Davide Pesavento · 6 years ago
  31. c707948 fw: add FaceEndpoint parameter in Forwarding and Strategy API by ashiqopu · 6 years ago
  32. 1b077f6 rib: move entire subdir to daemon/rib by Davide Pesavento · 6 years ago
  33. 97e3302 Replace nfd::getExtendedErrorMessage with boost::diagnostic_information by Davide Pesavento · 6 years ago
  34. 19779d8 Replace all uses of BOOST_THROW_EXCEPTION with NDN_THROW by Davide Pesavento · 6 years ago
  35. 39465c2 fw: implement self-learning forwarding strategy by Teng Liang · 6 years ago
  36. 9c33b90 core+face+tools: use asio::ip::address::from_string directly by Davide Pesavento · 7 years ago
  37. ded1742 face: Configurable IP subnets for "local" TCP faces by Alexander Afanasyev · 7 years ago
  38. 0064c1d build: update waf to version 2.0.6 by Davide Pesavento · 7 years ago
  39. 15b5505 face: group parameters to createFace and connect into a common structure by Davide Pesavento · 7 years ago
  40. 0c84164 face: allow enabling/disabling congestion marking through config file by Eric Newberry · 7 years ago
  41. 4738f15 tests: make CongestionMarkStrategy parameters human-readable by Eric Newberry · 7 years ago
  42. 78ef901 tests: allow parameters to be specified to CongestionMarkStrategy by Eric Newberry · 7 years ago
  43. 0c63c63 build: Fix build when std::to_string is not available by Alexander Afanasyev · 7 years ago
  44. 69b63dc tests: add integration test helper strategy CongestionMarkStrategy by Eric Newberry · 7 years ago
  45. 52ae329 tests: remove reliance of other tests on WITH_TESTS by Eric Newberry · 7 years ago
  46. afb2059 use ndn::ip::address(V6)FromString for scope-id aware conversion by Yanbiao Li · 7 years ago
  47. a997d29 Fix compilation with Boost 1.65.0 by Davide Pesavento · 7 years ago
  48. 2642cd2 mgmt: support LpReliability flag in faces/create and faces/update by Eric Newberry · 7 years ago
  49. a3c9ddb face: allow the creation of permanent TCP faces by Davide Pesavento · 8 years ago
  50. 8fd15e6 face: move Channel and subclasses into nfd::face namespace by Davide Pesavento · 8 years ago
  51. f40551a face+mgmt: enable local fields through ProtocolFactory::createFace by Eric Newberry · 8 years ago
  52. 4260241 mgmt+face: move protocol-specific face creation checks into protocol factories by Eric Newberry · 8 years ago
  53. aaa5dd3 tests: add callgrind start/stop macros in benchmark programs by Davide Pesavento · 8 years ago
  54. dbef6dc table: Pit::erase accepts Entry* instead of shared_ptr by Junxiao Shi · 8 years ago
  55. f9f7cf3 tests: fix assertion failure in PIT+FIB benchmark by Junxiao Shi · 8 years ago
  56. 4f1afac tests: face system benchmark by Weiwei Liu · 9 years ago
  57. d72f092 tests: PIT and FIB benchmark by Yumin Xia · 9 years ago
  58. dd7e5da build: Fix compatibility with Python 3 by Alexander Afanasyev · 9 years ago
  59. bc9ed49 tests: Customize environment to run test cases by Alexander Afanasyev · 9 years ago
  60. f22ebaf tests+ci: Enable dual XML and HRF output of unit test results by Alexander Afanasyev · 9 years ago
  61. eab7249 table: change ContentStore lookup API to allow async implementations by mzhang4 · 10 years ago
  62. 5af9bd3 table: reduce implicit digest computation in ContentStore by Junxiao Shi · 10 years ago
  63. 85d17fc table: ContentStore benchmark by Junxiao Shi · 10 years ago
  64. a938818 table: rewrite ContentStore by Junxiao Shi · 10 years ago
  65. 2e0db68 cs-smoketest: data.wireEncode() before CS insert by Junxiao Shi · 10 years ago
  66. 9a0c2d0 build: Disable installation of unit tests on `./waf install` by Alexander Afanasyev · 11 years ago
  67. 4a77136 build: == Dependency change == NFD now depends on ndn-cxx library by Alexander Afanasyev · 11 years ago
  68. 613e2a9 src: Reorganizing source code in preparation to merge NRD code by Alexander Afanasyev · 11 years ago