1. 2c9d2ca core: slim down `common.hpp` by Davide Pesavento · 11 months ago
  2. aa9e3b2 docs: fix capitalization in doxygen comments by Davide Pesavento · 2 years, 2 months ago
  3. e422f9e Refactor and modernize namespace declarations by Davide Pesavento · 2 years, 7 months ago
  4. a3a7a4e Use more C++17 features by Davide Pesavento · 2 years, 7 months ago
  5. b7bfcb9 build: switch to C++17 by Davide Pesavento · 2 years, 7 months ago
  6. cb425e8 face: move common declarations to face-common.hpp by Davide Pesavento · 5 years ago
  7. d27841b face: consistently use the template method pattern in ProtocolFactory by Davide Pesavento · 6 years ago
  8. eef49a9 face: parse face_system.netdev_bound config section by Junxiao Shi · 6 years ago
  9. 87fc0f8 core: drop std::function and ndn::Exclude from common.hpp, add ndn::optional by Davide Pesavento · 7 years ago
  10. 15b5505 face: group parameters to createFace and connect into a common structure by Davide Pesavento · 7 years ago
  11. 2642cd2 mgmt: support LpReliability flag in faces/create and faces/update by Eric Newberry · 7 years ago
  12. 944f38b face: move face parameters into CreateFaceParams struct by Eric Newberry · 7 years ago
  13. 0ba6d64 face: pass addFace and NetworkMonitor to ProtocolFactory constructor by Junxiao Shi · 7 years ago
  14. 2d49175 face: give ProtocolFactory access to NetworkMonitor by Junxiao Shi · 7 years ago
  15. e5eebad face: remove nfd::ProtocolFactory type alias by Davide Pesavento · 8 years ago
  16. 78e32b0 face+mgmt: accept LocalUri in ProtocolFactory and FaceManager by Eric Newberry · 8 years ago
  17. c344304 face: make ProtocolFactory::processConfig pure virtual by Junxiao Shi · 8 years ago
  18. b47247d face: ProtocolFactory registry by Junxiao Shi · 8 years ago
  19. 38b24c7 face: process face_system.tcp config section in TcpFactory by Junxiao Shi · 8 years ago
  20. f40551a face+mgmt: enable local fields through ProtocolFactory::createFace by Eric Newberry · 8 years ago
  21. 0de23a2 face: use IncomingFaceId, NextHopFaceId, CachePolicy tags by Junxiao Shi · 9 years ago
  22. 47ab029 face: deduplicate callback typedefs between Channel and ProtocolFactory by Davide Pesavento · 9 years ago
  23. 1d7e7af face+mgmt: simplify factories and FaceManager using C++11 features by Davide Pesavento · 9 years ago
  24. 7c90e6d face: ProtocolFactory::createFace with FacePersistency by Yukai Tu · 9 years ago
  25. 9427941 face: refactor handling of LinkType face trait by Davide Pesavento · 10 years ago
  26. a1937bf core: use FaceUri from ndn-cxx by Junxiao Shi · 10 years ago
  27. ef04f27 face, mgmt: add channel status dataset publisher by Steve DiBenedetto · 11 years ago
  28. 613e2a9 src: Reorganizing source code in preparation to merge NRD code by Alexander Afanasyev · 11 years ago
  29. 9bcbc7c docs: Update of copyright and license statement in all .hpp and .cpp files by Alexander Afanasyev · 11 years ago
  30. d665530 face: Adding new 'createFace' method in all Factories by Alexander Afanasyev · 11 years ago
  31. 0eb7065 face: Rename all ChannelFactories to protocol Factories by Alexander Afanasyev · 11 years ago[Renamed (76%) from daemon/face/channel-factory.hpp]
  32. 7329e02 face: Convert to use the global IO service by all ChannelFactories by Alexander Afanasyev · 11 years ago
  33. 18bbf81 src: Changing namespace ndn to namespace nfd by Alexander Afanasyev · 11 years ago
  34. 8ad71ba face/tcp: Implementing accepting and establishing connections with TCP Channel by Alexander Afanasyev · 11 years ago
  35. a9034b0 face: Skeleton implementation for the TCP protocol (face, channel, factory) by Alexander Afanasyev · 11 years ago