1. 2cae8ca core: move nfd-specific files to daemon/ by Davide Pesavento · 6 years ago
  2. 03f45d2 core: move NFD_VERSION{,_BUILD}_STRING to version.cpp by Davide Pesavento · 6 years ago
  3. 3dade00 core+daemon: eliminate scheduler::{schedule,cancel} wrappers by Davide Pesavento · 6 years ago
  4. 2bdf60c core+main: switch to std::thread and thread_local by Davide Pesavento · 6 years ago
  5. 97e3302 Replace nfd::getExtendedErrorMessage with boost::diagnostic_information by Davide Pesavento · 6 years ago
  6. 774071c daemon: basic systemd integration by Davide Pesavento · 6 years ago
  7. f59e58f core: add a facility to execute functions on the main io_service by Teng Liang · 6 years ago
  8. f4cfed1 rib: move config parsing to Service class by Junxiao Shi · 6 years ago
  9. 952d6fd core: add a facility to execute functions on the RIB io_service by Teng Liang · 6 years ago
  10. 5f35f64 build: require gcc >= 5.3 and boost >= 1.58 by Davide Pesavento · 6 years ago
  11. a314808 core: reimplement logging using ndn-cxx's facility by Davide Pesavento · 7 years ago
  12. 47456e7 daemon: log more detailed build info at startup by Davide Pesavento · 7 years ago
  13. 59769b1 Make the exit status consistent across all programs by Davide Pesavento · 7 years ago
  14. a997d29 Fix compilation with Boost 1.65.0 by Davide Pesavento · 7 years ago
  15. 9f5b01d core: move common.hpp to core/ by Junxiao Shi · 8 years ago
  16. 71d1214 daemon: display extended exception information in NfdRunner::run by Junxiao Shi · 8 years ago
  17. b260017 rib+tools: delete NRD by Junxiao Shi · 8 years ago
  18. cafae24 build: require gcc >= 4.8.2 and boost >= 1.54.0 by Davide Pesavento · 9 years ago
  19. d374c40 daemon: display extended exception information in top-level catch by Spyridon Mastorakis · 9 years ago
  20. 149e02c Enhance exception throwing with Boost Exception library by Spyridon Mastorakis · 9 years ago
  21. f08a737 daemon+rib: Merge nrd and nfd into a single process (separate threads) by Alexander Afanasyev · 10 years ago
  22. 3136792 rib: Refactor initialization of NRD instance by Alexander Afanasyev · 10 years ago
  23. 31c781e daemon: Refactor initialization of NFD instance by Alexander Afanasyev · 10 years ago
  24. 5144f82 mgmt+core: Moving SegmentPublisher to core/ and removing KeyChain from nfd::AppFace by Vince Lehman · 10 years ago
  25. 7b984c6 face: reserved FaceIds and NullFace by Junxiao Shi · 10 years ago
  26. 9bcc88f mgmt,main: configure tables with defaults when missing config section/values by Steve DiBenedetto · 10 years ago
  27. 3a4f83d mgmt, main: add "tables" configuration file section and processor by Steve DiBenedetto · 10 years ago
  28. 5959b01 mgmt: Reinitialize multicast faces and partially reload config file on HUP signal by Alexander Afanasyev · 10 years ago
  29. f698028 src: Remove unnecessary uses of boost::cref in make_shared and replace boost::cref/boost::ref with just cref/ref by Alexander Afanasyev · 10 years ago
  30. 24b9a64 core: add support for temporary privilege drop and elevation by Steve DiBenedetto · 11 years ago
  31. b47d538 build+core: Add printing of version number in daemons and tools by Alexander Afanasyev · 11 years ago
  32. e5224e9 rib: Separate trust models for `/localhost` and `/localhop` RIB management commands by Yingdi Yu · 11 years ago
  33. 34c95f7 core, main: make missing config file section behavior configurable by Steve DiBenedetto · 11 years ago
  34. 89cf5e0 rib: Making single configuration file for both nrd and nfd by Alexander Afanasyev · 11 years ago
  35. 613e2a9 src: Reorganizing source code in preparation to merge NRD code by Alexander Afanasyev · 11 years ago
  36. 9bcbc7c docs: Update of copyright and license statement in all .hpp and .cpp files by Alexander Afanasyev · 11 years ago
  37. bf6a93d core: change logging from environment variable to configuration file-based by Steve DiBenedetto · 11 years ago
  38. 98e29f4 core: delete deprecated getGlobalScheduler() API by Junxiao Shi · 11 years ago
  39. 5a4388a main: Enabling system signal handling and small reorganization by Alexander Afanasyev · 11 years ago
  40. 7564d97 mgmt: refactor management modules to conform to NFD Management Protocol by Steve DiBenedetto · 11 years ago
  41. ea48d8b mgmt: StatusServer by Junxiao Shi · 11 years ago
  42. 84da5bf mgmt: add sample configuration file and install default configuration by Steve DiBenedetto · 11 years ago
  43. 4aca99c mgmt: add UDP IPv4 and ethernet multicast face creation to face manager by Steve DiBenedetto · 11 years ago
  44. 2c2b889 mgmt, main: add support for authorized commands by Steve DiBenedetto · 11 years ago
  45. 5330e0d mgmt, main: add strategy choice management and deprecate fib/set-strategy by Steve DiBenedetto · 11 years ago
  46. abe9e97 mgmt: added FaceManager to create and destroy faces by Steve DiBenedetto · 11 years ago
  47. d665530 face: Adding new 'createFace' method in all Factories by Alexander Afanasyev · 11 years ago
  48. 0eb7065 face: Rename all ChannelFactories to protocol Factories by Alexander Afanasyev · 11 years ago
  49. 7329e02 face: Convert to use the global IO service by all ChannelFactories by Alexander Afanasyev · 11 years ago
  50. 472acbe main: Enabling LocalControlHeader manager by Alexander Afanasyev · 11 years ago
  51. c041ca3 core: global io_service and scheduler by Junxiao Shi · 11 years ago
  52. c78b141 build: Detecting if UNIX socket is available and disabling it if it is not by Alexander Afanasyev · 11 years ago
  53. 062dfb4 main: Enabling UnixStreamSocket in nfd app by Alexander Afanasyev · 11 years ago
  54. 214563c main: Added fib manager to management initialization by Steve DiBenedetto · 11 years ago
  55. 09bf7c4 daemon: mock program integration by Junxiao Shi · 11 years ago
  56. 2aa3962 Adding build system, README, COPYING, basic INSTALL.md, and skeleton for unit tests by Alexander Afanasyev · 11 years ago