1. 19779d8 Replace all uses of BOOST_THROW_EXCEPTION with NDN_THROW by Davide Pesavento · 6 years ago
  2. d27841b face: consistently use the template method pattern in ProtocolFactory by Davide Pesavento · 6 years ago
  3. 812d615 mgmt+face: allow MTU of datagram faces to be overridden by Eric Newberry · 6 years ago
  4. 9c33b90 core+face+tools: use asio::ip::address::from_string directly by Davide Pesavento · 6 years ago
  5. a314808 core: reimplement logging using ndn-cxx's facility by Davide Pesavento · 7 years ago
  6. ded1742 face: Configurable IP subnets for "local" TCP faces by Alexander Afanasyev · 7 years ago
  7. 15b5505 face: group parameters to createFace and connect into a common structure by Davide Pesavento · 7 years ago
  8. 0c84164 face: allow enabling/disabling congestion marking through config file by Eric Newberry · 7 years ago
  9. 4b89a6e face: move createChannel overloads that take strings to unit tests by Davide Pesavento · 7 years ago
  10. afb2059 use ndn::ip::address(V6)FromString for scope-id aware conversion by Yanbiao Li · 7 years ago
  11. 2642cd2 mgmt: support LpReliability flag in faces/create and faces/update by Eric Newberry · 7 years ago
  12. 6028619 face: remove prohibited endpoint set by Junxiao Shi · 7 years ago
  13. 944f38b face: move face parameters into CreateFaceParams struct by Eric Newberry · 7 years ago
  14. 0ba6d64 face: pass addFace and NetworkMonitor to ProtocolFactory constructor by Junxiao Shi · 7 years ago
  15. 2d49175 face: give ProtocolFactory access to NetworkMonitor by Junxiao Shi · 7 years ago
  16. 46afec4 face: unicast support in EthernetFactory by Davide Pesavento · 7 years ago
  17. a3c9ddb face: allow the creation of permanent TCP faces by Davide Pesavento · 8 years ago
  18. 77911cc face: make logging more uniform across channel types by Davide Pesavento · 8 years ago
  19. 78e32b0 face+mgmt: accept LocalUri in ProtocolFactory and FaceManager by Eric Newberry · 8 years ago
  20. b47247d face: ProtocolFactory registry by Junxiao Shi · 8 years ago
  21. 38b24c7 face: process face_system.tcp config section in TcpFactory by Junxiao Shi · 8 years ago
  22. f40551a face+mgmt: enable local fields through ProtocolFactory::createFace by Eric Newberry · 8 years ago
  23. 4260241 mgmt+face: move protocol-specific face creation checks into protocol factories by Eric Newberry · 8 years ago
  24. 1d7e7af face+mgmt: simplify factories and FaceManager using C++11 features by Davide Pesavento · 9 years ago
  25. 149e02c Enhance exception throwing with Boost Exception library by Spyridon Mastorakis · 9 years ago
  26. 7c90e6d face: ProtocolFactory::createFace with FacePersistency by Yukai Tu · 9 years ago
  27. 0e156df face: Remove unnecessary use of DNS resolver in (Udp|Tcp|WebSocket)Factory by Alexander Afanasyev · 10 years ago
  28. 4381fb6 core: use ndn::dns from ndn-cxx by Chengyu Fan · 10 years ago
  29. 70aaf8a face: Prevent infinite loop in TcpFactory and UdpFactory by Alexander Afanasyev · 10 years ago
  30. b499a60 core: ignore non-Ethernet AF_LINK addresses when enumerating NICs. by Davide Pesavento · 10 years ago
  31. 86bc91a face: Allow trailing slash for UDP and TCP FaceUri's by Alexander Afanasyev · 10 years ago
  32. ef04f27 face, mgmt: add channel status dataset publisher by Steve DiBenedetto · 10 years ago
  33. 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
  34. 9bcbc7c docs: Update of copyright and license statement in all .hpp and .cpp files by Alexander Afanasyev · 11 years ago
  35. ca53ac6 face, mgmt: improve face creation failure and bad URI handling by Steve DiBenedetto · 11 years ago
  36. 61e3cc5 faces: Channel base class by Junxiao Shi · 11 years ago
  37. 5f1ec25 face: Minor updates of TCP faces by Alexander Afanasyev · 11 years ago
  38. d665530 face: Adding new 'createFace' method in all Factories by Alexander Afanasyev · 11 years ago
  39. 0eb7065 face: Rename all ChannelFactories to protocol Factories by Alexander Afanasyev · 11 years ago[Renamed (81%) from daemon/face/tcp-channel-factory.cpp]
  40. 7329e02 face: Convert to use the global IO service by all ChannelFactories by Alexander Afanasyev · 11 years ago
  41. 18bbf81 src: Changing namespace ndn to namespace nfd by Alexander Afanasyev · 11 years ago
  42. 8ad71ba face/tcp: Implementing accepting and establishing connections with TCP Channel by Alexander Afanasyev · 11 years ago
  43. a9034b0 face: Skeleton implementation for the TCP protocol (face, channel, factory) by Alexander Afanasyev · 11 years ago