1. f68f378 tests: UnixStreamTransport test suite improvements by Eric Newberry · 9 years ago
  2. 8717e87 tests: TcpTransport test suite improvements by Eric Newberry · 9 years ago
  3. 0de23a2 face: use IncomingFaceId, NextHopFaceId, CachePolicy tags by Junxiao Shi · 9 years ago
  4. 35120ea face: EthernetTransport by Davide Pesavento · 9 years ago
  5. 4c3e6b8 face: NDNLPv2 fragmentation and reassembly by Eric Newberry · 9 years ago
  6. da93f1f face: LpFace counters by Junxiao Shi · 9 years ago
  7. 57df288 face: LinkService and Transport counters by Junxiao Shi · 9 years ago
  8. 8728a25 face: override Transport::beforeChangePersistency in all subclasses by Davide Pesavento · 9 years ago
  9. d5134a7 tests: defer face deallocation in Face/TestTcp and Face/TestWebSocket by Junxiao Shi · 9 years ago
  10. ed89ccc build: enable -Wextra by default by Davide Pesavento · 9 years ago
  11. 16aabbc face: TcpTransport by Yukai Tu · 9 years ago
  12. a044be7 face: refactor NullFace as LinkService+Transport by Junxiao Shi · 9 years ago
  13. 2d6d563 face: WebSocketTransport by Yukai Tu · 9 years ago
  14. 5b8a2b2 face: change Transport static properties initialization by Junxiao Shi · 9 years ago
  15. 1354611 face: Transport::getMtu by Junxiao Shi · 9 years ago
  16. 1d7e7af face+mgmt: simplify factories and FaceManager using C++11 features by Davide Pesavento · 9 years ago
  17. 6535f1e face: InternalForwarderTransport & InternalClientTransport by Junxiao Shi · 9 years ago
  18. a1939ba face: GenericLinkService drops IDLE packets by Eric Newberry · 9 years ago
  19. 0a49d34 face: UdpTransport by Yukai Tu · 9 years ago
  20. 74c895d face: UnixStreamTransport by Yukai Tu · 9 years ago
  21. 86d3187 face: GenericLinkService encoding/decoding by Eric Newberry · 9 years ago
  22. a98bf93 face: Refactor Face as LinkService+Transport by Eric Newberry · 9 years ago
  23. 4ee73d4 mgmt refactoring: Refactor InternalFace by Yanbiao Li · 9 years ago
  24. 375dcb0 face: minimal UDP permanent face by Yukai Tu · 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. 731f0d7 face: replace isOnDemand with FacePersistency by Yukai Tu · 9 years ago
  28. 2231ab5 Get rid of the last use of ndn::dns in NFD by Davide Pesavento · 10 years ago
  29. 292e5e1 face: use move semantics for sockets where possible by Davide Pesavento · 10 years ago
  30. 6ad890a face: Stop using shared_ptr to manage acceptors by Davide Pesavento · 10 years ago
  31. 083f778 face: no exceptions in NDNLP PartialMessageStore by Junxiao Shi · 10 years ago
  32. 78926c9 face/rib/tools: avoid deprecate Block::fromBuffer overloads by Junxiao Shi · 10 years ago
  33. 9427941 face: refactor handling of LinkType face trait by Davide Pesavento · 10 years ago
  34. d0381c0 tests: Change to updated naming conventions by Spyridon Mastorakis · 10 years ago
  35. a4ff44c face: Update code to work with updated LocalControlHeader implementation by Alexander Afanasyev · 10 years ago
  36. baba253 face: Remove Tcp|UdpChannel::connect overloads that perform DNS resolution by Alexander Afanasyev · 10 years ago
  37. 66ff098 face: cleanup log messages in all faces and print fail reason by Davide Pesavento · 10 years ago
  38. a37405d face: fix NDNLP PartialMessage cleanup scheduling by Junxiao Shi · 10 years ago
  39. 4381fb6 core: use ndn::dns from ndn-cxx by Chengyu Fan · 10 years ago
  40. 319f2c8 src: Update copyright notices for files modified in 2015 by Alexander Afanasyev · 10 years ago
  41. c099ddb face: replace EventEmitter usage with Signal by Junxiao Shi · 10 years ago
  42. 70aaf8a face: Prevent infinite loop in TcpFactory and UdpFactory by Alexander Afanasyev · 10 years ago
  43. 66df974 face: implement NDNLP fragmentation in EthernetFace by Matteo Sammarco · 10 years ago
  44. 7726ae5 face: make EthernetFace more robust against errors. by Davide Pesavento · 10 years ago
  45. b499a60 core: ignore non-Ethernet AF_LINK addresses when enumerating NICs. by Davide Pesavento · 10 years ago
  46. 320d233 mgmt: Implement Query Operation in FaceManager by Chengyu Fan · 10 years ago
  47. 39cd633 face: use MAX_NDN_PACKET_SIZE constant from ndn-cxx by Junxiao Shi · 10 years ago
  48. 6990e4c face: drop WebSocket message if the size is larger than maximum NDN packet size by Wentao Shang · 10 years ago
  49. ab1e8f2 build: Always build in C++11 mode. by Davide Pesavento · 10 years ago
  50. f9c2bb1 mgmt: replace FaceFlags with individual fields by Chengyu Fan · 10 years ago
  51. 9873314 face: detect websocket connection failure using ping/pong messages. by Wentao Shang · 10 years ago
  52. 3f5655f face: Fix spurious assertion failure in StreamFace by Davide Pesavento · 10 years ago
  53. 86bc91a face: Allow trailing slash for UDP and TCP FaceUri's by Alexander Afanasyev · 10 years ago
  54. 4c1a078 face: increment link layer byte counters in EthernetFace by Davide Pesavento · 10 years ago
  55. e612e2f face: increment link layer byte counters in WebSocketFace by Wentao Shang · 10 years ago
  56. 5dd26c3 face: increment link layer byte counters in StreamFace and DatagramFace by Junxiao Shi · 10 years ago
  57. 7b984c6 face: reserved FaceIds and NullFace by Junxiao Shi · 10 years ago
  58. 33152f1 face: link layer byte counts in FaceCounters by Junxiao Shi · 10 years ago
  59. e515f0a face: Moving idle UdpFace closing logic to UdpFace class by Alexander Afanasyev · 10 years ago
  60. 93ef6c9 test: basic unit-test for WebSocket face by Wentao Shang · 10 years ago
  61. 1886180 faces: Replace deadline_timer usage in TcpChannel with Scheduler-based events by Alexander Afanasyev · 10 years ago
  62. ef04f27 face, mgmt: add channel status dataset publisher by Steve DiBenedetto · 10 years ago
  63. 08d07a7 face: avoid multiple onFail events by Junxiao Shi · 10 years ago
  64. b56c5b9 tests: Prevent false failures of test cases for Ethernet face by Alexander Afanasyev · 10 years ago
  65. 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
  66. 514ed5e nfd-status: Define format and implement --xml option by Chengyu Fan · 11 years ago
  67. 650028d face: Gracefully handle tlv::Error when received TLV block is malformed by Alexander Afanasyev · 11 years ago
  68. 4a77136 build: == Dependency change == NFD now depends on ndn-cxx library by Alexander Afanasyev · 11 years ago
  69. 613e2a9 src: Reorganizing source code in preparation to merge NRD code by Alexander Afanasyev · 11 years ago