1. 26c82ca tests: no need to use a logger in TestVersion by Davide Pesavento · 8 years ago
  2. ac767aa core: Network: fix uncaught bad_lexical_cast in isValidCidr() by Davide Pesavento · 8 years ago
  3. 89567d3 core: Network: misc code cleanups by Davide Pesavento · 8 years ago
  4. 5f47aa6 core: use C++11 <random> instead of Boost.Random by Davide Pesavento · 8 years ago
  5. 91e1d7c mgmt: create Ethernet multicast faces according to whitelist/blacklist by susmit · 8 years ago
  6. 97210d5 tests: respect naming conventions and improve nesting of some test suites by Davide Pesavento · 8 years ago
  7. c067461 core: delete unused SegmentPublisher by Junxiao Shi · 8 years ago
  8. 25c6ce4 mgmt+rib: include ndn-cxx/mgmt/nfd/* by Junxiao Shi · 8 years ago
  9. 231ddd7 ci: stop adding capabilities before running unit tests by Davide Pesavento · 8 years ago
  10. 2173840 core: change ManagerBase::authorize to makeAuthorization by Junxiao Shi · 8 years ago
  11. 9f5b01d core: move common.hpp to core/ by Junxiao Shi · 8 years ago
  12. 221b6fe tests: don't use makeDummyClientFace by Junxiao Shi · 8 years ago
  13. 6ca6cf7 core: Specify fully-qualified namespaces in logging macros by Alexander Afanasyev · 8 years ago
  14. e0d71b0 build+tests: Correct detection of privilege elevation/drop and the corresponding test case by Alexander Afanasyev · 8 years ago
  15. ab49745 core: use Boost.Log for logging by Yumin Xia · 8 years ago
  16. df846e5 core: allow ManagerBase be inherited by RibManager by Yanbiao Li · 9 years ago
  17. 57df288 face: LinkService and Transport counters by Junxiao Shi · 9 years ago
  18. 077df8f tests: delete unused SimpleNotification class by Davide Pesavento · 9 years ago
  19. 94735f9 core: delete NotificationStream by Junxiao Shi · 9 years ago
  20. 149e02c Enhance exception throwing with Boost Exception library by Spyridon Mastorakis · 9 years ago
  21. dbe4f9f tests: Fix compilation errors because of changes ndn-cxx library by Alexander Afanasyev · 9 years ago
  22. db9d37e Fix several "defined but not used" warnings with gcc-5 by Davide Pesavento · 10 years ago
  23. d0381c0 tests: Change to updated naming conventions by Spyridon Mastorakis · 10 years ago
  24. 63df436 core: Make global random generator thread-local by Alexander Afanasyev · 10 years ago
  25. 6b34ab9 core: Make logger thread-safe by Alexander Afanasyev · 10 years ago
  26. 5d57f97 core: Make global io_service and scheduler thread-local by Alexander Afanasyev · 10 years ago
  27. 95ff711 tests: Fix compilation due to refactoring of EncodingImpl in ndn-cxx library by Alexander Afanasyev · 10 years ago
  28. c0273e3 core: Extend ConfigFile to support passing a parsed ConfigSection by Alexander Afanasyev · 10 years ago
  29. 8919abe core: set FreshnessPeriod on segment publisher Data by Steve DiBenedetto · 10 years ago
  30. 49343f6 build: Add conditional compilation by Alexander Afanasyev · 10 years ago
  31. 04cf5a9 Merge branch 'feature-cs' into master by Junxiao Shi · 10 years ago
  32. 4381fb6 core: use ndn::dns from ndn-cxx by Chengyu Fan · 10 years ago
  33. 5640ec8 table: better ContentStore findRightmost algorithm by Junxiao Shi · 10 years ago
  34. 1e46be3 core: rename nfd::EventId to nfd::scheduler::EventId by Junxiao Shi · 10 years ago
  35. 27533da core: scheduler::ScopedEventId by Junxiao Shi · 10 years ago
  36. 70aaf8a face: Prevent infinite loop in TcpFactory and UdpFactory by Alexander Afanasyev · 10 years ago
  37. afbd74d core: eliminate MapValueIterator in favor of boost::adaptors::map_values by Junxiao Shi · 10 years ago
  38. 759f706 build: disable assertions in release builds by Junxiao Shi · 10 years ago
  39. b499a60 core: ignore non-Ethernet AF_LINK addresses when enumerating NICs. by Davide Pesavento · 10 years ago
  40. 376f737 tests: use DummyClientFace from ndn-cxx by Junxiao Shi · 10 years ago
  41. a1937bf core: use FaceUri from ndn-cxx by Junxiao Shi · 10 years ago
  42. 689f0e9 tools+core: Moving Network class implementation to core by Alexander Afanasyev · 10 years ago
  43. 3ffe66d core: use ethernet::Address from ndn-cxx by Junxiao Shi · 10 years ago
  44. cf1e6e7 core: use EventEmitter from ndn-cxx by Junxiao Shi · 10 years ago
  45. 67f11ac all: avoid usage of deprecated namespace ndn::Tlv by Junxiao Shi · 10 years ago
  46. 585e5a6 rib+tools: Make use of ndn::nfd::FaceMonitor from the ndn-cxx library by Alexander Afanasyev · 10 years ago
  47. 15b12e7 core: use markers in StatusDataset and NotificationStream by Junxiao Shi · 10 years ago
  48. e612e2f face: increment link layer byte counters in WebSocketFace by Wentao Shang · 10 years ago
  49. 4e9a98f core: Force SegmentPublisher to publish at least one Data packet, which could have empty content by Alexander Afanasyev · 10 years ago
  50. 5144f82 mgmt+core: Moving SegmentPublisher to core/ and removing KeyChain from nfd::AppFace by Vince Lehman · 10 years ago
  51. 6b597e7 core: bump version to 0.2.0 by Junxiao Shi · 10 years ago
  52. 5959b01 mgmt: Reinitialize multicast faces and partially reload config file on HUP signal by Alexander Afanasyev · 10 years ago
  53. 5cc1e34 core: FaceUri recognizes IPv4-mapped IPv6 address by Junxiao Shi · 10 years ago
  54. 514ed5e nfd-status: Define format and implement --xml option by Chengyu Fan · 11 years ago
  55. 6ad48ca core: change LoggerFactory to log error on unknown module by Steve DiBenedetto · 11 years ago
  56. 34c95f7 core, main: make missing config file section behavior configurable by Steve DiBenedetto · 11 years ago
  57. 613e2a9 src: Reorganizing source code in preparation to merge NRD code by Alexander Afanasyev · 11 years ago
  58. 885a85b build+face: Fixing regression that broke ethernet support by Alexander Afanasyev · 11 years ago
  59. 52a18f9 all: cleanup common.hpp and import typenames from ndn namespace. by Davide Pesavento · 11 years ago
  60. 9bcbc7c docs: Update of copyright and license statement in all .hpp and .cpp files by Alexander Afanasyev · 11 years ago
  61. 4d43a45 core: change NFD_LOG_* macros to use std::clog by Steve DiBenedetto · 11 years ago
  62. 3a61fb4 core: prepend seconds.microseconds since epoch to logging messages by Steve DiBenedetto · 11 years ago
  63. e38b1c4 core: extend FaceUri with fd, ether, dev schemes by Junxiao Shi · 11 years ago
  64. bf6a93d core: change logging from environment variable to configuration file-based by Steve DiBenedetto · 11 years ago
  65. 98e29f4 core: delete deprecated getGlobalScheduler() API by Junxiao Shi · 11 years ago
  66. eb3197f all: Update code to compile with latest time-related changes in ndn-cpp-dev library by Alexander Afanasyev · 11 years ago
  67. 248d6bd core: add free function to enumerate network interfaces. by Davide Pesavento · 11 years ago
  68. 61e3cc5 faces: Channel base class by Junxiao Shi · 11 years ago
  69. a4f2be8 fw: FaceTable by Junxiao Shi · 11 years ago
  70. 7e2413b tests: use LimitedIo API for time or IO limits by Junxiao Shi · 11 years ago
  71. f124d75 core: define NFD version by Junxiao Shi · 11 years ago
  72. 7b9347b core: Implementing FaceUri abstraction by Alexander Afanasyev · 11 years ago
  73. 452e282 core: Generic resolver implementation with option to select address filter by Alexander Afanasyev · 11 years ago
  74. d9ee45c tests: resetGlobalIoService for every test by Junxiao Shi · 11 years ago
  75. 0b5fbbb fw: NccStrategy by Junxiao Shi · 11 years ago
  76. c041ca3 core: global io_service and scheduler by Junxiao Shi · 11 years ago
  77. c1e2ee0 tests: Making Scheduler and TCP test cases more resilient to time by Alexander Afanasyev · 11 years ago
  78. b84cc92 core: Initial implementation for run-time selection of log level by Alexander Afanasyev · 11 years ago
  79. 94ceb12 core: Fixing scheduler, so it doesn't crash when an event is cancelled from the event invocation by Alexander Afanasyev · 11 years ago
  80. 6688681 core: Logger extension to allow in-class-defined logger by Alexander Afanasyev · 11 years ago
  81. 234a532 core: Scheduler::cancelEvent allows empty EventId by Junxiao Shi · 11 years ago
  82. a807e65 core: Implementation of the logging module for NFD by Ilya Moiseenko · 11 years ago
  83. 7f02c1e core: move event-emitter to core by Junxiao Shi · 11 years ago
  84. 18bbf81 src: Changing namespace ndn to namespace nfd by Alexander Afanasyev · 11 years ago
  85. 920af2f core: Basic implementation of Scheduler by Alexander Afanasyev · 11 years ago
  86. 61c5ef3 core: time::Duration, time:Point, time::now by Junxiao Shi · 11 years ago