1. 2fae1d0 face: use std::array by Davide Pesavento · 7 months ago
  2. c5a9f81 face: more robust handling of multicast face creation errors by Davide Pesavento · 1 year, 2 months ago
  3. c0df94e face: minor code cleanups by Davide Pesavento · 1 year, 3 months ago
  4. a9b09b6 build: make precompiled headers more useful by Davide Pesavento · 2 years, 7 months ago
  5. e422f9e Refactor and modernize namespace declarations by Davide Pesavento · 2 years, 7 months ago
  6. b7bfcb9 build: switch to C++17 by Davide Pesavento · 2 years, 7 months ago
  7. a599d2a Convert to span and avoid deprecated ndn-cxx functions by Davide Pesavento · 2 years, 10 months ago
  8. a6286a9 face: allow setting default UDP face MTU in config by Junxiao Shi · 3 years, 10 months ago
  9. 3a2339a face: Connect faces to the parent (unicast) or associated (multicast) channels by Alexander Afanasyev · 4 years, 7 months ago
  10. cb6551e face: allow GenericLinkService to override MTU by Eric Newberry · 4 years, 10 months ago
  11. cb425e8 face: move common declarations to face-common.hpp by Davide Pesavento · 5 years ago
  12. 2cae8ca core: move nfd-specific files to daemon/ by Davide Pesavento · 6 years ago
  13. fa2aa50 face+tools: fix compilation with Boost 1.69.0 by Davide Pesavento · 6 years ago
  14. 3dade00 core+daemon: eliminate scheduler::{schedule,cancel} wrappers by Davide Pesavento · 6 years ago
  15. 812d615 mgmt+face: allow MTU of datagram faces to be overridden by Eric Newberry · 7 years ago
  16. e4b2238 Improve and simplify code with modern C++ features by Davide Pesavento · 7 years ago
  17. a314808 core: reimplement logging using ndn-cxx's facility by Davide Pesavento · 7 years ago
  18. 0c3e57b face+mgmt: allow congestion marking parameters to be enabled and set by Eric Newberry · 7 years ago
  19. 15b5505 face: group parameters to createFace and connect into a common structure by Davide Pesavento · 7 years ago
  20. 0c84164 face: allow enabling/disabling congestion marking through config file by Eric Newberry · 7 years ago
  21. 2642cd2 mgmt: support LpReliability flag in faces/create and faces/update by Eric Newberry · 7 years ago
  22. 43ff2a9 face: EthernetChannel by Davide Pesavento · 8 years ago
  23. acca18a face: use std::array in UdpChannel by Davide Pesavento · 8 years ago
  24. 77911cc face: make logging more uniform across channel types by Davide Pesavento · 8 years ago
  25. c19408d face: move isListening()/size() to Channel as pure virtual methods by Davide Pesavento · 8 years ago
  26. 8fd15e6 face: move Channel and subclasses into nfd::face namespace by Davide Pesavento · 8 years ago
  27. 58ba3f9 mgmt+tools: rework FacePersistency handling in faces/create and faces/update by Yanbiao Li · 8 years ago
  28. f40551a face+mgmt: enable local fields through ProtocolFactory::createFace by Eric Newberry · 8 years ago
  29. 4260241 mgmt+face: move protocol-specific face creation checks into protocol factories by Eric Newberry · 8 years ago
  30. cde37ad face: face refactoring completion by Junxiao Shi · 9 years ago
  31. c540149 face: UdpChannel minor refactoring by Junxiao Shi · 9 years ago
  32. 47ab029 face: deduplicate callback typedefs between Channel and ProtocolFactory by Davide Pesavento · 9 years ago
  33. 0a49d34 face: UdpTransport by Yukai Tu · 9 years ago
  34. 375dcb0 face: minimal UDP permanent face by Yukai Tu · 9 years ago
  35. 731f0d7 face: replace isOnDemand with FacePersistency by Yukai Tu · 9 years ago
  36. 292e5e1 face: use move semantics for sockets where possible by Davide Pesavento · 10 years ago
  37. 6ad890a face: Stop using shared_ptr to manage acceptors by Davide Pesavento · 10 years ago
  38. 90c20fa face: Properly handle error conditions in UdpChannel::newPeer by Alexander Afanasyev · 10 years ago
  39. baba253 face: Remove Tcp|UdpChannel::connect overloads that perform DNS resolution by Alexander Afanasyev · 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. c5173de face: Don't crash when attempting to create UdpFace over a half-working connection by Alexander Afanasyev · 10 years ago
  43. a1937bf core: use FaceUri from ndn-cxx by Junxiao Shi · 10 years ago
  44. 39cd633 face: use MAX_NDN_PACKET_SIZE constant from ndn-cxx by Junxiao Shi · 10 years ago
  45. 5dd26c3 face: increment link layer byte counters in StreamFace and DatagramFace by Junxiao Shi · 10 years ago
  46. a753058 face: remove pointless method UdpFace::handleFirstReceive by Davide Pesavento · 10 years ago
  47. e515f0a face: Moving idle UdpFace closing logic to UdpFace class by Alexander Afanasyev · 10 years ago
  48. 2aa4eca face: prevent creation of duplicate tcp/udp faces due to async calls by Steve DiBenedetto · 11 years ago
  49. f698028 src: Remove unnecessary uses of boost::cref in make_shared and replace boost::cref/boost::ref with just cref/ref by Alexander Afanasyev · 11 years ago
  50. 9bcbc7c docs: Update of copyright and license statement in all .hpp and .cpp files by Alexander Afanasyev · 11 years ago
  51. ca53ac6 face, mgmt: improve face creation failure and bad URI handling by Steve DiBenedetto · 11 years ago
  52. 355c066 face: Implementing new "isOnDemand" flag by Alexander Afanasyev · 11 years ago
  53. eb3197f all: Update code to compile with latest time-related changes in ndn-cpp-dev library by Alexander Afanasyev · 11 years ago
  54. eee71fd face: Disable IPv4-mapping of IPv6 addresses in TCP and UDP channels by Alexander Afanasyev · 11 years ago
  55. 69871f0 face: close idle Datagram faces by Giulio Grassi · 11 years ago
  56. 6f5ff63 face: Fixing a bug in UdpChannel with missing async_receive by Alexander Afanasyev · 11 years ago
  57. 61e3cc5 faces: Channel base class by Junxiao Shi · 11 years ago
  58. 624f6c6 face: UDP face/channel/factory by Giulio Grassi · 11 years ago