1. cb425e8 face: move common declarations to face-common.hpp by Davide Pesavento · 5 years ago
  2. 075bb7d face: add EndpointId in Face and LinkService by ashiqopu · 6 years ago
  3. 16916ae face: introduce NullTransport and use it in several places by Davide Pesavento · 6 years ago
  4. 77d0bfd face+table: move EndpointId typedef out of Transport and use it in table by ashiqopu · 6 years ago
  5. c0822fa build: switch to C++14 by Davide Pesavento · 6 years ago
  6. 41aba10 fw: add strategy notification for Interests dropped by LpReliability by Eric Newberry · 7 years ago
  7. 77911cc face: make logging more uniform across channel types by Davide Pesavento · 8 years ago
  8. c05918c mgmt: add Flags field to faces/list and faces/query in FaceManager by Eric Newberry · 8 years ago
  9. b84bd3a common: remove DECL_FINAL/OVERRIDE macros; use C++11 keywords directly by Davide Pesavento · 9 years ago
  10. c64d30a mgmt: re-added expiration time to FaceStatus by Eric Newberry · 9 years ago
  11. cde37ad face: face refactoring completion by Junxiao Shi · 9 years ago
  12. 0de23a2 face: use IncomingFaceId, NextHopFaceId, CachePolicy tags by Junxiao Shi · 9 years ago
  13. da93f1f face: LpFace counters by Junxiao Shi · 9 years ago
  14. a98bf93 face: Refactor Face as LinkService+Transport by Eric Newberry · 9 years ago
  15. 731f0d7 face: replace isOnDemand with FacePersistency by Yukai Tu · 9 years ago
  16. 9427941 face: refactor handling of LinkType face trait by Davide Pesavento · 10 years ago
  17. be40fb1 face: Introduce Face-specific logging macros by Davide Pesavento · 10 years ago
  18. 319f2c8 src: Update copyright notices for files modified in 2015 by Alexander Afanasyev · 10 years ago
  19. c099ddb face: replace EventEmitter usage with Signal by Junxiao Shi · 10 years ago
  20. a1937bf core: use FaceUri from ndn-cxx by Junxiao Shi · 10 years ago
  21. 39cd633 face: use MAX_NDN_PACKET_SIZE constant from ndn-cxx by Junxiao Shi · 10 years ago
  22. cf1e6e7 core: use EventEmitter from ndn-cxx by Junxiao Shi · 10 years ago
  23. f9c2bb1 mgmt: replace FaceFlags with individual fields by Chengyu Fan · 10 years ago
  24. 7b984c6 face: reserved FaceIds and NullFace by Junxiao Shi · 10 years ago
  25. 33152f1 face: link layer byte counts in FaceCounters by Junxiao Shi · 10 years ago
  26. e515f0a face: Moving idle UdpFace closing logic to UdpFace class by Alexander Afanasyev · 10 years ago
  27. 08d07a7 face: avoid multiple onFail events by Junxiao Shi · 10 years ago
  28. 613e2a9 src: Reorganizing source code in preparation to merge NRD code by Alexander Afanasyev · 11 years ago
  29. 9bcbc7c docs: Update of copyright and license statement in all .hpp and .cpp files by Alexander Afanasyev · 11 years ago
  30. 6e69432 face/mgmt/fw/tools: add localUri to FaceStatus and FaceEventNotification by Junxiao Shi · 11 years ago
  31. 7949416 face: Face::getLocalUri by Junxiao Shi · 11 years ago
  32. 355c066 face: Implementing new "isOnDemand" flag by Alexander Afanasyev · 11 years ago
  33. 7e698e6 face: Incrementing Face counters by Alexander Afanasyev · 11 years ago
  34. a39b90b face: Implementing Face::getUri() method by Alexander Afanasyev · 11 years ago
  35. 61e3cc5 faces: Channel base class by Junxiao Shi · 11 years ago
  36. a4f2be8 fw: FaceTable by Junxiao Shi · 11 years ago
  37. 0ff10db face: remove awkward Face::setLocal, use a constructor argument instead. by Davide Pesavento · 11 years ago
  38. 7860d48 face: declare face counters by Junxiao Shi · 11 years ago
  39. bd220a0 face: Implementation of encode/decode of LocalControlHeader by Alexander Afanasyev · 11 years ago
  40. 93ce75e face: Fixing bug with InternalFace considered not local and changing "isLocal" method to be pure virtual by Alexander Afanasyev · 11 years ago
  41. 16b8bc9 face: LocalControlHeader attributes by Junxiao Shi · 11 years ago
  42. 9b0d3e9 face: NDNLP slicer by Junxiao Shi · 11 years ago
  43. 8888449 fw: /localhost scope control for incoming Interest by Junxiao Shi · 11 years ago
  44. a0a10fb face: Implementing close operation and many related fixes in TcpFace and TcpChannel by Alexander Afanasyev · 11 years ago
  45. d6cf455 face: Fix bug with EventEmitter usage by Alexander Afanasyev · 11 years ago
  46. 46f6647 face: Fixing a small bug by Alexander Afanasyev · 11 years ago
  47. 8c8d218 fw: integrate forwarder, strategy, tables by Junxiao Shi · 11 years ago
  48. 7f02c1e core: move event-emitter to core by Junxiao Shi · 11 years ago
  49. 18bbf81 src: Changing namespace ndn to namespace nfd by Alexander Afanasyev · 11 years ago
  50. d32cb96 face/tcp: Implementing mock version of TcpFace by Alexander Afanasyev · 11 years ago
  51. a9034b0 face: Skeleton implementation for the TCP protocol (face, channel, factory) by Alexander Afanasyev · 11 years ago
  52. 32bfeb3 abstract Face class by Junxiao Shi · 11 years ago
  53. 2c29f3a face: declare Face class and FaceId type by Junxiao Shi · 11 years ago