1. 08c2fbb face: fix compilation with clang 7 by Davide Pesavento · 7 months ago
  2. 2fae1d0 face: use std::array by Davide Pesavento · 7 months ago
  3. 91c15c8 build: stop defining _DEBUG, rely only on NDEBUG instead by Davide Pesavento · 12 months ago
  4. c0df94e face: minor code cleanups by Davide Pesavento · 1 year, 3 months ago
  5. d91fe6d core+face: avoid deprecated Boost.Asio interfaces by Davide Pesavento · 1 year, 3 months ago
  6. 5d64263 daemon: use asio::defer() instead of asio::post() where appropriate by Davide Pesavento · 1 year, 3 months ago
  7. a9b09b6 build: make precompiled headers more useful by Davide Pesavento · 2 years, 7 months ago
  8. e422f9e Refactor and modernize namespace declarations by Davide Pesavento · 2 years, 7 months ago
  9. a599d2a Convert to span and avoid deprecated ndn-cxx functions by Davide Pesavento · 2 years, 10 months ago
  10. 13d582a face: remove EndpointId from egress APIs in transport by Teng Liang · 4 years, 5 months ago
  11. b3a23ca face: eliminate Transport::Packet wrapper type by Davide Pesavento · 6 years ago
  12. 2cae8ca core: move nfd-specific files to daemon/ by Davide Pesavento · 6 years ago
  13. 3dade00 core+daemon: eliminate scheduler::{schedule,cancel} wrappers by Davide Pesavento · 6 years ago
  14. e4b2238 Improve and simplify code with modern C++ features by Davide Pesavento · 7 years ago
  15. a314808 core: reimplement logging using ndn-cxx's facility by Davide Pesavento · 7 years ago
  16. b49313d face: congestion detection in TCP, UDP, and Unix socket transports by Eric Newberry · 7 years ago
  17. 68ab43d face: don't set TransportState to FAILED if connection is closed cleanly by Davide Pesavento · 7 years ago
  18. 1816d4b face: implement close-on-idle and persistency change for Ethernet unicast by Davide Pesavento · 7 years ago
  19. dcdf621 face: support permanent persistency in TcpTransport by Weiwei Liu · 8 years ago
  20. b84bd3a common: remove DECL_FINAL/OVERRIDE macros; use C++11 keywords directly by Davide Pesavento · 9 years ago
  21. 8728a25 face: override Transport::beforeChangePersistency in all subclasses by Davide Pesavento · 9 years ago
  22. 74c895d face: UnixStreamTransport by Yukai Tu · 9 years ago