1. 3dade00 core+daemon: eliminate scheduler::{schedule,cancel} wrappers by Davide Pesavento · 6 years ago
  2. ded1742 face: Configurable IP subnets for "local" TCP faces by Alexander Afanasyev · 7 years ago
  3. 15b5505 face: group parameters to createFace and connect into a common structure by Davide Pesavento · 7 years ago
  4. 0c84164 face: allow enabling/disabling congestion marking through config file by Eric Newberry · 7 years ago
  5. 2642cd2 mgmt: support LpReliability flag in faces/create and faces/update by Eric Newberry · 7 years ago
  6. a3c9ddb face: allow the creation of permanent TCP faces by Davide Pesavento · 8 years ago
  7. 77911cc face: make logging more uniform across channel types by Davide Pesavento · 8 years ago
  8. c19408d face: move isListening()/size() to Channel as pure virtual methods by Davide Pesavento · 8 years ago
  9. 8fd15e6 face: move Channel and subclasses into nfd::face namespace by Davide Pesavento · 8 years ago
  10. f40551a face+mgmt: enable local fields through ProtocolFactory::createFace by Eric Newberry · 8 years ago
  11. cde37ad face: face refactoring completion by Junxiao Shi · 9 years ago
  12. 47ab029 face: deduplicate callback typedefs between Channel and ProtocolFactory by Davide Pesavento · 9 years ago
  13. 16aabbc face: TcpTransport by Yukai Tu · 9 years ago
  14. 292e5e1 face: use move semantics for sockets where possible by Davide Pesavento · 10 years ago
  15. 6ad890a face: Stop using shared_ptr to manage acceptors by Davide Pesavento · 10 years ago
  16. baba253 face: Remove Tcp|UdpChannel::connect overloads that perform DNS resolution by Alexander Afanasyev · 10 years ago
  17. 1e46be3 core: rename nfd::EventId to nfd::scheduler::EventId by Junxiao Shi · 10 years ago
  18. 1886180 faces: Replace deadline_timer usage in TcpChannel with Scheduler-based events by Alexander Afanasyev · 10 years ago
  19. 4a77136 build: == Dependency change == NFD now depends on ndn-cxx library by Alexander Afanasyev · 11 years ago
  20. 613e2a9 src: Reorganizing source code in preparation to merge NRD code by Alexander Afanasyev · 11 years ago
  21. 9bcbc7c docs: Update of copyright and license statement in all .hpp and .cpp files by Alexander Afanasyev · 11 years ago
  22. 53a6fd3 face: Implementing forgotten isListening() feature in TcpChannel by Alexander Afanasyev · 11 years ago
  23. 355c066 face: Implementing new "isOnDemand" flag by Alexander Afanasyev · 11 years ago
  24. eb3197f all: Update code to compile with latest time-related changes in ndn-cpp-dev library by Alexander Afanasyev · 11 years ago
  25. 61e3cc5 faces: Channel base class by Junxiao Shi · 11 years ago
  26. 855bf29 face: Fix minor typo in TcpChannel method name. by Davide Pesavento · 11 years ago
  27. c041ca3 core: global io_service and scheduler by Junxiao Shi · 11 years ago
  28. bd220a0 face: Implementation of encode/decode of LocalControlHeader by Alexander Afanasyev · 11 years ago
  29. bc4dd8c face: UnixStream{Face,Channel,ChannelFactory} implementation. by Davide Pesavento · 11 years ago
  30. a0a10fb face: Implementing close operation and many related fixes in TcpFace and TcpChannel by Alexander Afanasyev · 11 years ago
  31. a16abd2 face/tcp: Fixing multiple accept on a channel by Alexander Afanasyev · 11 years ago
  32. 3958b01 face/tcp: Fixing TcpChannel and TcpFace implementation and enable basic logging in both by Alexander Afanasyev · 11 years ago
  33. 18bbf81 src: Changing namespace ndn to namespace nfd by Alexander Afanasyev · 11 years ago
  34. 334b714 face/tcp: Add map of remoteEndpoint-Face within channel by Alexander Afanasyev · 11 years ago
  35. 855a53c face/tcp: Adding success/fail callbacks for TCP channel connect/listen by Alexander Afanasyev · 11 years ago
  36. 8ad71ba face/tcp: Implementing accepting and establishing connections with TCP Channel by Alexander Afanasyev · 11 years ago
  37. a9034b0 face: Skeleton implementation for the TCP protocol (face, channel, factory) by Alexander Afanasyev · 11 years ago