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