1. c5a9f81 face: more robust handling of multicast face creation errors by Davide Pesavento · 1 year, 2 months ago
  2. aa9e3b2 docs: fix capitalization in doxygen comments by Davide Pesavento · 2 years, 2 months ago
  3. 279af1c tests: fix UDP multicast transport tests with IPv6 by Davide Pesavento · 2 years, 4 months ago
  4. e422f9e Refactor and modernize namespace declarations by Davide Pesavento · 2 years, 7 months ago
  5. 3db9807 daemon: mark some classes and methods 'final' by Davide Pesavento · 3 years, 10 months ago
  6. a6286a9 face: allow setting default UDP face MTU in config by Junxiao Shi · 3 years, 10 months ago
  7. d27841b face: consistently use the template method pattern in ProtocolFactory by Davide Pesavento · 6 years ago
  8. d5e89e8 face: initialize m_wantCongestionMarking in factories by Davide Pesavento · 7 years ago
  9. 15b5505 face: group parameters to createFace and connect into a common structure by Davide Pesavento · 7 years ago
  10. 0c84164 face: allow enabling/disabling congestion marking through config file by Eric Newberry · 7 years ago
  11. 8ce0903 face: implement IPv6 UDP multicast transport by Md Ashiqur Rahman · 7 years ago
  12. 8215a3a face: deduplicate multicast UDP socket setup by Davide Pesavento · 7 years ago
  13. bb734df face: pass the whole NetworkInterface to UdpFactory::createMulticastFace by Davide Pesavento · 7 years ago
  14. 4b89a6e face: move createChannel overloads that take strings to unit tests by Davide Pesavento · 7 years ago
  15. bbace1d face: use NetworkMonitor in UdpFactory by Junxiao Shi · 7 years ago
  16. 6028619 face: remove prohibited endpoint set by Junxiao Shi · 7 years ago
  17. 944f38b face: move face parameters into CreateFaceParams struct by Eric Newberry · 7 years ago
  18. 0ba6d64 face: pass addFace and NetworkMonitor to ProtocolFactory constructor by Junxiao Shi · 7 years ago
  19. 46afec4 face: unicast support in EthernetFactory by Davide Pesavento · 8 years ago
  20. 78e32b0 face+mgmt: accept LocalUri in ProtocolFactory and FaceManager by Eric Newberry · 8 years ago
  21. fe4fce3 face: configuration option to make UDP multicast face "ad hoc" by Teng Liang · 8 years ago
  22. c31080d mgmt: Create UDP multicast faces according to whitelist/blacklist by Junxiao Shi · 8 years ago
  23. b47247d face: ProtocolFactory registry by Junxiao Shi · 8 years ago
  24. 64d99f2 face: process face_system.udp config section in UdpFactory by Junxiao Shi · 8 years ago
  25. f40551a face+mgmt: enable local fields through ProtocolFactory::createFace by Eric Newberry · 8 years ago
  26. b84bd3a common: remove DECL_FINAL/OVERRIDE macros; use C++11 keywords directly by Davide Pesavento · 9 years ago
  27. cde37ad face: face refactoring completion by Junxiao Shi · 9 years ago
  28. b755e9d docs: Fixing doxygen warnings by Alexander Afanasyev · 9 years ago
  29. 1d7e7af face+mgmt: simplify factories and FaceManager using C++11 features by Davide Pesavento · 9 years ago
  30. 0a49d34 face: UdpTransport by Yukai Tu · 9 years ago
  31. 435d705 build: Fix compilation warnings/errors with clang-700.0.72 (apple LLVM 7.0.0) by Alexander Afanasyev · 9 years ago
  32. 7c90e6d face: ProtocolFactory::createFace with FacePersistency by Yukai Tu · 9 years ago
  33. 292e5e1 face: use move semantics for sockets where possible by Davide Pesavento · 10 years ago
  34. 0e156df face: Remove unnecessary use of DNS resolver in (Udp|Tcp|WebSocket)Factory by Alexander Afanasyev · 10 years ago
  35. 4381fb6 core: use ndn::dns from ndn-cxx by Chengyu Fan · 10 years ago
  36. 70aaf8a face: Prevent infinite loop in TcpFactory and UdpFactory by Alexander Afanasyev · 10 years ago
  37. ef04f27 face, mgmt: add channel status dataset publisher by Steve DiBenedetto · 11 years ago
  38. 5959b01 mgmt: Reinitialize multicast faces and partially reload config file on HUP signal by Alexander Afanasyev · 11 years ago
  39. 6d7176d face: bugfix of MulticastUdpFace receiving packets from all available NICs on Linux by Giulio Grassi · 11 years ago
  40. 613e2a9 src: Reorganizing source code in preparation to merge NRD code by Alexander Afanasyev · 11 years ago
  41. 9bcbc7c docs: Update of copyright and license statement in all .hpp and .cpp files by Alexander Afanasyev · 11 years ago
  42. ca53ac6 face, mgmt: improve face creation failure and bad URI handling by Steve DiBenedetto · 11 years ago
  43. eb3197f all: Update code to compile with latest time-related changes in ndn-cpp-dev library by Alexander Afanasyev · 11 years ago
  44. 624f6c6 face: UDP face/channel/factory by Giulio Grassi · 11 years ago