1. d5134a7 tests: defer face deallocation in Face/TestTcp and Face/TestWebSocket by Junxiao Shi · 9 years ago
  2. 16aabbc face: TcpTransport by Yukai Tu · 9 years ago
  3. 7c90e6d face: ProtocolFactory::createFace with FacePersistency by Yukai Tu · 9 years ago
  4. 731f0d7 face: replace isOnDemand with FacePersistency by Yukai Tu · 9 years ago
  5. 2231ab5 Get rid of the last use of ndn::dns in NFD by Davide Pesavento · 10 years ago
  6. 6ad890a face: Stop using shared_ptr to manage acceptors by Davide Pesavento · 10 years ago
  7. 9427941 face: refactor handling of LinkType face trait by Davide Pesavento · 10 years ago
  8. d0381c0 tests: Change to updated naming conventions by Spyridon Mastorakis · 10 years ago[Renamed from tests/daemon/face/tcp.cpp]
  9. baba253 face: Remove Tcp|UdpChannel::connect overloads that perform DNS resolution by Alexander Afanasyev · 10 years ago
  10. 4381fb6 core: use ndn::dns from ndn-cxx by Chengyu Fan · 10 years ago
  11. 319f2c8 src: Update copyright notices for files modified in 2015 by Alexander Afanasyev · 10 years ago
  12. c099ddb face: replace EventEmitter usage with Signal by Junxiao Shi · 10 years ago
  13. 70aaf8a face: Prevent infinite loop in TcpFactory and UdpFactory by Alexander Afanasyev · 10 years ago
  14. b499a60 core: ignore non-Ethernet AF_LINK addresses when enumerating NICs. by Davide Pesavento · 10 years ago
  15. 39cd633 face: use MAX_NDN_PACKET_SIZE constant from ndn-cxx by Junxiao Shi · 10 years ago
  16. ab1e8f2 build: Always build in C++11 mode. by Davide Pesavento · 10 years ago
  17. 3f5655f face: Fix spurious assertion failure in StreamFace by Davide Pesavento · 10 years ago
  18. 86bc91a face: Allow trailing slash for UDP and TCP FaceUri's by Alexander Afanasyev · 10 years ago
  19. 5dd26c3 face: increment link layer byte counters in StreamFace and DatagramFace by Junxiao Shi · 10 years ago
  20. 1886180 faces: Replace deadline_timer usage in TcpChannel with Scheduler-based events by Alexander Afanasyev · 10 years ago
  21. ef04f27 face, mgmt: add channel status dataset publisher by Steve DiBenedetto · 10 years ago
  22. 650028d face: Gracefully handle tlv::Error when received TLV block is malformed by Alexander Afanasyev · 11 years ago
  23. 4a77136 build: == Dependency change == NFD now depends on ndn-cxx library by Alexander Afanasyev · 11 years ago
  24. 613e2a9 src: Reorganizing source code in preparation to merge NRD code by Alexander Afanasyev · 11 years ago[Renamed (99%) from tests/face/tcp.cpp]
  25. 9bcbc7c docs: Update of copyright and license statement in all .hpp and .cpp files by Alexander Afanasyev · 11 years ago
  26. ca53ac6 face, mgmt: improve face creation failure and bad URI handling by Steve DiBenedetto · 11 years ago
  27. 6e69432 face/mgmt/fw/tools: add localUri to FaceStatus and FaceEventNotification by Junxiao Shi · 11 years ago
  28. 7949416 face: Face::getLocalUri by Junxiao Shi · 11 years ago
  29. 53a6fd3 face: Implementing forgotten isListening() feature in TcpChannel by Alexander Afanasyev · 11 years ago
  30. 355c066 face: Implementing new "isOnDemand" flag by Alexander Afanasyev · 11 years ago
  31. eb3197f all: Update code to compile with latest time-related changes in ndn-cpp-dev library by Alexander Afanasyev · 11 years ago
  32. 7e698e6 face: Incrementing Face counters by Alexander Afanasyev · 11 years ago
  33. a39b90b face: Implementing Face::getUri() method by Alexander Afanasyev · 11 years ago
  34. 61e3cc5 faces: Channel base class by Junxiao Shi · 11 years ago
  35. 7e2413b tests: use LimitedIo API for time or IO limits by Junxiao Shi · 11 years ago
  36. 5f1ec25 face: Minor updates of TCP faces by Alexander Afanasyev · 11 years ago
  37. d665530 face: Adding new 'createFace' method in all Factories by Alexander Afanasyev · 11 years ago
  38. 0eb7065 face: Rename all ChannelFactories to protocol Factories by Alexander Afanasyev · 11 years ago
  39. 7329e02 face: Convert to use the global IO service by all ChannelFactories by Alexander Afanasyev · 11 years ago
  40. d9ee45c tests: resetGlobalIoService for every test by Junxiao Shi · 11 years ago
  41. c1e2ee0 tests: Making Scheduler and TCP test cases more resilient to time by Alexander Afanasyev · 11 years ago
  42. bd220a0 face: Implementation of encode/decode of LocalControlHeader by Alexander Afanasyev · 11 years ago
  43. a0a10fb face: Implementing close operation and many related fixes in TcpFace and TcpChannel by Alexander Afanasyev · 11 years ago
  44. a16abd2 face/tcp: Fixing multiple accept on a channel by Alexander Afanasyev · 11 years ago
  45. 96dc0c4 face: TCP end-to-end test case by Junxiao Shi · 11 years ago