1. eb7b7ab fw: use ndn-cxx's RttEstimator in AccessStrategy by Davide Pesavento · 5 years ago
  2. 2cae8ca core: move nfd-specific files to daemon/ by Davide Pesavento · 6 years ago
  3. 03f45d2 core: move NFD_VERSION{,_BUILD}_STRING to version.cpp by Davide Pesavento · 6 years ago
  4. 14e71f0 tests+tools: minor code cleanup by Davide Pesavento · 6 years ago
  5. cf7db2f tests: unit-tests-{core,tools} no longer require a global io_service by Davide Pesavento · 6 years ago
  6. 3dade00 core+daemon: eliminate scheduler::{schedule,cancel} wrappers by Davide Pesavento · 6 years ago
  7. 78ddcab mgmt: merge ManagerBase with NfdManagerBase by Davide Pesavento · 6 years ago
  8. 2bdf60c core+main: switch to std::thread and thread_local by Davide Pesavento · 6 years ago
  9. b8bd5ee core: use ndn-cxx's getRandomNumberEngine() by Davide Pesavento · 6 years ago
  10. feddc3c core: use ndn-cxx scheduler::ScopedEventId by Junxiao Shi · 6 years ago
  11. 7015694 tests: use "daemon" user/group in Test{PrivilegeHelper,GeneralConfigSection} by Davide Pesavento · 6 years ago
  12. f59e58f core: add a facility to execute functions on the main io_service by Teng Liang · 6 years ago
  13. 952d6fd core: add a facility to execute functions on the RIB io_service by Teng Liang · 6 years ago
  14. a314808 core: reimplement logging using ndn-cxx's facility by Davide Pesavento · 7 years ago
  15. e4d745d core: Add IpAddressPredicate for white-/blacklisting IP address subnets by Alexander Afanasyev · 7 years ago
  16. 3bdc1de core: Add support for IPv6 subnets in Network::isValidCidr by Alexander Afanasyev · 7 years ago
  17. 0064c1d build: update waf to version 2.0.6 by Davide Pesavento · 7 years ago
  18. 8524437 core: don't complain if the configuration file is empty by Davide Pesavento · 7 years ago
  19. 0804f5d tests: stop using deprecated Block constructor by Davide Pesavento · 7 years ago
  20. ac238f2 tests+tools: fix build with clang-5.0 by Davide Pesavento · 7 years ago
  21. a997d29 Fix compilation with Boost 1.65.0 by Davide Pesavento · 7 years ago
  22. a5765d6 core: delete NetworkInterfaceInfo class by Junxiao Shi · 7 years ago
  23. 2760adc core: NetworkInterfacePredicate accepts ndn::net::NetworkInterface by Junxiao Shi · 7 years ago
  24. 84c65c0 docs: update doxygen configuration by Davide Pesavento · 7 years ago
  25. 8a1f170 tests: sign command Interests with CommandInterestSigner by Junxiao Shi · 7 years ago
  26. 16a3adf switch to ndn-cxx KeyChain v2 by Junxiao Shi · 7 years ago
  27. 73bcad3 core: make SizeCounter use pointer instead of reference by Eric Newberry · 8 years ago
  28. 185ab29 face: add best-effort link-layer reliability by Eric Newberry · 8 years ago
  29. 21f22e6 core: enable wildcard matching on interface names for whitelist/blacklist by susmit · 8 years ago
  30. 26c82ca tests: no need to use a logger in TestVersion by Davide Pesavento · 8 years ago
  31. ac767aa core: Network: fix uncaught bad_lexical_cast in isValidCidr() by Davide Pesavento · 8 years ago
  32. 89567d3 core: Network: misc code cleanups by Davide Pesavento · 8 years ago
  33. 5f47aa6 core: use C++11 <random> instead of Boost.Random by Davide Pesavento · 8 years ago
  34. 91e1d7c mgmt: create Ethernet multicast faces according to whitelist/blacklist by susmit · 8 years ago
  35. 97210d5 tests: respect naming conventions and improve nesting of some test suites by Davide Pesavento · 8 years ago
  36. c067461 core: delete unused SegmentPublisher by Junxiao Shi · 8 years ago
  37. 25c6ce4 mgmt+rib: include ndn-cxx/mgmt/nfd/* by Junxiao Shi · 8 years ago
  38. 231ddd7 ci: stop adding capabilities before running unit tests by Davide Pesavento · 8 years ago
  39. 2173840 core: change ManagerBase::authorize to makeAuthorization by Junxiao Shi · 8 years ago
  40. 9f5b01d core: move common.hpp to core/ by Junxiao Shi · 8 years ago
  41. 221b6fe tests: don't use makeDummyClientFace by Junxiao Shi · 8 years ago
  42. 6ca6cf7 core: Specify fully-qualified namespaces in logging macros by Alexander Afanasyev · 8 years ago
  43. e0d71b0 build+tests: Correct detection of privilege elevation/drop and the corresponding test case by Alexander Afanasyev · 8 years ago
  44. ab49745 core: use Boost.Log for logging by Yumin Xia · 8 years ago
  45. df846e5 core: allow ManagerBase be inherited by RibManager by Yanbiao Li · 9 years ago
  46. 57df288 face: LinkService and Transport counters by Junxiao Shi · 9 years ago
  47. 077df8f tests: delete unused SimpleNotification class by Davide Pesavento · 9 years ago
  48. 94735f9 core: delete NotificationStream by Junxiao Shi · 9 years ago
  49. 149e02c Enhance exception throwing with Boost Exception library by Spyridon Mastorakis · 9 years ago
  50. dbe4f9f tests: Fix compilation errors because of changes ndn-cxx library by Alexander Afanasyev · 9 years ago
  51. db9d37e Fix several "defined but not used" warnings with gcc-5 by Davide Pesavento · 10 years ago
  52. d0381c0 tests: Change to updated naming conventions by Spyridon Mastorakis · 10 years ago
  53. 63df436 core: Make global random generator thread-local by Alexander Afanasyev · 10 years ago
  54. 6b34ab9 core: Make logger thread-safe by Alexander Afanasyev · 10 years ago
  55. 5d57f97 core: Make global io_service and scheduler thread-local by Alexander Afanasyev · 10 years ago
  56. 95ff711 tests: Fix compilation due to refactoring of EncodingImpl in ndn-cxx library by Alexander Afanasyev · 10 years ago
  57. c0273e3 core: Extend ConfigFile to support passing a parsed ConfigSection by Alexander Afanasyev · 10 years ago
  58. 8919abe core: set FreshnessPeriod on segment publisher Data by Steve DiBenedetto · 10 years ago
  59. 49343f6 build: Add conditional compilation by Alexander Afanasyev · 10 years ago
  60. 04cf5a9 Merge branch 'feature-cs' into master by Junxiao Shi · 10 years ago
  61. 4381fb6 core: use ndn::dns from ndn-cxx by Chengyu Fan · 10 years ago
  62. 5640ec8 table: better ContentStore findRightmost algorithm by Junxiao Shi · 10 years ago
  63. 1e46be3 core: rename nfd::EventId to nfd::scheduler::EventId by Junxiao Shi · 10 years ago
  64. 27533da core: scheduler::ScopedEventId by Junxiao Shi · 10 years ago
  65. 70aaf8a face: Prevent infinite loop in TcpFactory and UdpFactory by Alexander Afanasyev · 10 years ago
  66. afbd74d core: eliminate MapValueIterator in favor of boost::adaptors::map_values by Junxiao Shi · 10 years ago
  67. 759f706 build: disable assertions in release builds by Junxiao Shi · 10 years ago
  68. b499a60 core: ignore non-Ethernet AF_LINK addresses when enumerating NICs. by Davide Pesavento · 10 years ago
  69. 376f737 tests: use DummyClientFace from ndn-cxx by Junxiao Shi · 10 years ago
  70. a1937bf core: use FaceUri from ndn-cxx by Junxiao Shi · 10 years ago
  71. 689f0e9 tools+core: Moving Network class implementation to core by Alexander Afanasyev · 10 years ago
  72. 3ffe66d core: use ethernet::Address from ndn-cxx by Junxiao Shi · 10 years ago
  73. cf1e6e7 core: use EventEmitter from ndn-cxx by Junxiao Shi · 10 years ago
  74. 67f11ac all: avoid usage of deprecated namespace ndn::Tlv by Junxiao Shi · 10 years ago
  75. 585e5a6 rib+tools: Make use of ndn::nfd::FaceMonitor from the ndn-cxx library by Alexander Afanasyev · 10 years ago
  76. 15b12e7 core: use markers in StatusDataset and NotificationStream by Junxiao Shi · 10 years ago
  77. e612e2f face: increment link layer byte counters in WebSocketFace by Wentao Shang · 10 years ago
  78. 4e9a98f core: Force SegmentPublisher to publish at least one Data packet, which could have empty content by Alexander Afanasyev · 10 years ago
  79. 5144f82 mgmt+core: Moving SegmentPublisher to core/ and removing KeyChain from nfd::AppFace by Vince Lehman · 10 years ago
  80. 6b597e7 core: bump version to 0.2.0 by Junxiao Shi · 10 years ago
  81. 5959b01 mgmt: Reinitialize multicast faces and partially reload config file on HUP signal by Alexander Afanasyev · 10 years ago
  82. 5cc1e34 core: FaceUri recognizes IPv4-mapped IPv6 address by Junxiao Shi · 10 years ago
  83. 514ed5e nfd-status: Define format and implement --xml option by Chengyu Fan · 11 years ago
  84. 6ad48ca core: change LoggerFactory to log error on unknown module by Steve DiBenedetto · 11 years ago
  85. 34c95f7 core, main: make missing config file section behavior configurable by Steve DiBenedetto · 11 years ago
  86. 613e2a9 src: Reorganizing source code in preparation to merge NRD code by Alexander Afanasyev · 11 years ago
  87. 885a85b build+face: Fixing regression that broke ethernet support by Alexander Afanasyev · 11 years ago
  88. 52a18f9 all: cleanup common.hpp and import typenames from ndn namespace. by Davide Pesavento · 11 years ago
  89. 9bcbc7c docs: Update of copyright and license statement in all .hpp and .cpp files by Alexander Afanasyev · 11 years ago
  90. 4d43a45 core: change NFD_LOG_* macros to use std::clog by Steve DiBenedetto · 11 years ago
  91. 3a61fb4 core: prepend seconds.microseconds since epoch to logging messages by Steve DiBenedetto · 11 years ago
  92. e38b1c4 core: extend FaceUri with fd, ether, dev schemes by Junxiao Shi · 11 years ago
  93. bf6a93d core: change logging from environment variable to configuration file-based by Steve DiBenedetto · 11 years ago
  94. 98e29f4 core: delete deprecated getGlobalScheduler() API by Junxiao Shi · 11 years ago
  95. eb3197f all: Update code to compile with latest time-related changes in ndn-cpp-dev library by Alexander Afanasyev · 11 years ago
  96. 248d6bd core: add free function to enumerate network interfaces. by Davide Pesavento · 11 years ago
  97. 61e3cc5 faces: Channel base class by Junxiao Shi · 11 years ago
  98. a4f2be8 fw: FaceTable by Junxiao Shi · 11 years ago
  99. 7e2413b tests: use LimitedIo API for time or IO limits by Junxiao Shi · 11 years ago
  100. f124d75 core: define NFD version by Junxiao Shi · 11 years ago