1. 2c9d2ca core: slim down `common.hpp` by Davide Pesavento · 11 months ago
  2. c0df94e face: minor code cleanups by Davide Pesavento · 1 year, 3 months ago
  3. 9bf64cc face: use new-style async_accept API by Davide Pesavento · 1 year, 3 months ago
  4. e422f9e Refactor and modernize namespace declarations by Davide Pesavento · 2 years, 7 months ago
  5. 3db9807 daemon: mark some classes and methods 'final' by Davide Pesavento · 3 years, 10 months ago
  6. a6286a9 face: allow setting default UDP face MTU in config by Junxiao Shi · 3 years, 10 months ago
  7. 15b5505 face: group parameters to createFace and connect into a common structure by Davide Pesavento · 7 years ago
  8. 0c84164 face: allow enabling/disabling congestion marking through config file by Eric Newberry · 7 years ago
  9. 2642cd2 mgmt: support LpReliability flag in faces/create and faces/update by Eric Newberry · 7 years ago
  10. 43ff2a9 face: EthernetChannel by Davide Pesavento · 8 years ago
  11. acca18a face: use std::array in UdpChannel by Davide Pesavento · 8 years ago
  12. 77911cc face: make logging more uniform across channel types by Davide Pesavento · 8 years ago
  13. c19408d face: move isListening()/size() to Channel as pure virtual methods by Davide Pesavento · 8 years ago
  14. 8fd15e6 face: move Channel and subclasses into nfd::face namespace by Davide Pesavento · 8 years ago
  15. 64d99f2 face: process face_system.udp config section in UdpFactory by Junxiao Shi · 8 years ago
  16. cde37ad face: face refactoring completion by Junxiao Shi · 9 years ago
  17. c540149 face: UdpChannel minor refactoring by Junxiao Shi · 9 years ago
  18. 47ab029 face: deduplicate callback typedefs between Channel and ProtocolFactory by Davide Pesavento · 9 years ago
  19. b755e9d docs: Fixing doxygen warnings by Alexander Afanasyev · 9 years ago
  20. 0a49d34 face: UdpTransport by Yukai Tu · 9 years ago
  21. 375dcb0 face: minimal UDP permanent face by Yukai Tu · 9 years ago
  22. 292e5e1 face: use move semantics for sockets where possible by Davide Pesavento · 10 years ago
  23. 6ad890a face: Stop using shared_ptr to manage acceptors by Davide Pesavento · 10 years ago
  24. baba253 face: Remove Tcp|UdpChannel::connect overloads that perform DNS resolution by Alexander Afanasyev · 10 years ago
  25. 39cd633 face: use MAX_NDN_PACKET_SIZE constant from ndn-cxx by Junxiao Shi · 10 years ago
  26. 5dd26c3 face: increment link layer byte counters in StreamFace and DatagramFace by Junxiao Shi · 10 years ago
  27. e515f0a face: Moving idle UdpFace closing logic to UdpFace class by Alexander Afanasyev · 11 years ago
  28. 5959b01 mgmt: Reinitialize multicast faces and partially reload config file on HUP signal by Alexander Afanasyev · 11 years ago
  29. 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
  30. 613e2a9 src: Reorganizing source code in preparation to merge NRD code by Alexander Afanasyev · 11 years ago
  31. 9bcbc7c docs: Update of copyright and license statement in all .hpp and .cpp files by Alexander Afanasyev · 11 years ago
  32. ca53ac6 face, mgmt: improve face creation failure and bad URI handling by Steve DiBenedetto · 11 years ago
  33. 355c066 face: Implementing new "isOnDemand" flag by Alexander Afanasyev · 11 years ago
  34. eb3197f all: Update code to compile with latest time-related changes in ndn-cpp-dev library by Alexander Afanasyev · 11 years ago
  35. 69871f0 face: close idle Datagram faces by Giulio Grassi · 11 years ago
  36. 61e3cc5 faces: Channel base class by Junxiao Shi · 11 years ago
  37. 624f6c6 face: UDP face/channel/factory by Giulio Grassi · 11 years ago