1. 58ba3f9 mgmt+tools: rework FacePersistency handling in faces/create and faces/update by Yanbiao Li · 8 years ago
  2. f40551a face+mgmt: enable local fields through ProtocolFactory::createFace by Eric Newberry · 8 years ago
  3. 4260241 mgmt+face: move protocol-specific face creation checks into protocol factories by Eric Newberry · 8 years ago
  4. cde37ad face: face refactoring completion by Junxiao Shi · 9 years ago
  5. c540149 face: UdpChannel minor refactoring by Junxiao Shi · 9 years ago
  6. 47ab029 face: deduplicate callback typedefs between Channel and ProtocolFactory by Davide Pesavento · 9 years ago
  7. 0a49d34 face: UdpTransport by Yukai Tu · 9 years ago
  8. 375dcb0 face: minimal UDP permanent face by Yukai Tu · 9 years ago
  9. 731f0d7 face: replace isOnDemand with FacePersistency by Yukai Tu · 9 years ago
  10. 292e5e1 face: use move semantics for sockets where possible by Davide Pesavento · 10 years ago
  11. 6ad890a face: Stop using shared_ptr to manage acceptors by Davide Pesavento · 10 years ago
  12. 90c20fa face: Properly handle error conditions in UdpChannel::newPeer by Alexander Afanasyev · 10 years ago
  13. baba253 face: Remove Tcp|UdpChannel::connect overloads that perform DNS resolution by Alexander Afanasyev · 10 years ago
  14. 319f2c8 src: Update copyright notices for files modified in 2015 by Alexander Afanasyev · 10 years ago
  15. c099ddb face: replace EventEmitter usage with Signal by Junxiao Shi · 10 years ago
  16. c5173de face: Don't crash when attempting to create UdpFace over a half-working connection by Alexander Afanasyev · 10 years ago
  17. a1937bf core: use FaceUri from ndn-cxx by Junxiao Shi · 10 years ago
  18. 39cd633 face: use MAX_NDN_PACKET_SIZE constant from ndn-cxx by Junxiao Shi · 10 years ago
  19. 5dd26c3 face: increment link layer byte counters in StreamFace and DatagramFace by Junxiao Shi · 10 years ago
  20. a753058 face: remove pointless method UdpFace::handleFirstReceive by Davide Pesavento · 10 years ago
  21. e515f0a face: Moving idle UdpFace closing logic to UdpFace class by Alexander Afanasyev · 10 years ago
  22. 2aa4eca face: prevent creation of duplicate tcp/udp faces due to async calls by Steve DiBenedetto · 10 years ago
  23. 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
  24. 9bcbc7c docs: Update of copyright and license statement in all .hpp and .cpp files by Alexander Afanasyev · 11 years ago
  25. ca53ac6 face, mgmt: improve face creation failure and bad URI handling by Steve DiBenedetto · 11 years ago
  26. 355c066 face: Implementing new "isOnDemand" flag by Alexander Afanasyev · 11 years ago
  27. eb3197f all: Update code to compile with latest time-related changes in ndn-cpp-dev library by Alexander Afanasyev · 11 years ago
  28. eee71fd face: Disable IPv4-mapping of IPv6 addresses in TCP and UDP channels by Alexander Afanasyev · 11 years ago
  29. 69871f0 face: close idle Datagram faces by Giulio Grassi · 11 years ago
  30. 6f5ff63 face: Fixing a bug in UdpChannel with missing async_receive by Alexander Afanasyev · 11 years ago
  31. 61e3cc5 faces: Channel base class by Junxiao Shi · 11 years ago
  32. 624f6c6 face: UDP face/channel/factory by Giulio Grassi · 11 years ago