1. 2c9d2ca core: slim down `common.hpp` by Davide Pesavento · 11 months ago
  2. d91fe6d core+face: avoid deprecated Boost.Asio interfaces by Davide Pesavento · 1 year, 3 months ago
  3. 8f0b8b6 Simplify some code with Boost.Operators by Davide Pesavento · 1 year, 4 months ago
  4. 191a7a2 core+daemon: declare all equality operators as hidden friends by Davide Pesavento · 1 year, 7 months ago
  5. ae43030 Further reduce the use of std::bind() by Davide Pesavento · 1 year, 8 months ago
  6. 4064127 mgmt+tools: add missing includes by Davide Pesavento · 1 year, 10 months ago
  7. 3bc8e19 Prepare release 22.12 by Davide Pesavento · 2 years ago NFD-22.12
  8. a9b09b6 build: make precompiled headers more useful by Davide Pesavento · 2 years, 7 months ago
  9. e422f9e Refactor and modernize namespace declarations by Davide Pesavento · 2 years, 7 months ago
  10. a3a7a4e Use more C++17 features by Davide Pesavento · 2 years, 7 months ago
  11. b7bfcb9 build: switch to C++17 by Davide Pesavento · 2 years, 7 months ago
  12. 5006c1d Prepare release 22.02 by Alexander Afanasyev · 2 years, 11 months ago NFD-22.02
  13. 727b610 table+fw: update ForwardingHint format by Junxiao Shi · 3 years ago
  14. 412c982 Reduce usage of std::bind() by Davide Pesavento · 3 years, 6 months ago
  15. 264af77 build: prepend "NFD_" to various macro names to avoid conflicts by Davide Pesavento · 3 years, 11 months ago
  16. 1752159 build: align minimum build dependencies with ndn-cxx by Davide Pesavento · 4 years, 8 months ago
  17. 606d5dd face+fw: store and return PitToken from downstream by Junxiao Shi · 5 years ago
  18. eb7b7ab fw: use ndn-cxx's RttEstimator in AccessStrategy by Davide Pesavento · 5 years ago
  19. 2cae8ca core: move nfd-specific files to daemon/ by Davide Pesavento · 6 years ago
  20. 03f45d2 core: move NFD_VERSION{,_BUILD}_STRING to version.cpp by Davide Pesavento · 6 years ago
  21. 16916ae face: introduce NullTransport and use it in several places by Davide Pesavento · 6 years ago
  22. 3dade00 core+daemon: eliminate scheduler::{schedule,cancel} wrappers by Davide Pesavento · 6 years ago
  23. 78ddcab mgmt: merge ManagerBase with NfdManagerBase by Davide Pesavento · 6 years ago
  24. 2bdf60c core+main: switch to std::thread and thread_local by Davide Pesavento · 6 years ago
  25. 97e3302 Replace nfd::getExtendedErrorMessage with boost::diagnostic_information by Davide Pesavento · 6 years ago
  26. 19779d8 Replace all uses of BOOST_THROW_EXCEPTION with NDN_THROW by Davide Pesavento · 6 years ago
  27. 99a7ce1 core: Fix compilation error when privilege drop is not supported by Alexander Afanasyev · 6 years ago
  28. b8bd5ee core: use ndn-cxx's getRandomNumberEngine() by Davide Pesavento · 6 years ago
  29. feddc3c core: use ndn-cxx scheduler::ScopedEventId by Junxiao Shi · 6 years ago
  30. e271260 core: seed the global PRNG with more entropy by Davide Pesavento · 6 years ago
  31. f48d080 rib: reimplement auto prefix propagation based on readvertise by Yanbiao Li · 7 years ago
  32. 7015694 tests: use "daemon" user/group in Test{PrivilegeHelper,GeneralConfigSection} by Davide Pesavento · 6 years ago
  33. f59e58f core: add a facility to execute functions on the main io_service by Teng Liang · 6 years ago
  34. 04d5ce6 rib: make Service globally accessible via get() static function by Teng Liang · 6 years ago
  35. 952d6fd core: add a facility to execute functions on the RIB io_service by Teng Liang · 7 years ago
  36. e4b2238 Improve and simplify code with modern C++ features by Davide Pesavento · 7 years ago
  37. c0822fa build: switch to C++14 by Davide Pesavento · 7 years ago
  38. 9c33b90 core+face+tools: use asio::ip::address::from_string directly by Davide Pesavento · 7 years ago
  39. a314808 core: reimplement logging using ndn-cxx's facility by Davide Pesavento · 7 years ago
  40. e34a282 core: silence truncation warning in LoggerTimestamp's operator<< by Davide Pesavento · 7 years ago
  41. 87fc0f8 core: drop std::function and ndn::Exclude from common.hpp, add ndn::optional by Davide Pesavento · 7 years ago
  42. 981db80 Delete core/asserts.hpp and use ndn-cxx's util/concepts.hpp instead by Davide Pesavento · 7 years ago
  43. 1cb619e docs: fully qualify types documented via doxygen's \class command by Davide Pesavento · 7 years ago
  44. e4d745d core: Add IpAddressPredicate for white-/blacklisting IP address subnets by Alexander Afanasyev · 7 years ago
  45. 3bdc1de core: Add support for IPv6 subnets in Network::isValidCidr by Alexander Afanasyev · 7 years ago
  46. acd0087 core: optimize PrivilegeHelper::runElevated() by Davide Pesavento · 7 years ago
  47. 8524437 core: don't complain if the configuration file is empty by Davide Pesavento · 7 years ago
  48. 7530635 rib: limit route prefix length in rib/register command by Junxiao Shi · 7 years ago
  49. 15b5505 face: group parameters to createFace and connect into a common structure by Davide Pesavento · 7 years ago
  50. afb2059 use ndn::ip::address(V6)FromString for scope-id aware conversion by Yanbiao Li · 7 years ago
  51. c25737c ci+docs: remove all references to cryptopp/crypto++ by Davide Pesavento · 7 years ago
  52. a997d29 Fix compilation with Boost 1.65.0 by Davide Pesavento · 7 years ago
  53. a5765d6 core: delete NetworkInterfaceInfo class by Junxiao Shi · 7 years ago
  54. fc2e13d fw: replace Link with forwarding hint by Junxiao Shi · 7 years ago
  55. 0d82d04 face: construct EthernetTransport with NetworkInterface by Junxiao Shi · 7 years ago
  56. 2760adc core: NetworkInterfacePredicate accepts ndn::net::NetworkInterface by Junxiao Shi · 7 years ago
  57. 83be1da use FaceUri and NetworkMonitor from ndn-cxx/net by Junxiao Shi · 7 years ago
  58. 43ff2a9 face: EthernetChannel by Davide Pesavento · 8 years ago
  59. 73bcad3 core: make SizeCounter use pointer instead of reference by Eric Newberry · 8 years ago
  60. 185ab29 face: add best-effort link-layer reliability by Eric Newberry · 8 years ago
  61. 21f22e6 core: enable wildcard matching on interface names for whitelist/blacklist by susmit · 8 years ago
  62. d396b61 rib: a few cleanups and simplifications in RibManager by Davide Pesavento · 8 years ago
  63. 635bf20 Remove use of deprecated code by Alexander Afanasyev · 8 years ago
  64. 7003c60 face: process face_system.ether config section in EthernetFactory by Junxiao Shi · 8 years ago
  65. 38b24c7 face: process face_system.tcp config section in TcpFactory by Junxiao Shi · 8 years ago
  66. 3aba754 table: make FIB and StrategyChoice iterators default-constructible by Junxiao Shi · 8 years ago
  67. ac767aa core: Network: fix uncaught bad_lexical_cast in isValidCidr() by Davide Pesavento · 8 years ago
  68. 89567d3 core: Network: misc code cleanups by Davide Pesavento · 8 years ago
  69. dcdf621 face: support permanent persistency in TcpTransport by Weiwei Liu · 8 years ago
  70. 5f47aa6 core: use C++11 <random> instead of Boost.Random by Davide Pesavento · 8 years ago
  71. 91e1d7c mgmt: create Ethernet multicast faces according to whitelist/blacklist by susmit · 8 years ago
  72. c067461 core: delete unused SegmentPublisher by Junxiao Shi · 8 years ago
  73. 6459e64 core: initialize Boost.Log backend through ndn-cxx by Alexander Afanasyev · 8 years ago
  74. 25c6ce4 mgmt+rib: include ndn-cxx/mgmt/nfd/* by Junxiao Shi · 8 years ago
  75. 0cc125c mgmt: TablesConfigSection constructor accepts Forwarder& by Junxiao Shi · 8 years ago
  76. 9ddf1b5 mgmt: NfdManagerBase::makeAuthorization uses CommandAuthenticator by Junxiao Shi · 8 years ago
  77. 2173840 core: change ManagerBase::authorize to makeAuthorization by Junxiao Shi · 8 years ago
  78. 9f5b01d core: move common.hpp to core/ by Junxiao Shi · 8 years ago
  79. 581cf00 core: fix NFD_LOG compilation error with Boost 1.59 by Junxiao Shi · 8 years ago
  80. 6ca6cf7 core: Specify fully-qualified namespaces in logging macros by Alexander Afanasyev · 9 years ago
  81. ab49745 core: use Boost.Log for logging by Yumin Xia · 9 years ago
  82. 4f1afac tests: face system benchmark by Weiwei Liu · 9 years ago
  83. df846e5 core: allow ManagerBase be inherited by RibManager by Yanbiao Li · 9 years ago
  84. 57df288 face: LinkService and Transport counters by Junxiao Shi · 9 years ago
  85. b755e9d docs: Fixing doxygen warnings by Alexander Afanasyev · 9 years ago
  86. 1d7e7af face+mgmt: simplify factories and FaceManager using C++11 features by Davide Pesavento · 9 years ago
  87. 94735f9 core: delete NotificationStream by Junxiao Shi · 9 years ago
  88. d374c40 daemon: display extended exception information in top-level catch by Spyridon Mastorakis · 9 years ago
  89. 698f4fe mgmt refactoring: ManagerBase by Yanbiao Li · 9 years ago
  90. 149e02c Enhance exception throwing with Boost Exception library by Spyridon Mastorakis · 9 years ago
  91. db9d37e Fix several "defined but not used" warnings with gcc-5 by Davide Pesavento · 10 years ago
  92. 4d384fc tests: Revert changes to s_normalUid/s_normalGid in MgmtGeneralConfigSection test suite by Alexander Afanasyev · 10 years ago
  93. 63df436 core: Make global random generator thread-local by Alexander Afanasyev · 10 years ago
  94. 6b34ab9 core: Make logger thread-safe by Alexander Afanasyev · 10 years ago
  95. 5d57f97 core: Make global io_service and scheduler thread-local by Alexander Afanasyev · 10 years ago
  96. 9cfeeca core: Prevent exception throwing when dropping privileges is not supported and not requested by Alexander Afanasyev · 10 years ago
  97. 6f570de core: Make PrivilegeHeper::drop|raise no-op operations on platforms that do not support drop/elevation of privileges by Alexander Afanasyev · 10 years ago
  98. 8269a05 core: Allow customization of Logger and LoggerFactory by Alexander Afanasyev · 10 years ago
  99. c0273e3 core: Extend ConfigFile to support passing a parsed ConfigSection by Alexander Afanasyev · 10 years ago
  100. 7c10b3b docs: Prepare release notes for version 0.3.0 by Alexander Afanasyev · 10 years ago NFD-0.3.0